]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: leave one standby available to avoid warning
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 2 Nov 2020 18:01:59 +0000 (10:01 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 3 Nov 2020 21:01:25 +0000 (13:01 -0800)
Four file systems will use all MDS and generate this warning:

2020-11-02T03:48:33.407 INFO:teuthology.orchestra.run.smithi003.stdout:2020-11-02T03:24:21.817337+0000 mon.a (mon.0) 481 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY)

Fixes: https://tracker.ceph.com/issues/23718
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_volumes.py

index 11161ec1510779ab516099e2a66f33a127422c50..636375f062b669efb5ba78f1a667c3e16085acff 100644 (file)
@@ -387,7 +387,7 @@ class TestVolumes(TestVolumesHelper):
         volumes = [volume['name'] for volume in vls]
 
         #create new volumes and add it to the existing list of volumes
-        volumenames = self._generate_random_volume_name(3)
+        volumenames = self._generate_random_volume_name(2)
         for volumename in volumenames:
             self._fs_cmd("volume", "create", volumename)
         volumes.extend(volumenames)