diff options
author | Zack Cerza <zack@redhat.com> | 2017-02-24 23:25:19 +0100 |
---|---|---|
committer | Zack Cerza <zack@redhat.com> | 2017-02-24 23:25:19 +0100 |
commit | b076d89a3f1fbad7d477913812b2e17529abeacf (patch) | |
tree | bffd08af3a7d4a652d7289b8a552fc9ea2afaae3 /qa/suites/fs/multifs | |
parent | Merge pull request #13594 from athanatos/wip-snap-trim-sleep (diff) | |
download | ceph-b076d89a3f1fbad7d477913812b2e17529abeacf.tar.xz ceph-b076d89a3f1fbad7d477913812b2e17529abeacf.zip |
qa/suites/fs: Add openstack volume configuration
Signed-off-by: Zack Cerza <zack@redhat.com>
Diffstat (limited to 'qa/suites/fs/multifs')
-rw-r--r-- | qa/suites/fs/multifs/clusters/2-remote-clients.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/suites/fs/multifs/clusters/2-remote-clients.yaml b/qa/suites/fs/multifs/clusters/2-remote-clients.yaml index 1595fe43604..b5ff712cb47 100644 --- a/qa/suites/fs/multifs/clusters/2-remote-clients.yaml +++ b/qa/suites/fs/multifs/clusters/2-remote-clients.yaml @@ -1,6 +1,10 @@ roles: - [mon.a, osd.0, mon.b, mds.a, mds.b, client.1] - [mds.c, mds.d, mon.c, client.0, osd.1, osd.2] +openstack: +- volumes: # attached to each instance + count: 2 + size: 10 # GB log-rotate: ceph-mds: 10G ceph-osd: 10G |