]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/cephfs: use fuse mount for volumes/subvolume tests
authorVenky Shankar <vshankar@redhat.com>
Fri, 29 Aug 2025 07:15:09 +0000 (07:15 +0000)
committerVenky Shankar <vshankar@redhat.com>
Wed, 10 Sep 2025 16:42:45 +0000 (16:42 +0000)
Using the kernel client is a) not really required existing
volume/subvolume test and b) per-subvolume metrics is only
supported by the user-space client library.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
qa/suites/fs/volumes/mount [deleted symlink]
qa/suites/fs/volumes/mount/.qa [new symlink]
qa/suites/fs/volumes/mount/fuse.yaml [new symlink]

diff --git a/qa/suites/fs/volumes/mount b/qa/suites/fs/volumes/mount
deleted file mode 120000 (symlink)
index e3600f4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.qa/cephfs/mount/
\ No newline at end of file
diff --git a/qa/suites/fs/volumes/mount/.qa b/qa/suites/fs/volumes/mount/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/volumes/mount/fuse.yaml b/qa/suites/fs/volumes/mount/fuse.yaml
new file mode 120000 (symlink)
index 0000000..0e55da9
--- /dev/null
@@ -0,0 +1 @@
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file