]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph_fuse: do not createfs 39307/head
authorSage Weil <sage@newdream.net>
Sat, 30 Jan 2021 16:05:28 +0000 (10:05 -0600)
committerSage Weil <sage@newdream.net>
Thu, 4 Feb 2021 17:20:01 +0000 (11:20 -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>
(cherry picked from commit 8429c7a4f2aa1289c6dc29e4c8a93d379b9895b2)

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