From c7645f35a419f4af66fda5110f5b5b7a8d0137cf Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 28 Jan 2016 15:24:52 +0100 Subject: Increase default Cinder LVM backing file to 10G 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overcloud.yaml') diff --git a/overcloud.yaml b/overcloud.yaml index 673bf506..0a9c181b 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -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: -- cgit 1.2.3-korg