From: Rishabh Dave Date: Thu, 25 Feb 2021 10:50:49 +0000 (+0530) Subject: qa/ceph_fuse: don't use createfs anymore while mounting X-Git-Tag: v17.1.0~2815^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c4685f702efc026a22be47587217bc08415b09f8;p=ceph.git qa/ceph_fuse: don't use createfs anymore while mounting createfs was removed codebase since it didn't created FS regardless of its value. Signed-off-by: Rishabh Dave --- diff --git a/qa/tasks/ceph_fuse.py b/qa/tasks/ceph_fuse.py index 03ea7eadff75..67432ead41d1 100644 --- a/qa/tasks/ceph_fuse.py +++ b/qa/tasks/ceph_fuse.py @@ -158,7 +158,7 @@ def task(ctx, config): mount_x.cephfs_mntpt = config.get("mount_path") if config.get("mountpoint"): mount_x.hostfs_mntpt = config.get("mountpoint") - mount_x.mount(createfs=False) + mount_x.mount() for info in mounted_by_me.values(): info["mount"].wait_until_mounted()