+++ /dev/null
-../.qa
\ No newline at end of file
+++ /dev/null
-.qa/distros/supported/centos_latest.yaml
\ No newline at end of file
+++ /dev/null
-openstack:
- - volumes: # attached to each instance
- count: 2
- size: 10 # GB
-
-overrides:
- install:
- ceph:
- flavor: notcmalloc
- debuginfo: true
- ceph:
- log-whitelist:
- - overall HEALTH_
- - \(PG_
- conf:
- global:
- osd heartbeat grace: 40
- debug deliberately leak memory: true
- osd max object name len: 460
- osd max object namespace len: 64
- mon:
- mon osd crush smoke test: false
- osd:
- osd fast shutdown: false
- valgrind:
- mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
- osd: [--tool=memcheck]
-roles:
-- [mon.a, mgr.x, osd.0, osd.1, client.0]
-tasks:
-- install:
-- ceph:
- expect_valgrind_errors: true
--- /dev/null
+../.qa
\ No newline at end of file
--- /dev/null
+openstack:
+ - volumes: # attached to each instance
+ count: 2
+ size: 10 # GB
+
+overrides:
+ install:
+ ceph:
+ flavor: notcmalloc
+ debuginfo: true
+ ceph:
+ log-whitelist:
+ - overall HEALTH_
+ - \(PG_
+ conf:
+ global:
+ osd heartbeat grace: 40
+ osd max object name len: 460
+ osd max object namespace len: 64
+ mon:
+ mon osd crush smoke test: false
+ osd:
+ osd fast shutdown: false
+ valgrind:
+ mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
+ osd: [--tool=memcheck]
+roles:
+- [mon.a, mon.b, mon.c, mgr.x, mgr.y, osd.0, osd.1, osd.2, client.0]
+tasks:
+- install:
+- ceph:
--- /dev/null
+overrides:
+ ceph:
+ expect_valgrind_errors: true
+tasks:
+- exec:
+ mon.a:
+ - ceph tell mon.a leak_some_memory
--- /dev/null
+overrides:
+ ceph:
+ expect_valgrind_errors: true
+tasks:
+- exec:
+ mon.a:
+ - ceph tell osd.0 leak_some_memory
--- /dev/null
+.qa/distros/supported/centos_latest.yaml
\ No newline at end of file