From 3d55a22fe72f1ccb06d86491b4df711c7360e9a4 Mon Sep 17 00:00:00 2001 From: venkatakrishnathumu Date: Fri, 21 Aug 2020 15:19:52 +0000 Subject: [PATCH] Doc: Update storwize cinder driver configuration Adding new configuration parameter 'storwize_svc_retain_aux_volume' to storwize cinder driver configuration guide which is an optional paramter to retain auxiliary volume in a mirror relationship on delete of the primary volume or moving the primary volume to non-mirror Change-Id: Ic2e696605a5f2176fdd8a88e8ec76190a45a27c1 --- doc/source/configuration/tables/cinder-storwize.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/configuration/tables/cinder-storwize.inc b/doc/source/configuration/tables/cinder-storwize.inc index c4db83a19de..5a9db6db40d 100644 --- a/doc/source/configuration/tables/cinder-storwize.inc +++ b/doc/source/configuration/tables/cinder-storwize.inc @@ -60,6 +60,8 @@ - (List) Comma separated list of storage system storage pools for volumes. * - ``storwize_svc_mirror_pool`` = ``None`` - (String) Specifies the name of the pool in which mirrored copy is stored. Example: "pool2" + * - ``storwize_svc_retain_aux_volume`` = ``False`` + - (Boolean) This defines an optional parameter to retain auxiliary volume in a mirror relationship on the delete of primary volume or moving to non-mirror. * - ``storwize_peer_pool`` = ``None`` - (String) Specifies the name of the peer pool for hyperswap volume, the peer pool must exist on the other site. * - ``storwize_preferred_host_site`` = ``{}``