]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
script: drop ceph-fuse from docker debugging
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 4 Jun 2021 16:33:30 +0000 (09:33 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 4 Jun 2021 16:33:30 +0000 (09:33 -0700)
Install this on the fly as necessary...

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

index 9bdf0df611a2ee6cb32afac2038087fe5861e04f..68bffbb775c71ab66b1909fd16eb22e698b4b723 100755 (executable)
@@ -131,7 +131,7 @@ RUN sed -i 's/enabled=0/enabled=1/' ${debuginfo} && \
 RUN wget -O /etc/yum.repos.d/ceph-dev.repo $repo_url && \
     yum clean all && \
     yum upgrade -y && \
-    yum install -y ceph ${ceph_debuginfo} ceph-fuse ${python_bindings}
+    yum install -y ceph ${ceph_debuginfo} ${python_bindings}
 EOF
         time run docker build $CACHE --tag "$tag" .
     fi