From: Nathan Cutler Date: Tue, 3 Jan 2017 10:26:26 +0000 (+0100) Subject: rbd: only test on xfs X-Git-Tag: v0.94.10~25^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a602e2bf2e1cae8d21ae215c35a611cc99b6c7c9;p=ceph.git rbd: only test on xfs btrfs is not recommended for production See 5864d56592ef3ffe765aa1ef0865610dbc7e8725 for precendent. Signed-off-by: Nathan Cutler --- diff --git a/qa/suites/rbd/basic/fs/btrfs.yaml b/qa/suites/rbd/basic/fs/btrfs.yaml deleted file mode 120000 index 10d0c3f1266e..000000000000 --- a/qa/suites/rbd/basic/fs/btrfs.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../fs/btrfs.yaml \ No newline at end of file diff --git a/qa/suites/rbd/basic/fs/xfs.yaml b/qa/suites/rbd/basic/fs/xfs.yaml new file mode 120000 index 000000000000..4c28d731f6b4 --- /dev/null +++ b/qa/suites/rbd/basic/fs/xfs.yaml @@ -0,0 +1 @@ +../../../../fs/xfs.yaml \ No newline at end of file diff --git a/qa/suites/rbd/thrash/fs/btrfs.yaml b/qa/suites/rbd/thrash/fs/btrfs.yaml deleted file mode 120000 index 10d0c3f1266e..000000000000 --- a/qa/suites/rbd/thrash/fs/btrfs.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../fs/btrfs.yaml \ No newline at end of file