From c46562b2412ca06f2a0e644a1488ffb6a59a2f6f Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 22 Jun 2018 16:44:38 -0700 Subject: [PATCH] qa: allocate more space for VM disk Otherwise daemons may run out of space due to logging. Signed-off-by: Patrick Donnelly (cherry picked from commit 5d4a1f232bd5d4f9aab9be26044af8dc4abf21cd) Conflicts: qa/suites/fs/bugs/client_trim_caps/clusters/small-cluster.yaml --- qa/cephfs/clusters/1-mds-1-client.yaml | 5 +++++ qa/cephfs/clusters/1-mds-2-client.yaml | 5 +++++ qa/cephfs/clusters/1-mds-4-client.yaml | 5 +++++ qa/cephfs/clusters/3-mds.yaml | 5 +++++ qa/cephfs/clusters/9-mds.yaml | 5 +++++ qa/cephfs/clusters/fixed-2-ucephfs.yaml | 2 ++ 6 files changed, 27 insertions(+) diff --git a/qa/cephfs/clusters/1-mds-1-client.yaml b/qa/cephfs/clusters/1-mds-1-client.yaml index 020381c4e6782..966f0dcc81459 100644 --- a/qa/cephfs/clusters/1-mds-1-client.yaml +++ b/qa/cephfs/clusters/1-mds-1-client.yaml @@ -6,3 +6,8 @@ openstack: - volumes: # attached to each instance count: 4 size: 20 # GB +- machine: + disk: 200 # GB +log-rotate: + ceph-mds: 10G + ceph-osd: 10G diff --git a/qa/cephfs/clusters/1-mds-2-client.yaml b/qa/cephfs/clusters/1-mds-2-client.yaml index 5ded61864bc15..656178c0f842c 100644 --- a/qa/cephfs/clusters/1-mds-2-client.yaml +++ b/qa/cephfs/clusters/1-mds-2-client.yaml @@ -7,3 +7,8 @@ openstack: - volumes: # attached to each instance count: 4 size: 30 # GB +- machine: + disk: 200 # GB +log-rotate: + ceph-mds: 10G + ceph-osd: 10G diff --git a/qa/cephfs/clusters/1-mds-4-client.yaml b/qa/cephfs/clusters/1-mds-4-client.yaml index 9461ae48fbad5..f17c83b823a24 100644 --- a/qa/cephfs/clusters/1-mds-4-client.yaml +++ b/qa/cephfs/clusters/1-mds-4-client.yaml @@ -9,3 +9,8 @@ openstack: - volumes: # attached to each instance count: 4 size: 30 # GB +- machine: + disk: 200 # GB +log-rotate: + ceph-mds: 10G + ceph-osd: 10G diff --git a/qa/cephfs/clusters/3-mds.yaml b/qa/cephfs/clusters/3-mds.yaml index 0b7e48c7ddd6e..f9fc10808657d 100644 --- a/qa/cephfs/clusters/3-mds.yaml +++ b/qa/cephfs/clusters/3-mds.yaml @@ -6,3 +6,8 @@ openstack: - volumes: # attached to each instance count: 4 size: 30 # GB +- machine: + disk: 200 # GB +log-rotate: + ceph-mds: 10G + ceph-osd: 10G diff --git a/qa/cephfs/clusters/9-mds.yaml b/qa/cephfs/clusters/9-mds.yaml index db974e7ade14c..414fb2ba44dc5 100644 --- a/qa/cephfs/clusters/9-mds.yaml +++ b/qa/cephfs/clusters/9-mds.yaml @@ -6,3 +6,8 @@ openstack: - volumes: # attached to each instance count: 4 size: 30 # GB +- machine: + disk: 200 # GB +log-rotate: + ceph-mds: 10G + ceph-osd: 10G diff --git a/qa/cephfs/clusters/fixed-2-ucephfs.yaml b/qa/cephfs/clusters/fixed-2-ucephfs.yaml index 9e4ba28340c49..129aac6cea2dc 100644 --- a/qa/cephfs/clusters/fixed-2-ucephfs.yaml +++ b/qa/cephfs/clusters/fixed-2-ucephfs.yaml @@ -5,6 +5,8 @@ openstack: - volumes: # attached to each instance count: 4 size: 30 # GB +- machine: + disk: 200 # GB log-rotate: ceph-mds: 10G ceph-osd: 10G -- 2.39.5