From ba5b3bb9b8b488cbcaeedd7e9b159f14174784f6 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Sun, 31 May 2015 16:44:28 -0700 Subject: [PATCH] add log-rotate configs to the userspace suite Signed-off-by: Greg Farnum --- clusters/fixed-2-ucephfs.yaml | 3 +++ clusters/fixed-3-cephfs.yaml | 3 +++ suites/fs/multiclient/clusters/three_clients.yaml | 5 +++++ suites/fs/multiclient/clusters/two_clients.yaml | 5 +++++ suites/fs/recovery/clusters/2-remote-clients.yaml | 3 +++ suites/fs/standbyreplay/clusters/standby-replay.yaml | 3 +++ suites/fs/thrash/clusters/mds-1active-1standby.yaml | 5 ++++- 7 files changed, 26 insertions(+), 1 deletion(-) diff --git a/clusters/fixed-2-ucephfs.yaml b/clusters/fixed-2-ucephfs.yaml index b1d8678b165..ab74a23d090 100644 --- a/clusters/fixed-2-ucephfs.yaml +++ b/clusters/fixed-2-ucephfs.yaml @@ -1,3 +1,6 @@ roles: - [mon.a, mds.a, osd.0, osd.1, client.0] - [mon.b, mds.a-s, mon.c, osd.2, osd.3] +log-rotate: + ceph-mds: 10G + ceph-osd: 10G diff --git a/clusters/fixed-3-cephfs.yaml b/clusters/fixed-3-cephfs.yaml index 74a24a3e9d6..78d585fb841 100644 --- a/clusters/fixed-3-cephfs.yaml +++ b/clusters/fixed-3-cephfs.yaml @@ -2,3 +2,6 @@ roles: - [mon.a, mds.a, osd.0, osd.1] - [mon.b, mds.a-s, mon.c, osd.2, osd.3] - [client.0] +log-rotate: + ceph-mds: 10G + ceph-osd: 10G diff --git a/suites/fs/multiclient/clusters/three_clients.yaml b/suites/fs/multiclient/clusters/three_clients.yaml index fd2535fd4a0..bf87f26f7fa 100644 --- a/suites/fs/multiclient/clusters/three_clients.yaml +++ b/suites/fs/multiclient/clusters/three_clients.yaml @@ -3,3 +3,8 @@ roles: - [client.2] - [client.1] - [client.0] + +log-rotate: + ceph-mds: 10G + ceph-osd: 10G + diff --git a/suites/fs/multiclient/clusters/two_clients.yaml b/suites/fs/multiclient/clusters/two_clients.yaml index 2258befd8bf..2bcf4dc7391 100644 --- a/suites/fs/multiclient/clusters/two_clients.yaml +++ b/suites/fs/multiclient/clusters/two_clients.yaml @@ -2,3 +2,8 @@ roles: - [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2] - [client.1] - [client.0] + +log-rotate: + ceph-mds: 10G + ceph-osd: 10G + diff --git a/suites/fs/recovery/clusters/2-remote-clients.yaml b/suites/fs/recovery/clusters/2-remote-clients.yaml index 2eff58b4767..f62427758a2 100644 --- a/suites/fs/recovery/clusters/2-remote-clients.yaml +++ b/suites/fs/recovery/clusters/2-remote-clients.yaml @@ -1,3 +1,6 @@ roles: - [mon.a, osd.0, mds.a, mds.b, client.1] - [client.0, osd.1, osd.2] +log-rotate: + ceph-mds: 10G + ceph-osd: 10G diff --git a/suites/fs/standbyreplay/clusters/standby-replay.yaml b/suites/fs/standbyreplay/clusters/standby-replay.yaml index 5b2751cb55a..011503946ad 100644 --- a/suites/fs/standbyreplay/clusters/standby-replay.yaml +++ b/suites/fs/standbyreplay/clusters/standby-replay.yaml @@ -8,3 +8,6 @@ overrides: roles: - [mon.a, mds.a, mds.b-s-0, osd.0, osd.1, client.0] - [mon.b, mds.c-s-0, mds.d-s-0, mon.c, osd.2, osd.3] +log-rotate: + ceph-mds: 10G + ceph-osd: 10G diff --git a/suites/fs/thrash/clusters/mds-1active-1standby.yaml b/suites/fs/thrash/clusters/mds-1active-1standby.yaml index d0b86637524..e981076d727 100644 --- a/suites/fs/thrash/clusters/mds-1active-1standby.yaml +++ b/suites/fs/thrash/clusters/mds-1active-1standby.yaml @@ -1,3 +1,6 @@ roles: - [mon.a, mon.c, osd.0, osd.1, osd.2, mds.b-s-a] -- [mon.b, mds.a, osd.3, osd.4, osd.5, client.0] \ No newline at end of file +- [mon.b, mds.a, osd.3, osd.4, osd.5, client.0] +log-rotate: + ceph-mds: 10G + ceph-osd: 10G