diff options
author | Patrick Donnelly <pdonnell@redhat.com> | 2018-06-23 01:44:38 +0200 |
---|---|---|
committer | Patrick Donnelly <pdonnell@redhat.com> | 2018-06-29 18:30:29 +0200 |
commit | 5d4a1f232bd5d4f9aab9be26044af8dc4abf21cd (patch) | |
tree | f0d29bb9a83fc5c45a38da77345f58039294af43 /qa/suites | |
parent | qa/cephfs/clusters/*: bigger cinder volumses (diff) | |
download | ceph-5d4a1f232bd5d4f9aab9be26044af8dc4abf21cd.tar.xz ceph-5d4a1f232bd5d4f9aab9be26044af8dc4abf21cd.zip |
qa: allocate more space for VM disk
Otherwise daemons may run out of space due to logging.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Diffstat (limited to 'qa/suites')
-rw-r--r-- | qa/suites/fs/bugs/client_trim_caps/clusters/small-cluster.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/suites/fs/bugs/client_trim_caps/clusters/small-cluster.yaml b/qa/suites/fs/bugs/client_trim_caps/clusters/small-cluster.yaml index 12047bd7ac6..5cd97a3ae51 100644 --- a/qa/suites/fs/bugs/client_trim_caps/clusters/small-cluster.yaml +++ b/qa/suites/fs/bugs/client_trim_caps/clusters/small-cluster.yaml @@ -4,6 +4,8 @@ openstack: - volumes: # attached to each instance count: 2 size: 10 # GB +- machine: + disk: 100 # GB log-rotate: ceph-mds: 10G ceph-osd: 10G |