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>
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()