diff options
-rw-r--r-- | qa/cephfs/clusters/1-mds-1-client.yaml | 5 | ||||
-rw-r--r-- | qa/cephfs/clusters/1-mds-2-client.yaml | 5 | ||||
-rw-r--r-- | qa/cephfs/clusters/1-mds-4-client.yaml | 5 | ||||
-rw-r--r-- | qa/cephfs/clusters/3-mds.yaml | 5 | ||||
-rw-r--r-- | qa/cephfs/clusters/9-mds.yaml | 5 | ||||
-rw-r--r-- | qa/cephfs/clusters/fixed-2-ucephfs.yaml | 2 | ||||
-rw-r--r-- | qa/suites/fs/bugs/client_trim_caps/clusters/small-cluster.yaml | 2 |
7 files changed, 29 insertions, 0 deletions
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 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 |