From: Mykola Golub Date: Wed, 26 Jul 2023 10:24:46 +0000 (+0100) Subject: qa/mgr/dashboard: add refuse_standby_for_another_fs flag to mdsmap schema X-Git-Tag: v18.2.4~396^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4c874dd2ec7b85c8ee519fff7a1f65f9e04442e6;p=ceph.git qa/mgr/dashboard: add refuse_standby_for_another_fs flag to mdsmap schema Signed-off-by: Mykola Golub (cherry picked from commit 541b368a1d1d83269d275099671badd16ef7a4e8) --- diff --git a/qa/tasks/mgr/dashboard/test_health.py b/qa/tasks/mgr/dashboard/test_health.py index c3fdc497b4a7c..8f9d5ee16762c 100644 --- a/qa/tasks/mgr/dashboard/test_health.py +++ b/qa/tasks/mgr/dashboard/test_health.py @@ -58,7 +58,8 @@ class HealthTest(DashboardTestCase): 'allow_snaps': bool, 'allow_multimds_snaps': bool, 'allow_standby_replay': bool, - 'refuse_client_session': bool + 'refuse_client_session': bool, + 'refuse_standby_for_another_fs': bool }), 'ever_allowed_features': int, 'root': int