]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-debug-docker.sh: add ceph-osd-dbg package 17947/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 25 Sep 2017 18:28:47 +0000 (11:28 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 25 Sep 2017 18:29:20 +0000 (11:29 -0700)
So we can debug ceph-osd cores.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/script/ceph-debug-docker.sh

index 935867daeb3a39ac25e6b357d15840f19b4ae664..c7c7bb45e02bb7a3b9575099e70938d382530477 100755 (executable)
@@ -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