]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: add one func to distiguish the mount syntax version
authorXiubo Li <xiubli@redhat.com>
Tue, 21 Mar 2023 08:26:45 +0000 (16:26 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 29 Mar 2023 01:08:20 +0000 (09:08 +0800)
Fixes: https://tracker.ceph.com/issues/57591
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/cephfs/mount/fuse.yaml
qa/cephfs/mount/kclient/mount.yaml

index ce8e4e2d72e532548b799c554fbe27ac877d024b..9ffb5129def27be13aa2a2260fd77cbe03d61f2f 100644 (file)
@@ -9,5 +9,8 @@ teuthology:
   - local function is_fuse()
       return true
     end
+  - local function syntax_version()
+      return ''
+    end
 tasks:
   - ceph-fuse:
index 87bc8ddf9c695c4e76029df99cb77b4807a86bef..a130ff9d5d0febf429538cd4204fcb0ef8bd321d 100644 (file)
@@ -9,5 +9,8 @@ teuthology:
   - local function is_fuse()
       return false
     end
+  - local function syntax_version()
+      return yaml.overrides.kclient.syntax
+    end
 tasks:
 - kclient: