From 5a209811616ba9d5dc5b4073b298aaba894399b4 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 25 Sep 2017 11:28:47 -0700 Subject: [PATCH] ceph-debug-docker.sh: add ceph-osd-dbg package So we can debug ceph-osd cores. Signed-off-by: Patrick Donnelly --- src/script/ceph-debug-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/ceph-debug-docker.sh b/src/script/ceph-debug-docker.sh index 935867daeb3a3..c7c7bb45e02bb 100755 --- a/src/script/ceph-debug-docker.sh +++ b/src/script/ceph-debug-docker.sh @@ -86,7 +86,7 @@ COPY cephdev.asc cephdev.asc RUN apt-key add cephdev.asc RUN add-apt-repository "\$(wget --quiet -O - https://shaman.ceph.com/api/repos/ceph/${branch}/latest/${env/://}/repo)" && \ apt-get update --yes && \ - apt-get install --yes --allow-unauthenticated ceph ceph-mds-dbg ceph-mgr-dbg ceph-mon-dbg ceph-fuse-dbg ceph-test-dbg radosgw-dbg + apt-get install --yes --allow-unauthenticated ceph ceph-osd-dbg ceph-mds-dbg ceph-mgr-dbg ceph-mon-dbg ceph-fuse-dbg ceph-test-dbg radosgw-dbg EOF time run docker build $CACHE --tag "$image" . else # try RHEL flavor -- 2.39.5