summaryrefslogtreecommitdiffstats
path: root/etc/nova/nova.conf.sample
diff options
context:
space:
mode:
authorAvishay Traeger <avishay@il.ibm.com>2012-07-30 17:50:37 +0300
committerAvishay Traeger <avishay@il.ibm.com>2012-08-09 15:10:24 +0300
commit4664f63691710413ea950891d00417045d131e76 (patch)
treef71ac6e8596fd250ccb05132536c2a15d42f5cdf /etc/nova/nova.conf.sample
parent408d3e3dc1600471d1198e72e123c4e308ecc1f4 (diff)
downloadnova-4664f63691710413ea950891d00417045d131e76.tar.gz
nova-4664f63691710413ea950891d00417045d131e76.tar.xz
nova-4664f63691710413ea950891d00417045d131e76.zip
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 <ronenkat@il.ibm.com> Change-Id: I3fe9cfcca8d4bddb71c763b526105e34f2652557
Diffstat (limited to 'etc/nova/nova.conf.sample')
-rw-r--r--etc/nova/nova.conf.sample26
1 files changed, 25 insertions, 1 deletions
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