Change CINDER_LVM_TYPE back to 'default' as the default
Change dddb2c7b5f85688de9c9b92f025df25d2f2d3016 recently changed devstack to enable the Cinder image cache by default and changed to use thinly provisioned LVM volumes by default. Since then we've had a spike in thin LVM snapshot test failures in the gate, which is by far our top gate bug at 219 hits in the last 10 days. So unless there is a fix on the Cinder side, this changes the default lvm_type back to 'default' for thick provisioning. Change-Id: I1c53bbe40177fe104ed0a222124bbc45c553b817 Related-Bug: #1642111
This commit is contained in:
parent
5dbb826a54
commit
b6cbf922d7
@ -68,8 +68,12 @@ CINDER_SERVICE_PROTOCOL=${CINDER_SERVICE_PROTOCOL:-$SERVICE_PROTOCOL}
|
||||
CINDER_SERVICE_LISTEN_ADDRESS=${CINDER_SERVICE_LISTEN_ADDRESS:-$SERVICE_LISTEN_ADDRESS}
|
||||
|
||||
# What type of LVM device should Cinder use for LVM backend
|
||||
# Defaults to thin. For thick provisioning change to 'default'
|
||||
CINDER_LVM_TYPE=${CINDER_LVM_TYPE:-thin}
|
||||
# Defaults to default, which is thick, the other valid choice
|
||||
# is thin, which as the name implies utilizes lvm thin provisioning.
|
||||
# Thinly provisioned LVM volumes may be more efficient when using the Cinder
|
||||
# image cache, but there are also known race failures with volume snapshots
|
||||
# and thinly provisioned LVM volumes, see bug 1642111 for details.
|
||||
CINDER_LVM_TYPE=${CINDER_LVM_TYPE:-default}
|
||||
|
||||
# Default backends
|
||||
# The backend format is type:name where type is one of the supported backend
|
||||
|
Loading…
x
Reference in New Issue
Block a user