summaryrefslogtreecommitdiffstats
path: root/qa/debug
diff options
context:
space:
mode:
Diffstat (limited to 'qa/debug')
-rw-r--r--qa/debug/buildpackages.yaml6
-rw-r--r--qa/debug/mds_client.yaml9
-rw-r--r--qa/debug/mgr.yaml17
-rw-r--r--qa/debug/openstack-15G.yaml3
-rw-r--r--qa/debug/openstack-30G.yaml3
5 files changed, 38 insertions, 0 deletions
diff --git a/qa/debug/buildpackages.yaml b/qa/debug/buildpackages.yaml
new file mode 100644
index 000000000..527ed6627
--- /dev/null
+++ b/qa/debug/buildpackages.yaml
@@ -0,0 +1,6 @@
+tasks:
+ - buildpackages:
+ machine:
+ disk: 40 # GB
+ ram: 15000 # MB
+ cpus: 16
diff --git a/qa/debug/mds_client.yaml b/qa/debug/mds_client.yaml
new file mode 100644
index 000000000..c6fec3fc6
--- /dev/null
+++ b/qa/debug/mds_client.yaml
@@ -0,0 +1,9 @@
+overrides:
+ ceph:
+ conf:
+ mds:
+ debug ms: 1
+ debug mds: 20
+ client:
+ debug ms: 1
+ debug client: 20 \ No newline at end of file
diff --git a/qa/debug/mgr.yaml b/qa/debug/mgr.yaml
new file mode 100644
index 000000000..1f8e9cbc2
--- /dev/null
+++ b/qa/debug/mgr.yaml
@@ -0,0 +1,17 @@
+overrides:
+ ceph:
+ conf:
+ mon:
+ debug mon: 20
+ mgr:
+ debug mgr: 20
+ debug ms: 1
+ debug client: 20
+ client:
+ debug client: 20
+ debug mgrc: 20
+ debug ms: 1
+ osd:
+ debug mgrc: 20
+ mds:
+ debug mgrc: 20
diff --git a/qa/debug/openstack-15G.yaml b/qa/debug/openstack-15G.yaml
new file mode 100644
index 000000000..857ad22a2
--- /dev/null
+++ b/qa/debug/openstack-15G.yaml
@@ -0,0 +1,3 @@
+openstack:
+ - machine:
+ ram: 15000 # MB
diff --git a/qa/debug/openstack-30G.yaml b/qa/debug/openstack-30G.yaml
new file mode 100644
index 000000000..da7ed803a
--- /dev/null
+++ b/qa/debug/openstack-30G.yaml
@@ -0,0 +1,3 @@
+openstack:
+ - machine:
+ ram: 30000 # MB