]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/ceph_fuse: don't use createfs anymore while mounting 39686/head
authorRishabh Dave <ridave@redhat.com>
Thu, 25 Feb 2021 10:50:49 +0000 (16:20 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 25 Feb 2021 11:30:54 +0000 (17:00 +0530)
createfs was removed codebase since it didn't created FS regardless of
its value.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/ceph_fuse.py

index 03ea7eadff753e3b962f734d3ba4a02d85c600b0..67432ead41d1d1e20b380c79ec922f270230e38a 100644 (file)
@@ -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()