diff --git a/doc/common/tables/cinder-api.xml b/doc/common/tables/cinder-api.xml
index 4fa146b7fe..b8053e33f5 100644
--- a/doc/common/tables/cinder-api.xml
+++ b/doc/common/tables/cinder-api.xml
@@ -11,7 +11,7 @@
Configuration option=Default value |
- (Type) Description |
+ Description |
+
+ compute_api_class=cinder.compute.nova.API |
+ (StrOpt) The full class name of the compute API class to use |
+
debug=False |
(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level). |
+
+ default_availability_zone=None |
+ (StrOpt) default availability zone to use when creating a new volume. If this is not set then we use the value from the storage_availability_zone option as the default availability_zone for new volumes. |
+
default_log_levels=amqplib=WARN,sqlalchemy=WARN,boto=WARN,suds=INFO,keystone=INFO,eventlet.wsgi.server=WARN |
(ListOpt) list of logger=LEVEL pairs |
@@ -28,7 +36,7 @@
(StrOpt) Default notification level for outgoing notifications |
- default_publisher_id=$host |
+ default_publisher_id=None |
(StrOpt) Default publisher_id for outgoing notifications |
@@ -51,10 +59,6 @@
fatal_exception_format_errors=False |
(BoolOpt) make exception message format errors fatal |
-
- host=127.0.0.1 |
- (StrOpt) Host to locate redis |
-
host=autodoc |
(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. |
@@ -67,6 +71,10 @@
host=autodoc |
(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. |
+
+ host=127.0.0.1 |
+ (StrOpt) Host to locate redis |
+
idle_timeout=3600 |
(IntOpt) timeout before idle sql connections are reaped |
@@ -121,14 +129,14 @@
monkey_patch=False |
- (BoolOpt) Whether to log monkey patching |
+ (BoolOpt) Enable monkey patching |
monkey_patch_modules= |
(ListOpt) List of modules/decorators to monkey patch |
- my_ip=198.61.167.113 |
+ my_ip=192.168.122.175 |
(StrOpt) ip address of this host |
@@ -136,13 +144,37 @@
(BoolOpt) Whether snapshots count against GigaByte quota |
- num_iscsi_scan_tries=3 |
- (IntOpt) number of times to rescan iSCSI target to find volume |
+ nova_api_insecure=False |
+ (BoolOpt) Allow to perform insecure SSL requests to nova |
+
+
+ nova_ca_certificates_file=None |
+ (StrOpt) Location of ca certicates file to use for nova client requests. |
+
+
+ nova_catalog_admin_info=compute:nova:adminURL |
+ (StrOpt) Same as nova_catalog_info, but for admin endpoint. |
+
+
+ nova_catalog_info=compute:nova:publicURL |
+ (StrOpt) Info to match when looking for nova in the service catalog. Format is : separated values of the form: <service_type>:<service_name>:<endpoint_type> |
+
+
+ nova_endpoint_admin_template=None |
+ (StrOpt) Same as nova_endpoint_template, but for admin endpoint. |
+
+
+ nova_endpoint_template=None |
+ (StrOpt) Override service catalog lookup with template for nova endpoint e.g. http://localhost:8774/v2/%(tenant_id)s |
num_shell_tries=3 |
(IntOpt) number of times to attempt to run flakey shell commands |
+
+ os_region_name=None |
+ (StrOpt) region name of this node |
+
password=None |
(StrOpt) Password for Redis server. (optional) |
@@ -164,7 +196,7 @@
(IntOpt) Use this port to connect to redis host. |
- pybasedir=/home/stacker/repos/cinder |
+ pybasedir=/usr/lib/python2.7/site-packages |
(StrOpt) Directory where the cinder python module is installed |
@@ -200,7 +232,7 @@
(StrOpt) Deprecated: command to use for running commands as root |
- rootwrap_config=None |
+ rootwrap_config=/etc/cinder/rootwrap.conf |
(StrOpt) Path to the rootwrap configuration file to use for running commands as root |
@@ -261,7 +293,7 @@
topics=notifications |
- (ListOpt) AMQP topic(s) used for openstack notifications |
+ (ListOpt) AMQP topic(s) used for OpenStack notifications |
until_refresh=0 |
diff --git a/doc/common/tables/cinder-connection.xml b/doc/common/tables/cinder-connection.xml
index 1fbf878bc3..fb4a00fe48 100644
--- a/doc/common/tables/cinder-connection.xml
+++ b/doc/common/tables/cinder-connection.xml
@@ -11,7 +11,7 @@
Configuration option=Default value |
- (Type) Description |
+ Description |
+
+ allowed_direct_url_schemes= |
+ (ListOpt) A list of url schemes that can be downloaded directly via the direct_url. Currently supported schemes: [file]. |
+
glance_api_insecure=False |
(BoolOpt) Allow to perform insecure SSL (https) requests to glance |
@@ -44,35 +48,19 @@
(IntOpt) default glance port |
- gpfs_images_dir=None |
- (StrOpt) Path to GPFS Glance repository as mounted on Nova nodes |
+ glance_request_timeout=None |
+ (IntOpt) http/https timeout value for glance operations. If no value (None) is supplied here, the glanceclient default value is used. |
- gpfs_images_share_mode=None |
- (StrOpt) Set this if Glance image repo is on GPFS as well so that the image bits can be transferred efficiently between Glance and Cinder. Valid values are copy or copy_on_write. copy performs a full copy of the image, copy_on_write efficiently shares unmodified blocks of the image. |
+ image_conversion_dir=$state_path/conversion |
+ (StrOpt) Directory used for temporary storage during image conversion |
- gpfs_max_clone_depth=0 |
- (IntOpt) A lengthy chain of copy-on-write snapshots or clones could have impact on performance. This option limits the number of indirections required to reach a specific block. 0 indicates unlimited. |
-
-
- gpfs_mount_point_base=None |
- (StrOpt) Path to the directory on GPFS mount point where volumes are stored |
-
-
- gpfs_sparse_volumes=True |
- (BoolOpt) Create volumes as sparse files which take no space. If set to False volume is created as regular file. In this case volume creation may take a significantly longer time. |
-
-
- image_conversion_dir=/tmp |
- (StrOpt) parent dir for tempdir used for image conversion |
-
-
- instance_format=[instance: %(uuid)s] |
+ instance_format=[instance: %(uuid)s] |
(StrOpt) If an instance is passed with the log message, format it like this |
- instance_uuid_format=[instance: %(uuid)s] |
+ instance_uuid_format=[instance: %(uuid)s] |
(StrOpt) If an instance UUID is passed with the log message, format it like this |
@@ -81,4 +69,4 @@
-
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-log.xml b/doc/common/tables/cinder-log.xml
index cf4d850b5d..7bf93f313d 100644
--- a/doc/common/tables/cinder-log.xml
+++ b/doc/common/tables/cinder-log.xml
@@ -11,7 +11,7 @@
@@ -60,25 +60,81 @@
(ListOpt) A list of backend names to use. These backend names should be backed by a unique [CONFIG] group with its options |
- glusterfs_disk_util=df |
- (StrOpt) Use du or df for free space calculation |
+ eqlx_chap_login=admin |
+ (StrOpt) Existing CHAP account name |
- glusterfs_mount_point_base=$state_path/mnt |
- (StrOpt) Base dir containing mount points for gluster shares |
+ eqlx_chap_password=password |
+ (StrOpt) Password for specified CHAP account name |
- glusterfs_shares_config=/etc/cinder/glusterfs_shares |
- (StrOpt) File with the list of available gluster shares |
+ eqlx_cli_max_retries=5 |
+ (IntOpt) Maximum retry count for reconnection |
- glusterfs_sparsed_volumes=True |
- (BoolOpt) Create volumes as sparsed files which take no space.If set to False volume is created as regular file.In such case volume creation takes a lot of time. |
+ eqlx_cli_timeout=30 |
+ (IntOpt) Timeout for the Group Manager cli command execution |
+
+
+ eqlx_group_name=group-0 |
+ (StrOpt) Group name to use for creating volumes |
+
+
+ eqlx_pool=default |
+ (StrOpt) Pool in which volumes will be created |
+
+
+ eqlx_use_chap=False |
+ (BoolOpt) Use CHAP authentificaion for targets? |
+
+
+ expiry_thres_minutes=720 |
+ (IntOpt) Threshold minutes after which cache file can be cleaned. |
hds_cinder_config_file=/opt/hds/hus/cinder_hus_conf.xml |
(StrOpt) configuration file for HDS cinder plugin for HUS |
+
+ hp3par_api_url= |
+ (StrOpt) 3PAR WSAPI Server Url like https://<3par ip>:8080/api/v1 |
+
+
+ hp3par_cpg=OpenStack |
+ (StrOpt) The CPG to use for volume creation |
+
+
+ hp3par_cpg_snap= |
+ (StrOpt) The CPG to use for Snapshots for volumes. If empty hp3par_cpg will be used |
+
+
+ hp3par_debug=False |
+ (BoolOpt) Enable HTTP debugging to 3PAR |
+
+
+ hp3par_domain=None |
+ (StrOpt) This option is DEPRECATED and no longer used. The 3par domain name to use. |
+
+
+ hp3par_iscsi_ips= |
+ (ListOpt) List of target iSCSI addresses to use. |
+
+
+ hp3par_password= |
+ (StrOpt) 3PAR Super user password |
+
+
+ hp3par_snapshot_expiration= |
+ (StrOpt) The time in hours when a snapshot expires and is deleted. This must be larger than expiration |
+
+
+ hp3par_snapshot_retention= |
+ (StrOpt) The time in hours to retain a snapshot. You can't delete it before this expires. |
+
+
+ hp3par_username= |
+ (StrOpt) 3PAR Super user username |
+
iscsi_helper=tgtadm |
(StrOpt) iscsi target user-land tool to use |
@@ -89,11 +145,11 @@
iscsi_ip_address=$my_ip |
- (StrOpt) The port that the iSCSI daemon is listening on |
+ (StrOpt) The IP address that the iSCSI daemon is listening on |
iscsi_num_targets=100 |
- (IntOpt) Number of iscsi target ids per host |
+ (IntOpt) The maximum number of iscsi target ids per host |
iscsi_port=3260 |
@@ -103,10 +159,38 @@
iscsi_target_prefix=iqn.2010-10.org.openstack: |
(StrOpt) prefix for iscsi volumes |
+
+ iser_helper=tgtadm |
+ (StrOpt) iser target user-land tool to use |
+
+
+ iser_ip_address=$my_ip |
+ (StrOpt) The IP address that the iSER daemon is listening on |
+
+
+ iser_num_targets=100 |
+ (IntOpt) The maximum number of iser target ids per host |
+
+
+ iser_port=3260 |
+ (IntOpt) The port that the iSER daemon is listening on |
+
+
+ iser_target_prefix=iqn.2010-10.org.iser.openstack: |
+ (StrOpt) prefix for iser volumes |
+
+
+ keymgr_api_class=cinder.keymgr.not_implemented_key_mgr.NotImplementedKeyManager |
+ (StrOpt) The full class name of the key manager API class |
+
lvm_mirrors=0 |
(IntOpt) If set, create lvms with multiple mirrors. Note that this requires lvm_mirrors + 2 pvs with available space |
+
+ lvm_type=default |
+ (StrOpt) Type of LVM volumes to deploy; (default or thin) |
+
max_age=0 |
(IntOpt) number of seconds between subsequent usage refreshes |
@@ -139,10 +223,6 @@
min_pool_size=1 |
(IntOpt) Minimum number of SQL connections to keep open in a pool |
-
- netapp_login=None |
- (StrOpt) User name for the storage controller |
-
netapp_password=None |
(StrOpt) Password for the storage controller |
@@ -171,85 +251,21 @@
netapp_transport_type=http |
(StrOpt) Transport type protocol |
-
- netapp_vfiler=None |
- (StrOpt) Vfiler to use for provisioning |
-
netapp_volume_list=None |
(StrOpt) Comma separated volumes to be used for provisioning |
- netapp_vserver=openstack |
+ netapp_vserver=None |
(StrOpt) Cluster vserver to use for provisioning |
- nexenta_blocksize= |
- (StrOpt) block size for volumes (blank=default,8KB) |
+ num_iser_scan_tries=3 |
+ (IntOpt) The maximum number of times to rescan iSER targetto find volume |
- nexenta_host= |
- (StrOpt) IP address of Nexenta SA |
-
-
- nexenta_iscsi_target_portal_port=3260 |
- (IntOpt) Nexenta target portal port |
-
-
- nexenta_password=nexenta |
- (StrOpt) Password to connect to Nexenta SA |
-
-
- nexenta_rest_port=2000 |
- (IntOpt) HTTP port to connect to Nexenta REST API server |
-
-
- nexenta_rest_protocol=auto |
- (StrOpt) Use http or https for REST connection (default auto) |
-
-
- nexenta_sparse=False |
- (BoolOpt) flag to create sparse volumes |
-
-
- nexenta_target_group_prefix=cinder/ |
- (StrOpt) prefix for iSCSI target groups on SA |
-
-
- nexenta_target_prefix=iqn.1986-03.com.sun:02:cinder- |
- (StrOpt) IQN prefix for iSCSI targets |
-
-
- nexenta_user=admin |
- (StrOpt) User name to connect to Nexenta SA |
-
-
- nexenta_volume=cinder |
- (StrOpt) pool on SA that will hold all volumes |
-
-
- nfs_mount_options=None |
- (StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details |
-
-
- nfs_mount_point_base=$state_path/mnt |
- (StrOpt) Base dir containing mount points for nfs shares |
-
-
- nfs_oversub_ratio=1.0 |
- (FloatOpt) This will compare the allocated to available space on the volume destination. If the ratio exceeds this number, the destination will no longer be valid. |
-
-
- nfs_shares_config=/etc/cinder/nfs_shares |
- (StrOpt) File with the list of available nfs shares |
-
-
- nfs_sparsed_volumes=True |
- (BoolOpt) Create volumes as sparsed files which take no space.If set to False volume is created as regular file.In such case volume creation takes a lot of time. |
-
-
- nfs_used_ratio=0.95 |
- (FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination. |
+ num_volume_device_scan_tries=3 |
+ (IntOpt) The maximum number of times to rescan targetsto find volume |
rbd_ceph_conf= |
@@ -259,6 +275,10 @@
rbd_flatten_volume_from_snapshot=False |
(BoolOpt) flatten volumes created from snapshots to remove dependency |
+
+ rbd_max_clone_depth=5 |
+ (IntOpt) maximum number of nested clones that can be taken of a volume before enforcing a flatten prior to next clone. A value of zero disables cloning |
+
rbd_pool=rbd |
(StrOpt) the RADOS pool in which rbd volumes are stored |
@@ -327,6 +347,10 @@
sf_allow_tenant_qos=False |
(BoolOpt) Allow tenants to specify QOS on create |
+
+ sf_api_port=443 |
+ (IntOpt) SolidFire API port. Useful if the device api is behind a proxy on a different port. |
+
sf_emulate_512=True |
(BoolOpt) Set 512 byte emulation on volume creation; |
@@ -337,7 +361,7 @@
storwize_svc_flashcopy_timeout=120 |
- (IntOpt) Maximum number of seconds to wait for FlashCopy to be prepared. Maximum value is 600 seconds (10 minutes). |
+ (IntOpt) Maximum number of seconds to wait for FlashCopy to be prepared. Maximum value is 600 seconds (10 minutes) |
storwize_svc_multihostmap_enabled=True |
@@ -345,7 +369,7 @@
storwize_svc_multipath_enabled=False |
- (BoolOpt) Connect with multipath (currently FC-only) |
+ (BoolOpt) Connect with multipath (FC only; iSCSI multipath is controlled by Nova) |
storwize_svc_vol_autoexpand=True |
@@ -363,6 +387,10 @@
storwize_svc_vol_grainsize=256 |
(IntOpt) Storage system grain size parameter for volumes (32/64/128/256) |
+
+ storwize_svc_vol_iogrp=0 |
+ (IntOpt) The I/O group in which to allocate volumes |
+
storwize_svc_vol_rsize=2 |
(IntOpt) Storage system space-efficiency parameter for volumes (percentage) |
@@ -375,13 +403,21 @@
storwize_svc_volpool_name=volpool |
(StrOpt) Storage system storage pool for volumes |
+
+ thres_avl_size_perc_start=20 |
+ (IntOpt) Threshold available percent to start cache cleaning. |
+
+
+ thres_avl_size_perc_stop=60 |
+ (IntOpt) Threshold available percent to stop cache cleaning. |
+
volume_backend_name=None |
(StrOpt) The backend name for a given driver implementation |
volume_clear=zero |
- (StrOpt) Method used to wipe old volumes (valid options are: none, zero, shred) |
+ (StrOpt) Method used to wipe old voumes (valid options are: none, zero, shred) |
volume_clear_size=0 |
@@ -436,16 +472,12 @@
(StrOpt) Path to store VHD backed volumes |
- xiv_proxy=xiv_openstack.nova_proxy.XIVNovaProxy |
- (StrOpt) Proxy driver |
+ xiv_ds8k_connection_type=iscsi |
+ (StrOpt) Connection type to the IBM Storage Array (fibre_channel|iscsi) |
- zadara_default_cache_policy=write-through |
- (StrOpt) Default cache policy for volumes |
-
-
- zadara_default_encryption=NO |
- (StrOpt) Default encryption policy for volumes |
+ xiv_ds8k_proxy=xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy |
+ (StrOpt) Proxy driver that connects to the IBM Storage Array |
zadara_default_stripesize=64 |
@@ -463,10 +495,18 @@
zadara_user=None |
(StrOpt) User name for the VPSA |
+
+ zadara_vol_encrypt=False |
+ (BoolOpt) Default encryption policy for volumes |
+
zadara_vol_name_template=OS_%s |
(StrOpt) Default template for VPSA volume names |
+
+ zadara_vol_thin=True |
+ (BoolOpt) Default thin provisioning policy for volumes |
+
zadara_vpsa_allow_nonexistent_delete=True |
(BoolOpt) Don't halt on deletion of non-existing volumes |
diff --git a/doc/common/tables/cinder-storage_glusterfs.xml b/doc/common/tables/cinder-storage_glusterfs.xml
new file mode 100644
index 0000000000..1c5ef8ae9c
--- /dev/null
+++ b/doc/common/tables/cinder-storage_glusterfs.xml
@@ -0,0 +1,40 @@
+
+
+
+
+ Description of configuration options for storage_glusterfs
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ glusterfs_disk_util=df |
+ (StrOpt) Use du or df for free space calculation |
+
+
+ glusterfs_mount_point_base=$state_path/mnt |
+ (StrOpt) Base dir containing mount points for gluster shares |
+
+
+ glusterfs_qcow2_volumes=False |
+ (BoolOpt) Create volumes as QCOW2 files rather than raw files. |
+
+
+ glusterfs_shares_config=/etc/cinder/glusterfs_shares |
+ (StrOpt) File with the list of available gluster shares |
+
+
+ glusterfs_sparsed_volumes=True |
+ (BoolOpt) Create volumes as sparsed files which take no space.If set to False volume is created as regular file.In such case volume creation takes a lot of time. |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-storage_netapp.xml b/doc/common/tables/cinder-storage_netapp.xml
new file mode 100644
index 0000000000..90f3890424
--- /dev/null
+++ b/doc/common/tables/cinder-storage_netapp.xml
@@ -0,0 +1,28 @@
+
+
+
+
+ Description of configuration options for storage_netapp
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ netapp_login=None |
+ (StrOpt) User name for the storage controller |
+
+
+ netapp_vfiler=None |
+ (StrOpt) Vfiler to use for provisioning |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-storage_nexenta_iscsi.xml b/doc/common/tables/cinder-storage_nexenta_iscsi.xml
new file mode 100644
index 0000000000..cbb2f36fb7
--- /dev/null
+++ b/doc/common/tables/cinder-storage_nexenta_iscsi.xml
@@ -0,0 +1,64 @@
+
+
+
+
+ Description of configuration options for storage_nexenta_iscsi
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ nexenta_blocksize= |
+ (StrOpt) block size for volumes (blank=default,8KB) |
+
+
+ nexenta_host= |
+ (StrOpt) IP address of Nexenta SA |
+
+
+ nexenta_iscsi_target_portal_port=3260 |
+ (IntOpt) Nexenta target portal port |
+
+
+ nexenta_password=nexenta |
+ (StrOpt) Password to connect to Nexenta SA |
+
+
+ nexenta_rest_port=2000 |
+ (IntOpt) HTTP port to connect to Nexenta REST API server |
+
+
+ nexenta_rest_protocol=auto |
+ (StrOpt) Use http or https for REST connection (default auto) |
+
+
+ nexenta_sparse=False |
+ (BoolOpt) flag to create sparse volumes |
+
+
+ nexenta_target_group_prefix=cinder/ |
+ (StrOpt) prefix for iSCSI target groups on SA |
+
+
+ nexenta_target_prefix=iqn.1986-03.com.sun:02:cinder- |
+ (StrOpt) IQN prefix for iSCSI targets |
+
+
+ nexenta_user=admin |
+ (StrOpt) User name to connect to Nexenta SA |
+
+
+ nexenta_volume=cinder |
+ (StrOpt) pool on SA that will hold all volumes |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-storage_nexenta_nfs.xml b/doc/common/tables/cinder-storage_nexenta_nfs.xml
new file mode 100644
index 0000000000..10fd8a56cb
--- /dev/null
+++ b/doc/common/tables/cinder-storage_nexenta_nfs.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ Description of configuration options for storage_nexenta_nfs
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ nexenta_mount_options=None |
+ (StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details |
+
+
+ nexenta_mount_point_base=$state_path/mnt |
+ (StrOpt) Base dir containing mount points for nfs shares |
+
+
+ nexenta_oversub_ratio=1.0 |
+ (FloatOpt) This will compare the allocated to available space on the volume destination. If the ratio exceeds this number, the destination will no longer be valid. |
+
+
+ nexenta_shares_config=/etc/cinder/nfs_shares |
+ (StrOpt) File with the list of available nfs shares |
+
+
+ nexenta_sparsed_volumes=True |
+ (BoolOpt) Create volumes as sparsed files which take no space.If set to False volume is created as regular file.In such case volume creation takes a lot of time. |
+
+
+ nexenta_used_ratio=0.95 |
+ (FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination. |
+
+
+ nexenta_volume_compression=on |
+ (StrOpt) Default compression value for new ZFS folders. |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-storage_nfs.xml b/doc/common/tables/cinder-storage_nfs.xml
new file mode 100644
index 0000000000..bef1a4075f
--- /dev/null
+++ b/doc/common/tables/cinder-storage_nfs.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ Description of configuration options for storage_nfs
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ nfs_mount_options=None |
+ (StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details |
+
+
+ nfs_mount_point_base=$state_path/mnt |
+ (StrOpt) Base dir containing mount points for nfs shares |
+
+
+ nfs_oversub_ratio=1.0 |
+ (FloatOpt) This will compare the allocated to available space on the volume destination. If the ratio exceeds this number, the destination will no longer be valid. |
+
+
+ nfs_shares_config=/etc/cinder/nfs_shares |
+ (StrOpt) File with the list of available nfs shares |
+
+
+ nfs_sparsed_volumes=True |
+ (BoolOpt) Create volumes as sparsed files which take no space.If set to False volume is created as regular file.In such case volume creation takes a lot of time. |
+
+
+ nfs_used_ratio=0.95 |
+ (FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination. |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-zones.xml b/doc/common/tables/cinder-zones.xml
index 2c8fe38c50..771b73cef2 100644
--- a/doc/common/tables/cinder-zones.xml
+++ b/doc/common/tables/cinder-zones.xml
@@ -11,7 +11,7 @@
Configuration option=Default value |
- (Type) Description |
+ Description |