]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: allocate more space for VM disk
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 22 Jun 2018 23:44:38 +0000 (16:44 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 6 Jul 2018 19:07:33 +0000 (12:07 -0700)
Otherwise daemons may run out of space due to logging.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(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
qa/cephfs/clusters/1-mds-2-client.yaml
qa/cephfs/clusters/1-mds-4-client.yaml
qa/cephfs/clusters/3-mds.yaml
qa/cephfs/clusters/9-mds.yaml
qa/cephfs/clusters/fixed-2-ucephfs.yaml

index 020381c4e67825fb9b00dc16e40972e057fad170..966f0dcc8145910dc5e01e0624063a35f6f286af 100644 (file)
@@ -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
index 5ded61864bc150411265bdaa91307281708fdc5b..656178c0f842cbd733f03b3000bd3a9dce9410ea 100644 (file)
@@ -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
index 9461ae48fbad5fac69db717d6ecd32db23265583..f17c83b823a243dcbfe9abbff92a3789830056d3 100644 (file)
@@ -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
index 0b7e48c7ddd6ec07a95ad41481e08b59048d0eb2..f9fc10808657d505d341f5813899699e7421ca7a 100644 (file)
@@ -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
index db974e7ade14c096892ca5f9a6cb27466318c533..414fb2ba44dc50a5d6560adfdb89a4082de9677f 100644 (file)
@@ -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
index 9e4ba28340c49e548f8d78ce271bb05e00bfdf20..129aac6cea2dca37f592a724041feb7bdc1d063a 100644 (file)
@@ -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