|
...
|
...
|
@@ -68,8 +68,12 @@ CINDER_SERVICE_PROTOCOL=${CINDER_SERVICE_PROTOCOL:-$SERVICE_PROTOCOL}
|
|
68
|
68
|
CINDER_SERVICE_LISTEN_ADDRESS=${CINDER_SERVICE_LISTEN_ADDRESS:-$SERVICE_LISTEN_ADDRESS}
|
|
69
|
69
|
|
|
70
|
70
|
# What type of LVM device should Cinder use for LVM backend
|
|
71
|
|
-# Defaults to thin. For thick provisioning change to 'default'
|
|
72
|
|
-CINDER_LVM_TYPE=${CINDER_LVM_TYPE:-thin}
|
|
|
71
|
+# Defaults to default, which is thick, the other valid choice
|
|
|
72
|
+# is thin, which as the name implies utilizes lvm thin provisioning.
|
|
|
73
|
+# Thinly provisioned LVM volumes may be more efficient when using the Cinder
|
|
|
74
|
+# image cache, but there are also known race failures with volume snapshots
|
|
|
75
|
+# and thinly provisioned LVM volumes, see bug 1642111 for details.
|
|
|
76
|
+CINDER_LVM_TYPE=${CINDER_LVM_TYPE:-default}
|
|
73
|
77
|
|
|
74
|
78
|
# Default backends
|
|
75
|
79
|
# The backend format is type:name where type is one of the supported backend
|