It's not clear to me if anything relies on this behavior or not.. but it
prevents us from using the ceph-fuse task with a cephadm-deployed
fs that doesn't described by the task roles.
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit
8429c7a4f2aa1289c6dc29e4c8a93d379b9895b2)
mount_x.cephfs_mntpt = config.get("mount_path")
if config.get("mountpoint"):
mount_x.hostfs_mntpt = config.get("mountpoint")
- mount_x.mount()
+ mount_x.mount(createfs=False)
for info in mounted_by_me.values():
info["mount"].wait_until_mounted()