From: Patrick Donnelly Date: Fri, 22 Jun 2018 23:44:38 +0000 (-0700) Subject: qa: allocate more space for VM disk X-Git-Tag: v13.2.1~32^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c46562b2412ca06f2a0e644a1488ffb6a59a2f6f;p=ceph.git 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 --- diff --git a/qa/cephfs/clusters/1-mds-1-client.yaml b/qa/cephfs/clusters/1-mds-1-client.yaml index 020381c4e67..966f0dcc814 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 5ded61864bc..656178c0f84 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 9461ae48fba..f17c83b823a 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 0b7e48c7ddd..f9fc1080865 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 db974e7ade1..414fb2ba44d 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 9e4ba28340c..129aac6cea2 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