cpatch: compile the cephadm binary

Signed-off-by: Michael Fritch <mfritch@suse.com>
This commit is contained in:
Michael Fritch 2021-11-18 16:39:32 -07:00 committed by John Mulligan
parent 4bc88b9e5f
commit cc6d823e7a

View File

@ -146,7 +146,7 @@ if [ $py -eq 1 ] || [ $all -eq 1 ]; then
# cephadm
pushd ../src/cephadm > /dev/null
cp cephadm $TMP/cephadm
build.sh $TMP/cephadm
dockerfile+=$'ADD cephadm /usr/sbin/cephadm\n'
popd > /dev/null
fi