mirror of
https://github.com/ceph/ceph
synced 2025-01-22 11:05:02 +00:00
ef19481399
The delays were applied everywhere and needlessly interfere with test commands sent to mons from the ceph admin command. Furthermore, the delays would not affect the kernel client. Now the delays are performed by the MDS on clients. Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
18 lines
502 B
YAML
18 lines
502 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
osd:
|
|
ms inject socket failures: 2500
|
|
ms inject delay type: client mds
|
|
ms inject delay probability: .005
|
|
ms inject delay max: 1
|
|
mon client directed command retry: 5
|
|
mds:
|
|
ms inject socket failures: 2500
|
|
ms inject delay type: client mds osd
|
|
ms inject delay probability: .005
|
|
ms inject delay max: 1
|
|
mon client directed command retry: 5
|
|
log-ignorelist:
|
|
- \(OSD_SLOW_PING_TIME
|