From 4664f63691710413ea950891d00417045d131e76 Mon Sep 17 00:00:00 2001 From: Avishay Traeger Date: Mon, 30 Jul 2012 17:50:37 +0300 Subject: Driver for IBM Storwize and SVC storage. Volume driver for IBM Storwize and SVC storage systems, along with unit tests and updated sample config file. The unit tests include a Storwize/SVC management simulator to allow for testing without controller hardware. Also added a new exception for volume drivers. Co-authored-by: Ronen Kat Change-Id: I3fe9cfcca8d4bddb71c763b526105e34f2652557 --- etc/nova/nova.conf.sample | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index e03b8363e..2edf4eca6 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -1807,4 +1807,28 @@ #### (StrOpt) The ZFS path under which to create zvols for volumes. -# Total option count: 482 +######## defined in nova.volume.storwize_svc ######## + +# storwize_svc_volpool_name=volpool +#### (StrOpt) Storage system storage pool for volumes + +# storwize_svc_vol_vtype=striped +#### (StrOpt) Storage system volume type for volumes + +# storwize_svc_vol_rsize=2% +#### (StrOpt) Storage system space-efficiency parameter for volumes + +# storwize_svc_vol_warning=0 +#### (StrOpt) Storage system threshold for volume capacity warnings + +# storwize_svc_vol_autoexpand=True +#### (BoolOpt) Storage system autoexpand parameter for volumes (True/False) + +# storwize_svc_vol_grainsize=256 +#### (StrOpt) Storage system grain size parameter for volumes (32/64/128/256) + +# storwize_svc_flashcopy_timeout=120 +#### (StrOpt) Maximum number of seconds to wait for FlashCopy to be prepared. Maximum value is 600 seconds (10 minutes). + + +# Total option count: 489 -- cgit