qa/suites/rbd: fewer socket failures

500 makes the mgr fail.  Fewer failures, and whitelist them if they
happen.

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-12-20 14:17:08 -06:00
parent 2f7765a8dc
commit a3a911f9dd
2 changed files with 12 additions and 2 deletions

View File

@ -2,4 +2,9 @@ overrides:
ceph:
conf:
global:
ms inject socket failures: 500
ms inject socket failures: 1000
overrides:
ceph:
log-whitelist:
- \(MGR_DOWN\)
- No standby daemons

View File

@ -2,4 +2,9 @@ overrides:
ceph:
conf:
global:
ms inject socket failures: 500
ms inject socket failures: 1000
overrides:
ceph:
log-whitelist:
- \(MGR_DOWN\)
- No standby daemons