]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph_fuse: do not createfs 39147/head
authorSage Weil <sage@newdream.net>
Sat, 30 Jan 2021 16:05:28 +0000 (10:05 -0600)
committerSage Weil <sage@newdream.net>
Mon, 1 Feb 2021 16:51:18 +0000 (10:51 -0600)
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>
qa/tasks/ceph_fuse.py

index 67432ead41d1d1e20b380c79ec922f270230e38a..03ea7eadff753e3b962f734d3ba4a02d85c600b0 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()
+        mount_x.mount(createfs=False)
 
     for info in mounted_by_me.values():
         info["mount"].wait_until_mounted()