disable destroy_empty_storage_group parameter due to race codition

Change-Id: Ifb5ecccce438c82c7366e319feba6d9f714d8ea6
This commit is contained in:
Piotr Misiak 2015-04-29 11:18:26 +02:00
parent 6832604bf6
commit a9f518aabb
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class plugin_emc_vnx::controller {
'DEFAULT/san_login': value => $plugin_settings['emc_username'];
'DEFAULT/san_password': value => $plugin_settings['emc_password'];
'DEFAULT/storage_vnx_authentication_type': value => 'global';
'DEFAULT/destroy_empty_storage_group': value => 'True';
'DEFAULT/destroy_empty_storage_group': value => 'False';
'DEFAULT/attach_detach_batch_interval': value => '-1';
'DEFAULT/naviseccli_path': value => '/opt/Navisphere/bin/naviseccli';
'DEFAULT/initiator_auto_registration': value => 'True';