From 7031cabd4aa940a1b10324ac72c8cc5768c04f68 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Fri, 12 Mar 2021 16:05:57 -0500 Subject: [PATCH] micro osd: remove the use of cephfs fuse mount Now that none of the tests need an external (fuse) mount of the fs under test we can eliminate fuse from our ceph setup script. Signed-off-by: John Mulligan --- micro-osd.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/micro-osd.sh b/micro-osd.sh index 25995e2..edf3db2 100755 --- a/micro-osd.sh +++ b/micro-osd.sh @@ -90,9 +90,6 @@ ceph fs ls ceph-mds -i ${MDS_NAME} ceph status while [[ ! $(ceph mds stat | grep "up:active") ]]; do sleep 1; done -# fuse: device not found, try 'modprobe fuse' first -# Make sure to run with --privileged or --cap-add SYS_ADMIN --device /dev/fuse --security apparmor:unconfined for docker -ceph-fuse ${MOUNTPT} # start a manager