From: Ramana Raja Date: Wed, 20 Apr 2016 17:06:09 +0000 (+0530) Subject: suites: allow four remote clients for fs/recovery X-Git-Tag: v11.1.1~58^2^2~210^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b970f97dbc5af6e331282c4eb61c9faaff1e586e;p=ceph.git suites: allow four remote clients for fs/recovery test_volume_client requires four clients. Signed-off-by: Ramana Raja --- diff --git a/suites/fs/recovery/clusters/2-remote-clients.yaml b/suites/fs/recovery/clusters/2-remote-clients.yaml deleted file mode 100644 index 1bfec51f7c4..00000000000 --- a/suites/fs/recovery/clusters/2-remote-clients.yaml +++ /dev/null @@ -1,6 +0,0 @@ -roles: -- [mon.a, osd.0, mds.a, mds.b, client.1, client.2] -- [client.0, osd.1, osd.2] -log-rotate: - ceph-mds: 10G - ceph-osd: 10G diff --git a/suites/fs/recovery/clusters/4-remote-clients.yaml b/suites/fs/recovery/clusters/4-remote-clients.yaml new file mode 100644 index 00000000000..702bb161e75 --- /dev/null +++ b/suites/fs/recovery/clusters/4-remote-clients.yaml @@ -0,0 +1,6 @@ +roles: +- [mon.a, osd.0, mds.a, mds.b, client.1, client.2, client.3] +- [client.0, osd.1, osd.2] +log-rotate: + ceph-mds: 10G + ceph-osd: 10G diff --git a/suites/fs/recovery/mounts/ceph-fuse.yaml b/suites/fs/recovery/mounts/ceph-fuse.yaml index faa175525f8..687baf8a53c 100644 --- a/suites/fs/recovery/mounts/ceph-fuse.yaml +++ b/suites/fs/recovery/mounts/ceph-fuse.yaml @@ -8,3 +8,5 @@ tasks: mounted: false client.2: mounted: false + client.3: + mounted: false