xci: osa: Do not wipe cinder volumes 19/52419/1
authorMarkos Chandras <mchandras@suse.de>
Wed, 21 Feb 2018 18:18:50 +0000 (18:18 +0000)
committerMarkos Chandras <mchandras@suse.de>
Wed, 21 Feb 2018 18:25:31 +0000 (18:25 +0000)
When a volume is removed, cinder will fill the entire disk with 0s. This
can slow down the volume removal process. Since we do not care what
happens with the volume after it's being removed, we don't need to
wipe it at all.

Change-Id: I5ef1b01a18cdf2694252b450ca4f1c6a37090f71
Link: https://docs.openstack.org/cinder/latest/sample_config.html
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/installer/osa/files/ha/user_variables.yml
xci/installer/osa/files/mini/user_variables.yml
xci/installer/osa/files/noha/user_variables.yml

index 72960a0..ea34945 100644 (file)
@@ -62,6 +62,7 @@ barbican_wsgi_processes: 2
 barbican_wsgi_threads: 1
 
 ## Cinder
+cinder_volume_clear: none
 cinder_wsgi_processes_max: 2
 cinder_wsgi_threads: 1
 cinder_wsgi_buffer_size: 16384
index 9ec9e40..c812f1d 100644 (file)
@@ -62,6 +62,7 @@ barbican_wsgi_processes: 2
 barbican_wsgi_threads: 1
 
 ## Cinder
+cinder_volume_clear: none
 cinder_wsgi_processes_max: 2
 cinder_wsgi_threads: 1
 cinder_wsgi_buffer_size: 16384
index 6657342..91ceba2 100644 (file)
@@ -62,6 +62,7 @@ barbican_wsgi_processes: 2
 barbican_wsgi_threads: 1
 
 ## Cinder
+cinder_volume_clear: none
 cinder_wsgi_processes_max: 2
 cinder_wsgi_threads: 1
 cinder_wsgi_buffer_size: 16384