mirror of https://github.com/ceph/go-ceph
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 <jmulligan@redhat.com>
This commit is contained in:
parent
f88a2b13f9
commit
7031cabd4a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue