diff --git a/doc/common/tables/cinder-api.xml b/doc/common/tables/cinder-api.xml
index 7d889597c2..b51be75fa8 100644
--- a/doc/common/tables/cinder-api.xml
+++ b/doc/common/tables/cinder-api.xml
@@ -47,14 +47,14 @@
-
- backup_compression_algorithm=zlib |
- (StrOpt) Compression algorithm (None to disable) |
-
backup_swift_auth=per_user |
(StrOpt) Swift authentication mechanism |
diff --git a/doc/common/tables/cinder-block-device.xml b/doc/common/tables/cinder-block-device.xml
new file mode 100644
index 0000000000..b43a965540
--- /dev/null
+++ b/doc/common/tables/cinder-block-device.xml
@@ -0,0 +1,24 @@
+
+
+
+
+ Description of configuration options for block-device
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ available_devices= |
+ (ListOpt) List of all available devices |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-common.xml b/doc/common/tables/cinder-common.xml
index 3ebbc64199..b1e96981d4 100644
--- a/doc/common/tables/cinder-common.xml
+++ b/doc/common/tables/cinder-common.xml
@@ -60,7 +60,7 @@
(BoolOpt) make exception message format errors fatal |
- host=autodoc |
+ host=docwork |
(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. |
@@ -68,7 +68,7 @@
(StrOpt) Host to locate redis |
- host=autodoc |
+ host=docwork |
(StrOpt) Name of this node. This can be an opaque identifier. It is not necessarily a hostname, FQDN, or IP address. |
@@ -85,7 +85,7 @@
lio_initiator_iqns= |
- (StrOpt) Comma-separatd list of initiator IQNs allowed to connect to the iSCSI target. (From Nova compute nodes.) |
+ (StrOpt) Comma-separated list of initiator IQNs allowed to connect to the iSCSI target. (From Nova compute nodes.) |
lock_path=None |
@@ -136,45 +136,17 @@
(ListOpt) List of modules/decorators to monkey patch |
- my_ip=192.168.122.175 |
+ my_ip=115.146.84.189 |
(StrOpt) ip address of this host |
no_snapshot_gb_quota=False |
(BoolOpt) Whether snapshots count against GigaByte quota |
-
- 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) |
@@ -187,38 +159,14 @@
policy_file=policy.json |
(StrOpt) JSON file representing policy |
-
- pool_size=None |
- (StrOpt) Size of thin provisioning pool (None uses entire cinder VG) |
-
port=6379 |
(IntOpt) Use this port to connect to redis host. |
- pybasedir=/usr/lib/python2.7/site-packages |
+ pybasedir=/home/ubuntu/cinder |
(StrOpt) Directory where the cinder python module is installed |
-
- quota_driver=cinder.quota.DbQuotaDriver |
- (StrOpt) default driver to use for quota checks |
-
-
- quota_gigabytes=1000 |
- (IntOpt) number of volume gigabytes (snapshots are also included) allowed per project |
-
-
- quota_snapshots=10 |
- (IntOpt) number of volume snapshots allowed per project |
-
-
- quota_volumes=10 |
- (IntOpt) number of volumes allowed per project |
-
-
- reservation_expire=86400 |
- (IntOpt) number of seconds until a reservation expires |
-
reserved_percentage=0 |
(IntOpt) The percentage of backend capacity is reserved |
@@ -251,18 +199,6 @@
sqlite_synchronous=True |
(BoolOpt) If true, use synchronous mode for sqlite |
-
- ssh_conn_timeout=30 |
- (IntOpt) SSH connection timeout in seconds |
-
-
- ssh_max_pool_conn=5 |
- (IntOpt) Maximum ssh connections in the pool |
-
-
- ssh_min_pool_conn=1 |
- (IntOpt) Minimum ssh connections in the pool |
-
ssl_ca_file=None |
(StrOpt) CA certificate file to use to verify connecting clients |
@@ -299,10 +235,6 @@
until_refresh=0 |
(IntOpt) count of reservations until usage is refreshed |
-
- use_default_quota_class=True |
- (BoolOpt) whether to use default quota class for default quota |
-
use_forwarded_for=False |
(BoolOpt) Treat X-Forwarded-For as the canonical remote address. Only enable this if you have a sanitizing proxy. |
diff --git a/doc/common/tables/cinder-compute.xml b/doc/common/tables/cinder-compute.xml
new file mode 100644
index 0000000000..e126e152d6
--- /dev/null
+++ b/doc/common/tables/cinder-compute.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ Description of configuration options for compute
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ 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 |
+
+
+ os_region_name=None |
+ (StrOpt) region name of this node |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-coraid.xml b/doc/common/tables/cinder-coraid.xml
new file mode 100644
index 0000000000..53a7e3428e
--- /dev/null
+++ b/doc/common/tables/cinder-coraid.xml
@@ -0,0 +1,36 @@
+
+
+
+
+ Description of configuration options for coraid
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ coraid_group=admin |
+ (StrOpt) Name of group on Coraid ESM to which coraid_user belongs (must have admin privilege) |
+
+
+ coraid_password=password |
+ (StrOpt) Password to connect to Coraid ESM |
+
+
+ coraid_repository_key=coraid_repository |
+ (StrOpt) Volume Type key name to store ESM Repository Name |
+
+
+ coraid_user=admin |
+ (StrOpt) User name to connect to Coraid ESM |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-eqlx.xml b/doc/common/tables/cinder-eqlx.xml
new file mode 100644
index 0000000000..38be725fd2
--- /dev/null
+++ b/doc/common/tables/cinder-eqlx.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ Description of configuration options for eqlx
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ eqlx_chap_login=admin |
+ (StrOpt) Existing CHAP account name |
+
+
+ eqlx_chap_password=password |
+ (StrOpt) Password for specified CHAP account name |
+
+
+ eqlx_cli_max_retries=5 |
+ (IntOpt) Maximum retry count for reconnection |
+
+
+ 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? |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-gpfs_volume.xml b/doc/common/tables/cinder-gpfs_volume.xml
deleted file mode 100644
index a00f26af0e..0000000000
--- a/doc/common/tables/cinder-gpfs_volume.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Description of configuration options for gpfs_volume
-
-
-
-
- Configuration option=Default value |
- Description |
-
-
-
-
- gpfs_images_dir=None |
- (StrOpt) Path to GPFS Glance repository as mounted on Nova nodes |
-
-
- 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. |
-
-
- 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. |
-
-
-
-
\ No newline at end of file
diff --git a/doc/common/tables/cinder-hds.xml b/doc/common/tables/cinder-hds.xml
new file mode 100644
index 0000000000..ba68ebb1fe
--- /dev/null
+++ b/doc/common/tables/cinder-hds.xml
@@ -0,0 +1,24 @@
+
+
+
+
+ Description of configuration options for hds
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ hds_cinder_config_file=/opt/hds/hus/cinder_hus_conf.xml |
+ (StrOpt) configuration file for HDS cinder plugin for HUS |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-huawei.xml b/doc/common/tables/cinder-huawei.xml
new file mode 100644
index 0000000000..e3c860e894
--- /dev/null
+++ b/doc/common/tables/cinder-huawei.xml
@@ -0,0 +1,24 @@
+
+
+
+
+ Description of configuration options for huawei
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ cinder_huawei_conf_file=/etc/cinder/cinder_huawei_conf.xml |
+ (StrOpt) config data for cinder huawei plugin |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-backup.xml b/doc/common/tables/cinder-keymgr.xml
similarity index 63%
rename from doc/common/tables/cinder-backup.xml
rename to doc/common/tables/cinder-keymgr.xml
index ab0e3d1007..b7271060b9 100644
--- a/doc/common/tables/cinder-backup.xml
+++ b/doc/common/tables/cinder-keymgr.xml
@@ -5,7 +5,7 @@
repository -->
- Description of configuration options for backup
+ Description of configuration options for keymgr
@@ -16,12 +16,12 @@
- snapshot_name_template=snapshot-%s |
- (StrOpt) Template string to be used to generate snapshot names |
+ api_class=cinder.keymgr.conf_key_mgr.ConfKeyManager |
+ (StrOpt) The full class name of the key manager API class |
- snapshot_same_host=True |
- (BoolOpt) Create volume from snapshot at the host where snapshot resides |
+ fixed_key=None |
+ (StrOpt) Fixed key returned by key manager, specified in hex |
diff --git a/doc/common/tables/cinder-lvm.xml b/doc/common/tables/cinder-lvm.xml
new file mode 100644
index 0000000000..c9cb6e1eb8
--- /dev/null
+++ b/doc/common/tables/cinder-lvm.xml
@@ -0,0 +1,36 @@
+
+
+
+
+ Description of configuration options for lvm
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ 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) |
+
+
+ pool_size=None |
+ (StrOpt) Size of thin provisioning pool (None uses entire cinder VG) |
+
+
+ volume_group=cinder-volumes |
+ (StrOpt) Name for the VG that will contain exported volumes |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-netapp.xml b/doc/common/tables/cinder-netapp.xml
new file mode 100644
index 0000000000..d1f6ed435a
--- /dev/null
+++ b/doc/common/tables/cinder-netapp.xml
@@ -0,0 +1,76 @@
+
+
+
+
+ Description of configuration options for netapp
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ expiry_thres_minutes=720 |
+ (IntOpt) Threshold minutes after which cache file can be cleaned. |
+
+
+ netapp_login=None |
+ (StrOpt) User name for the storage controller |
+
+
+ netapp_password=None |
+ (StrOpt) Password for the storage controller |
+
+
+ netapp_server_hostname=None |
+ (StrOpt) Host name for the storage controller |
+
+
+ netapp_server_port=80 |
+ (IntOpt) Port number for the storage controller |
+
+
+ netapp_size_multiplier=1.2 |
+ (FloatOpt) Volume size multiplier to ensure while creation |
+
+
+ netapp_storage_family=ontap_cluster |
+ (StrOpt) Storage family type. |
+
+
+ netapp_storage_protocol=None |
+ (StrOpt) Storage protocol type. |
+
+
+ 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=None |
+ (StrOpt) Cluster vserver to use for provisioning |
+
+
+ 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. |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-nfs.xml b/doc/common/tables/cinder-nfs.xml
new file mode 100644
index 0000000000..b60184b56a
--- /dev/null
+++ b/doc/common/tables/cinder-nfs.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ Description of configuration options for 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-quota.xml b/doc/common/tables/cinder-quota.xml
new file mode 100644
index 0000000000..8497110574
--- /dev/null
+++ b/doc/common/tables/cinder-quota.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ Description of configuration options for quota
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ max_age=0 |
+ (IntOpt) number of seconds between subsequent usage refreshes |
+
+
+ quota_driver=cinder.quota.DbQuotaDriver |
+ (StrOpt) default driver to use for quota checks |
+
+
+ quota_gigabytes=1000 |
+ (IntOpt) number of volume gigabytes (snapshots are also included) allowed per project |
+
+
+ quota_snapshots=10 |
+ (IntOpt) number of volume snapshots allowed per project |
+
+
+ quota_volumes=10 |
+ (IntOpt) number of volumes allowed per project |
+
+
+ reservation_expire=86400 |
+ (IntOpt) number of seconds until a reservation expires |
+
+
+ use_default_quota_class=True |
+ (BoolOpt) whether to use default quota class for default quota |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-rpc.xml b/doc/common/tables/cinder-rpc.xml
index 03ea425a37..fbb6c2d27a 100644
--- a/doc/common/tables/cinder-rpc.xml
+++ b/doc/common/tables/cinder-rpc.xml
@@ -16,7 +16,7 @@
- allowed_rpc_exception_modules=cinder.openstack.common.exception,nova.exception,cinder.exception,exceptions |
+ allowed_rpc_exception_modules=nova.exception,cinder.exception,exceptions |
(ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call. |
@@ -151,14 +151,14 @@
rabbit_retry_interval=1 |
(IntOpt) how frequently to retry connecting with RabbitMQ |
-
- rabbit_use_ssl=False |
- (BoolOpt) connect over SSL for RabbitMQ |
-
rabbit_userid=guest |
(StrOpt) the RabbitMQ userid |
+
+ rabbit_use_ssl=False |
+ (BoolOpt) connect over SSL for RabbitMQ |
+
rabbit_virtual_host=/ |
(StrOpt) the RabbitMQ virtual host |
@@ -192,7 +192,7 @@
(IntOpt) Number of ZeroMQ contexts, defaults to 1 |
- rpc_zmq_host=autodoc |
+ rpc_zmq_host=docwork |
(StrOpt) Name of this node. Must be a valid hostname, FQDN, or IP address. Must match "host" option, if running Nova. |
@@ -211,6 +211,10 @@
rpc_zmq_topic_backlog=None |
(IntOpt) Maximum number of ingress messages to locally buffer per topic. Default is unlimited. |
+
+ volume_topic=cinder-volume |
+ (StrOpt) the topic volume nodes listen on |
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-san-solaris.xml b/doc/common/tables/cinder-san-solaris.xml
new file mode 100644
index 0000000000..b2c6ce037a
--- /dev/null
+++ b/doc/common/tables/cinder-san-solaris.xml
@@ -0,0 +1,24 @@
+
+
+
+
+ Description of configuration options for san-solaris
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ san_zfs_volume_base=rpool/ |
+ (StrOpt) The ZFS path under which to create zvols for volumes. |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-san.xml b/doc/common/tables/cinder-san.xml
new file mode 100644
index 0000000000..53947ef4e1
--- /dev/null
+++ b/doc/common/tables/cinder-san.xml
@@ -0,0 +1,64 @@
+
+
+
+
+ Description of configuration options for san
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ san_clustername= |
+ (StrOpt) Cluster name to use for creating volumes |
+
+
+ san_ip= |
+ (StrOpt) IP address of SAN controller |
+
+
+ san_is_local=False |
+ (BoolOpt) Execute commands locally instead of over SSH; use if the volume service is running on the SAN device |
+
+
+ san_login=admin |
+ (StrOpt) Username for SAN controller |
+
+
+ san_password= |
+ (StrOpt) Password for SAN controller |
+
+
+ san_private_key= |
+ (StrOpt) Filename of private key to use for SSH authentication |
+
+
+ san_ssh_port=22 |
+ (IntOpt) SSH port to use with SAN |
+
+
+ san_thin_provision=True |
+ (BoolOpt) Use thin provisioning for SAN volumes? |
+
+
+ ssh_conn_timeout=30 |
+ (IntOpt) SSH connection timeout in seconds |
+
+
+ ssh_max_pool_conn=5 |
+ (IntOpt) Maximum ssh connections in the pool |
+
+
+ ssh_min_pool_conn=1 |
+ (IntOpt) Minimum ssh connections in the pool |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-scality.xml b/doc/common/tables/cinder-scality.xml
new file mode 100644
index 0000000000..0cdf5adfd3
--- /dev/null
+++ b/doc/common/tables/cinder-scality.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ Description of configuration options for scality
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ scality_sofs_config=None |
+ (StrOpt) Path or URL to Scality SOFS configuration file |
+
+
+ scality_sofs_mount_point=$state_path/scality |
+ (StrOpt) Base dir where Scality SOFS shall be mounted |
+
+
+ scality_sofs_volume_dir=cinder/volumes |
+ (StrOpt) Path from Scality SOFS root to volume dir |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-solidfire.xml b/doc/common/tables/cinder-solidfire.xml
new file mode 100644
index 0000000000..52c6cf8c3a
--- /dev/null
+++ b/doc/common/tables/cinder-solidfire.xml
@@ -0,0 +1,36 @@
+
+
+
+
+ Description of configuration options for solidfire
+
+
+
+
+ Configuration option=Default value |
+ Description |
+
+
+
+
+ sf_account_prefix=docwork |
+ (StrOpt) Create SolidFire accounts with this prefix |
+
+
+ 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; |
+
+
+
+
\ No newline at end of file
diff --git a/doc/common/tables/cinder-storage.xml b/doc/common/tables/cinder-storage.xml
index 1d35dbbd6a..07cbb7a4f3 100644
--- a/doc/common/tables/cinder-storage.xml
+++ b/doc/common/tables/cinder-storage.xml
@@ -15,10 +15,6 @@
-
- available_devices= |
- (ListOpt) List of all available devices |
-
backend=sqlalchemy |
(StrOpt) The backend to use for db |
@@ -31,110 +27,14 @@
capacity_weight_multiplier=1.0 |
(FloatOpt) Multiplier used for weighing volume capacity. Negative numbers mean to stack vs spread. |
-
- cinder_huawei_conf_file=/etc/cinder/cinder_huawei_conf.xml |
- (StrOpt) config data for cinder huawei plugin |
-
coraid_esm_address= |
(StrOpt) IP address of Coraid ESM |
-
- coraid_group=admin |
- (StrOpt) Name of group on Coraid ESM to which coraid_user belongs (must have admin privilege) |
-
-
- coraid_password=password |
- (StrOpt) Password to connect to Coraid ESM |
-
-
- coraid_repository_key=coraid_repository |
- (StrOpt) Volume Type key name to store ESM Repository Name |
-
-
- coraid_user=admin |
- (StrOpt) User name to connect to Coraid ESM |
-
enabled_backends=None |
(ListOpt) A list of backend names to use. These backend names should be backed by a unique [CONFIG] group with its options |
-
- eqlx_chap_login=admin |
- (StrOpt) Existing CHAP account name |
-
-
- eqlx_chap_password=password |
- (StrOpt) Password for specified CHAP account name |
-
-
- eqlx_cli_max_retries=5 |
- (IntOpt) Maximum retry count for reconnection |
-
-
- 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 |
@@ -179,22 +79,6 @@
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 |
-
max_gigabytes=10000 |
(IntOpt) maximum number of volume gigabytes to allow per host |
@@ -223,182 +107,26 @@
min_pool_size=1 |
(IntOpt) Minimum number of SQL connections to keep open in a pool |
-
- netapp_password=None |
- (StrOpt) Password for the storage controller |
-
-
- netapp_server_hostname=None |
- (StrOpt) Host name for the storage controller |
-
-
- netapp_server_port=80 |
- (IntOpt) Port number for the storage controller |
-
-
- netapp_size_multiplier=1.2 |
- (FloatOpt) Volume size multiplier to ensure while creation |
-
-
- netapp_storage_family=ontap_cluster |
- (StrOpt) Storage family type. |
-
-
- netapp_storage_protocol=None |
- (StrOpt) Storage protocol type. |
-
-
- netapp_transport_type=http |
- (StrOpt) Transport type protocol |
-
-
- netapp_volume_list=None |
- (StrOpt) Comma separated volumes to be used for provisioning |
-
-
- netapp_vserver=None |
- (StrOpt) Cluster vserver to use for provisioning |
-
num_iser_scan_tries=3 |
(IntOpt) The maximum number of times to rescan iSER targetto find volume |
num_volume_device_scan_tries=3 |
- (IntOpt) The maximum number of times to rescan targetsto find volume |
-
-
- san_clustername= |
- (StrOpt) Cluster name to use for creating volumes |
-
-
- san_ip= |
- (StrOpt) IP address of SAN controller |
-
-
- san_is_local=False |
- (BoolOpt) Execute commands locally instead of over SSH; use if the volume service is running on the SAN device |
-
-
- san_login=admin |
- (StrOpt) Username for SAN controller |
-
-
- san_password= |
- (StrOpt) Password for SAN controller |
-
-
- san_private_key= |
- (StrOpt) Filename of private key to use for SSH authentication |
-
-
- san_ssh_port=22 |
- (IntOpt) SSH port to use with SAN |
-
-
- san_thin_provision=True |
- (BoolOpt) Use thin provisioning for SAN volumes? |
-
-
- san_zfs_volume_base=rpool/ |
- (StrOpt) The ZFS path under which to create zvols for volumes. |
-
-
- scality_sofs_config=None |
- (StrOpt) Path or URL to Scality SOFS configuration file |
-
-
- scality_sofs_mount_point=$state_path/scality |
- (StrOpt) Base dir where Scality SOFS shall be mounted |
-
-
- scality_sofs_volume_dir=cinder/volumes |
- (StrOpt) Path from Scality SOFS root to volume dir |
-
-
- sf_account_prefix=autodoc |
- (StrOpt) Create SolidFire accounts with this prefix |
-
-
- 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; |
-
-
- storwize_svc_connection_protocol=iSCSI |
- (StrOpt) Connection protocol (iSCSI/FC) |
-
-
- storwize_svc_flashcopy_timeout=120 |
- (IntOpt) Maximum number of seconds to wait for FlashCopy to be prepared. Maximum value is 600 seconds (10 minutes) |
-
-
- storwize_svc_multihostmap_enabled=True |
- (BoolOpt) Allows vdisk to multi host mapping |
-
-
- storwize_svc_multipath_enabled=False |
- (BoolOpt) Connect with multipath (FC only; iSCSI multipath is controlled by Nova) |
-
-
- storwize_svc_vol_autoexpand=True |
- (BoolOpt) Storage system autoexpand parameter for volumes (True/False) |
-
-
- storwize_svc_vol_compression=False |
- (BoolOpt) Storage system compression option for volumes |
-
-
- storwize_svc_vol_easytier=True |
- (BoolOpt) Enable Easy Tier for volumes |
-
-
- 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) |
-
-
- storwize_svc_vol_warning=0 |
- (IntOpt) Storage system threshold for volume capacity warnings (percentage) |
-
-
- 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. |
+ (IntOpt) The maximum number of times to rescan targets to find volume |
volume_backend_name=None |
(StrOpt) The backend name for a given driver implementation |
-
- volume_clear=zero |
- (StrOpt) Method used to wipe old voumes (valid options are: none, zero, shred) |
-
volume_clear_size=0 |
(IntOpt) Size in MiB to wipe at start of old volumes. 0 => all |
+
+ volume_clear=zero |
+ (StrOpt) Method used to wipe old voumes (valid options are: none, zero, shred) |
+
volume_dd_blocksize=1M |
(StrOpt) The default block size used when copying/clearing volumes |
@@ -407,102 +135,22 @@
volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver |
(StrOpt) Driver to use for volume creation |
-
- volume_group=cinder-volumes |
- (StrOpt) Name for the VG that will contain exported volumes |
-
volume_manager=cinder.volume.manager.VolumeManager |
(StrOpt) full class name for the Manager for volume |
-
- volume_name_template=volume-%s |
- (StrOpt) Template string to be used to generate volume names |
-
-
- volume_topic=cinder-volume |
- (StrOpt) the topic volume nodes listen on |
-
-
- volume_transfer_key_length=16 |
- (IntOpt) The number of characters in the autogenerated auth key. |
-
-
- volume_transfer_salt_length=8 |
- (IntOpt) The number of characters in the salt. |
-
-
- volume_usage_audit_period=month |
- (StrOpt) time period to generate volume usages for. Time period must be hour, day, month or year |
-
volumes_dir=$state_path/volumes |
(StrOpt) Volume configuration file storage directory |
- windows_iscsi_lun_path=C:\iSCSIVirtualDisks |
- (StrOpt) Path to store VHD backed volumes |
-
-
- xiv_ds8k_connection_type=iscsi |
- (StrOpt) Connection type to the IBM Storage Array (fibre_channel|iscsi) |
-
-
- xiv_ds8k_proxy=xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy |
- (StrOpt) Proxy driver that connects to the IBM Storage Array |
+ volume_usage_audit_period=month |
+ (StrOpt) time period to generate volume usages for. Time period must be hour, day, month or year |
zadara_default_stripesize=64 |
(StrOpt) Default stripe size for volumes |
-
- zadara_default_striping_mode=simple |
- (StrOpt) Default striping mode for volumes |
-
-
- zadara_password=None |
- (StrOpt) Password for the VPSA |
-
-
- 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 |
-
-
- zadara_vpsa_auto_detach_on_delete=True |
- (BoolOpt) Automatically detach from servers on volume delete |
-
-
- zadara_vpsa_ip=None |
- (StrOpt) Management IP of Zadara VPSA |
-
-
- zadara_vpsa_poolname=None |
- (StrOpt) Name of VPSA storage pool for volumes |
-
-
- zadara_vpsa_port=None |
- (StrOpt) Zadara VPSA port number |
-
-
- zadara_vpsa_use_ssl=False |
- (BoolOpt) Use SSL connection |
-
\ No newline at end of file
diff --git a/doc/common/tables/cinder-storage_glusterfs.xml b/doc/common/tables/cinder-storage_glusterfs.xml
index 1c5ef8ae9c..cb368b63c2 100644
--- a/doc/common/tables/cinder-storage_glusterfs.xml
+++ b/doc/common/tables/cinder-storage_glusterfs.xml
@@ -21,7 +21,7 @@