From: Patrick Donnelly Date: Thu, 3 May 2018 20:15:35 +0000 (-0700) Subject: qa: try snap format upgrade with multimds cluster X-Git-Tag: v13.1.1~50^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4b0390121835e38f2d88a955e52222c06884a02c;p=ceph.git qa: try snap format upgrade with multimds cluster Fixes: http://tracker.ceph.com/issues/24002 Signed-off-by: Patrick Donnelly (cherry picked from commit 0b466cb2e6ccdeb56199cb889f24cc590aedff04) --- diff --git a/qa/suites/fs/upgrade/snaps/overrides/% b/qa/suites/fs/upgrade/snaps/overrides/% new file mode 100644 index 00000000000..e69de29bb2d diff --git a/qa/suites/fs/upgrade/snaps/overrides/+ b/qa/suites/fs/upgrade/snaps/overrides/+ deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/qa/suites/fs/upgrade/snaps/overrides/multimds/no.yaml b/qa/suites/fs/upgrade/snaps/overrides/multimds/no.yaml new file mode 100644 index 00000000000..c740a450a6f --- /dev/null +++ b/qa/suites/fs/upgrade/snaps/overrides/multimds/no.yaml @@ -0,0 +1,3 @@ +overrides: + ceph: + max_mds: 1 diff --git a/qa/suites/fs/upgrade/snaps/overrides/multimds/yes.yaml b/qa/suites/fs/upgrade/snaps/overrides/multimds/yes.yaml new file mode 100644 index 00000000000..ecf118d9f86 --- /dev/null +++ b/qa/suites/fs/upgrade/snaps/overrides/multimds/yes.yaml @@ -0,0 +1,3 @@ +overrides: + ceph: + max_mds: 2 diff --git a/qa/suites/fs/upgrade/snaps/overrides/no_multimds.yaml b/qa/suites/fs/upgrade/snaps/overrides/no_multimds.yaml deleted file mode 100644 index c740a450a6f..00000000000 --- a/qa/suites/fs/upgrade/snaps/overrides/no_multimds.yaml +++ /dev/null @@ -1,3 +0,0 @@ -overrides: - ceph: - max_mds: 1