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>
This commit is contained in:
Patrick Donnelly 2018-06-22 16:44:38 -07:00
parent aa3dcb2b26
commit 5d4a1f232b
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB
7 changed files with 29 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View File

@ -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