From: Kefu Chai Date: Mon, 3 Aug 2020 13:18:38 +0000 (+0800) Subject: ceph-debug-docker: install ceph-crimson-osd for crimson flavor X-Git-Tag: v16.1.0~1528^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cecca8e6a88d5025ca1a961d254516ed5cf5319f;p=ceph.git ceph-debug-docker: install ceph-crimson-osd for crimson flavor would be handy if we can have crimson packages when debugging crimson flavored branch. Signed-off-by: Kefu Chai --- diff --git a/src/script/ceph-debug-docker.sh b/src/script/ceph-debug-docker.sh index 630cbd7f5bc4..42eaf535b9c4 100755 --- a/src/script/ceph-debug-docker.sh +++ b/src/script/ceph-debug-docker.sh @@ -112,6 +112,9 @@ EOF ceph_debuginfo="ceph-base-debuginfo" ;; esac + if [ "${FLAVOR}" = "crimson" ]; then + ceph_debuginfo+=" ceph-crimson-osd-debuginfo ceph-crimson-osd" + fi time run docker build $CACHE --tag "$tag" - <