Add unmap to cinder for ceph

This matches the current default for nova.conf. Use unmap/discard if
t is enabled on the hypervisor. This option is new for mitaka.

TrivialFix

Change-Id: Id94c05e2ec8a65c75ec82afcd4150390f8b87ee2
This commit is contained in:
SamYaple 2016-03-18 02:48:04 +00:00
parent e20f3ec7f5
commit ef0a13554c

View File

@ -83,5 +83,6 @@ rbd_store_chunk_size = 4
rados_connect_timeout = -1
rbd_user = cinder
rbd_secret_uuid = {{ rbd_secret_uuid }}
report_discard_supported = True
{% endif %}