From: Patrick Donnelly Date: Fri, 4 Jun 2021 16:33:30 +0000 (-0700) Subject: script: drop ceph-fuse from docker debugging X-Git-Tag: v17.1.0~1743^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9d71fc1beeb0f7dfd36a228ff836316d28fefecd;p=ceph.git script: drop ceph-fuse from docker debugging Install this on the fly as necessary... Signed-off-by: Patrick Donnelly --- diff --git a/src/script/ceph-debug-docker.sh b/src/script/ceph-debug-docker.sh index 9bdf0df611a2..68bffbb775c7 100755 --- a/src/script/ceph-debug-docker.sh +++ b/src/script/ceph-debug-docker.sh @@ -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