summaryrefslogtreecommitdiffstats
path: root/qa/suites/fs/upgrade/snaps/tasks/3-sanity.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'qa/suites/fs/upgrade/snaps/tasks/3-sanity.yaml')
-rw-r--r--qa/suites/fs/upgrade/snaps/tasks/3-sanity.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/qa/suites/fs/upgrade/snaps/tasks/3-sanity.yaml b/qa/suites/fs/upgrade/snaps/tasks/3-sanity.yaml
new file mode 100644
index 00000000..d93dc3ba
--- /dev/null
+++ b/qa/suites/fs/upgrade/snaps/tasks/3-sanity.yaml
@@ -0,0 +1,10 @@
+tasks:
+- exec:
+ mon.a:
+ - ceph status
+ - ceph fs dump --format=json-pretty
+ - ceph fs set cephfs max_mds 2 && exit 1 || true
+- print: "**** confirmed cannot set max_mds=2"
+- exec:
+ mon.a:
+ - ceph fs set cephfs allow_new_snaps true