]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados/mon_thrash: inject random delays in mon messages
authorSage Weil <sage@inktank.com>
Mon, 8 Jul 2013 22:01:10 +0000 (15:01 -0700)
committerSage Weil <sage@inktank.com>
Mon, 8 Jul 2013 22:01:50 +0000 (15:01 -0700)
More useful than osd delays for this collection

suites/rados/monthrash/msgr-failures/mon-delay.yaml [new file with mode: 0644]
suites/rados/monthrash/msgr-failures/osd-delay.yaml [deleted file]

diff --git a/suites/rados/monthrash/msgr-failures/mon-delay.yaml b/suites/rados/monthrash/msgr-failures/mon-delay.yaml
new file mode 100644 (file)
index 0000000..77c186f
--- /dev/null
@@ -0,0 +1,8 @@
+overrides:
+  ceph:
+    conf:
+      global:
+        ms inject socket failures: 2500
+        ms inject delay type: mon
+        ms inject delay probability: .005
+        ms inject delay max: 1
diff --git a/suites/rados/monthrash/msgr-failures/osd-delay.yaml b/suites/rados/monthrash/msgr-failures/osd-delay.yaml
deleted file mode 100644 (file)
index 171346d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-overrides:
-  ceph:
-    conf:
-      global:
-        ms inject socket failures: 2500
-        ms inject delay type: osd
-        ms inject delay probability: .005
-        ms inject delay max: 1