From fe74a2c10dd804b12e6b98260e0d80c9375eae5c Mon Sep 17 00:00:00 2001 From: Ramana Raja Date: Wed, 20 Apr 2016 22:36:09 +0530 Subject: [PATCH] suites: allow four remote clients for fs/recovery test_volume_client requires four clients. Signed-off-by: Ramana Raja (cherry picked from commit b970f97dbc5af6e331282c4eb61c9faaff1e586e) (cherry picked from commit f539587df992fc1b77196a43c8a54fab345fc0c9) --- .../clusters/{2-remote-clients.yaml => 4-remote-clients.yaml} | 2 +- suites/fs/recovery/mounts/ceph-fuse.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename suites/fs/recovery/clusters/{2-remote-clients.yaml => 4-remote-clients.yaml} (56%) diff --git a/suites/fs/recovery/clusters/2-remote-clients.yaml b/suites/fs/recovery/clusters/4-remote-clients.yaml similarity index 56% rename from suites/fs/recovery/clusters/2-remote-clients.yaml rename to suites/fs/recovery/clusters/4-remote-clients.yaml index 1bfec51f7c441..702bb161e75b5 100644 --- a/suites/fs/recovery/clusters/2-remote-clients.yaml +++ b/suites/fs/recovery/clusters/4-remote-clients.yaml @@ -1,5 +1,5 @@ roles: -- [mon.a, osd.0, mds.a, mds.b, client.1, client.2] +- [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 diff --git a/suites/fs/recovery/mounts/ceph-fuse.yaml b/suites/fs/recovery/mounts/ceph-fuse.yaml index faa175525f834..687baf8a53c9b 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 -- 2.39.5