From: Patrick Donnelly Date: Wed, 10 May 2017 02:58:08 +0000 (-0400) Subject: qa: turn off spurious standby health warning X-Git-Tag: v12.0.3~12^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a4cb10900d3472fbf06db913dfe0680dabf55c7e;p=ceph.git qa: turn off spurious standby health warning Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/filesystem.py b/qa/tasks/cephfs/filesystem.py index 273bb39ebe49..cb2420f7274e 100644 --- a/qa/tasks/cephfs/filesystem.py +++ b/qa/tasks/cephfs/filesystem.py @@ -456,6 +456,8 @@ class Filesystem(MDSCluster): data_pool_name, pgs_per_fs_pool.__str__()) self.mon_manager.raw_cluster_cmd('fs', 'new', self.name, self.metadata_pool_name, data_pool_name) + # Turn off spurious standby count warnings from modifying max_mds in tests. + self.mon_manager.raw_cluster_cmd('fs', 'set', self.name, 'standby_count_wanted', '0') self.getinfo(refresh = True)