]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: update mds_pre_upgrade to disable standby-replay
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 30 Mar 2021 21:53:04 +0000 (14:53 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 16 Aug 2021 21:23:55 +0000 (14:23 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 8e0b9bcad67352a5ad0d91993e8fb26f482a08de)

qa/tasks/mds_pre_upgrade.py

index 0856d48337c436c20d03311161727a4a552f16cc..a633964f6869ca0651719756d138648bd3870cf6 100644 (file)
@@ -24,6 +24,7 @@ def task(ctx, config):
     fs = Filesystem(ctx)
     status = fs.getinfo()
 
+    fs.set_allow_standby_replay(False)
     fs.set_max_mds(1)
     fs.reach_max_mds()