diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-02-11 21:29:13 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-02-11 21:29:13 +0000 |
commit | 20fc1118fda24946ada541ebc435896253c2a911 (patch) | |
tree | 33bc15dbf5226346be4d37b76d24e78ca9501fd4 /puppet | |
parent | 5e20d081de48cbacad93dbd5a4434835bc09ac60 (diff) | |
parent | c7645f35a419f4af66fda5110f5b5b7a8d0137cf (diff) |
Merge "Increase default Cinder LVM backing file to 10G"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/cinder-storage.yaml | 2 | ||||
-rw-r--r-- | puppet/controller.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/puppet/cinder-storage.yaml b/puppet/cinder-storage.yaml index f7e8f907..0bec3e93 100644 --- a/puppet/cinder-storage.yaml +++ b/puppet/cinder-storage.yaml @@ -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: diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 3554e1e9..8fdddff9 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -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: |