Increase default Cinder LVM backing file to 10G
authorGiulio Fidente <gfidente@redhat.com>
Thu, 28 Jan 2016 14:24:52 +0000 (15:24 +0100)
committerGiulio Fidente <gfidente@redhat.com>
Wed, 3 Feb 2016 16:17:37 +0000 (17:17 +0100)
We get false negatives from Tempest when the Cinder LVM backing
file runs out space. This change increases its default size to 10G,
matching devstack [1]

1. https://github.com/openstack-dev/devstack/blob/master/stackrc#L649

Change-Id: Ia334ea481e17c1d35aa67c33729cac6570f48199

overcloud.yaml
puppet/cinder-storage.yaml
puppet/controller.yaml

index 673bf50..0a9c181 100644 (file)
@@ -307,7 +307,7 @@ parameters:
     type: string
     hidden: true
   CinderLVMLoopDeviceSize:
-    default: 5000
+    default: 10280
     description: The size of the loopback file used by the cinder LVM driver.
     type: number
   CinderNfsMountOptions:
index f7e8f90..0bec3e9 100644 (file)
@@ -13,7 +13,7 @@ parameters:
     description: The iSCSI helper to use with cinder.
     type: string
   CinderLVMLoopDeviceSize:
-    default: 5000
+    default: 10280
     description: The size of the loopback file used by the cinder LVM driver.
     type: number
   CinderPassword:
index ea19c71..238ca76 100644 (file)
@@ -61,7 +61,7 @@ parameters:
     description: The iSCSI helper to use with cinder.
     type: string
   CinderLVMLoopDeviceSize:
-    default: 5000
+    default: 10280
     description: The size of the loopback file used by the cinder LVM driver.
     type: number
   CinderNfsMountOptions: