]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-debug-docker: install ceph-crimson-osd for crimson flavor 36429/head
authorKefu Chai <kchai@redhat.com>
Mon, 3 Aug 2020 13:18:38 +0000 (21:18 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 3 Aug 2020 13:18:41 +0000 (21:18 +0800)
would be handy if we can have crimson packages when debugging crimson
flavored branch.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/script/ceph-debug-docker.sh

index 630cbd7f5bc484e07ba87e233effcfb75e268fe8..42eaf535b9c4deed7434b879125c70be41413154 100755 (executable)
@@ -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" - <<EOF
 FROM ${env}