From 3fbb5714cc5f871ed65d8a73f3b86786aa3ca668 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 14 Feb 2012 08:58:30 -0800 Subject: [PATCH] rename fs files --- suites/regression/basic/fs/{with-btrfs.yaml => btrfs.yaml} | 0 .../regression/multiclient/fs/{with-btrfs.yaml => btrfs.yaml} | 0 suites/regression/singleton/fs/{with-btrfs.yaml => btrfs.yaml} | 0 suites/regression/thrash/fs/{with-btrfs.yaml => btrfs.yaml} | 0 suites/regression/thrash/fs/{with-xfs.yaml => xfs.yaml} | 0 suites/stress/basic/fs/{with-btrfs.yaml => btrfs.yaml} | 0 suites/stress/thrash/fs/{with-btrfs.yaml => btrfs.yaml} | 0 suites/stress/thrash/fs/{without-btrfs.yaml => none.yaml} | 0 suites/stress/thrash/fs/xfs.yaml | 3 +++ 9 files changed, 3 insertions(+) rename suites/regression/basic/fs/{with-btrfs.yaml => btrfs.yaml} (100%) rename suites/regression/multiclient/fs/{with-btrfs.yaml => btrfs.yaml} (100%) rename suites/regression/singleton/fs/{with-btrfs.yaml => btrfs.yaml} (100%) rename suites/regression/thrash/fs/{with-btrfs.yaml => btrfs.yaml} (100%) rename suites/regression/thrash/fs/{with-xfs.yaml => xfs.yaml} (100%) rename suites/stress/basic/fs/{with-btrfs.yaml => btrfs.yaml} (100%) rename suites/stress/thrash/fs/{with-btrfs.yaml => btrfs.yaml} (100%) rename suites/stress/thrash/fs/{without-btrfs.yaml => none.yaml} (100%) create mode 100644 suites/stress/thrash/fs/xfs.yaml diff --git a/suites/regression/basic/fs/with-btrfs.yaml b/suites/regression/basic/fs/btrfs.yaml similarity index 100% rename from suites/regression/basic/fs/with-btrfs.yaml rename to suites/regression/basic/fs/btrfs.yaml diff --git a/suites/regression/multiclient/fs/with-btrfs.yaml b/suites/regression/multiclient/fs/btrfs.yaml similarity index 100% rename from suites/regression/multiclient/fs/with-btrfs.yaml rename to suites/regression/multiclient/fs/btrfs.yaml diff --git a/suites/regression/singleton/fs/with-btrfs.yaml b/suites/regression/singleton/fs/btrfs.yaml similarity index 100% rename from suites/regression/singleton/fs/with-btrfs.yaml rename to suites/regression/singleton/fs/btrfs.yaml diff --git a/suites/regression/thrash/fs/with-btrfs.yaml b/suites/regression/thrash/fs/btrfs.yaml similarity index 100% rename from suites/regression/thrash/fs/with-btrfs.yaml rename to suites/regression/thrash/fs/btrfs.yaml diff --git a/suites/regression/thrash/fs/with-xfs.yaml b/suites/regression/thrash/fs/xfs.yaml similarity index 100% rename from suites/regression/thrash/fs/with-xfs.yaml rename to suites/regression/thrash/fs/xfs.yaml diff --git a/suites/stress/basic/fs/with-btrfs.yaml b/suites/stress/basic/fs/btrfs.yaml similarity index 100% rename from suites/stress/basic/fs/with-btrfs.yaml rename to suites/stress/basic/fs/btrfs.yaml diff --git a/suites/stress/thrash/fs/with-btrfs.yaml b/suites/stress/thrash/fs/btrfs.yaml similarity index 100% rename from suites/stress/thrash/fs/with-btrfs.yaml rename to suites/stress/thrash/fs/btrfs.yaml diff --git a/suites/stress/thrash/fs/without-btrfs.yaml b/suites/stress/thrash/fs/none.yaml similarity index 100% rename from suites/stress/thrash/fs/without-btrfs.yaml rename to suites/stress/thrash/fs/none.yaml diff --git a/suites/stress/thrash/fs/xfs.yaml b/suites/stress/thrash/fs/xfs.yaml new file mode 100644 index 0000000000000..bfc3d618fc919 --- /dev/null +++ b/suites/stress/thrash/fs/xfs.yaml @@ -0,0 +1,3 @@ +overrides: + ceph: + fs: xfs -- 2.39.5