Change-Id: I4b7f182daf7bc101a59ddfdb98055ffcd719e3bd
7.3 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
|
(Integer) Number of times to retry block device allocation on failures. Starting with Liberty, Cinder can use image volume cache. This may help with block device allocation performance. Look at the cinder image_volume_cache_enabled configuration option. Possible values:
|
block_device_allocate_retries_interval =
3 |
(Integer) Waiting time interval (seconds) between block device allocation retries on failures |
|
(String) The IP address which is used to connect to the block storage network. Possible values:
Related options:
|
volume_usage_poll_interval = 0 |
(Integer) Interval in seconds for gathering volume usages |
[cinder] | |
cafile = None |
(String) PEM encoded Certificate Authority to use when verifying HTTPs connections. |
|
(String) Info to match when looking for cinder in the service catalog. Possible values:
Related options:
|
certfile = None |
(String) PEM encoded client certificate cert file |
|
(Boolean) Allow attach between instance and volume in different availability zones. If False, volumes attached to an instance must be in the same availability zone in Cinder as the instance availability zone in Nova. This also means care should be taken when booting an instance from a volume where source is not "volume" because Nova will attempt to create a volume using the same availability zone as what is assigned to the instance. If that AZ is not in Cinder (or allow_availability_zone_fallback=False in cinder.conf), the volume create request will fail and the instance will fail the build request. By default there is no availability zone restriction on volume attach. |
|
(String) If this option is set then it will override service catalog lookup with this template for cinder endpoint Possible values:
Related options:
|
|
(Integer) Number of times cinderclient should retry on any failed http call. 0 means connection is attempted only once. Setting it to any positive integer means that on failure connection is retried that many times e.g. setting it to 3 means total attempts to connect will be 4. Possible values:
|
insecure = False |
(Boolean) Verify HTTPS connections. |
keyfile = None |
(String) PEM encoded client certificate key file |
|
(String) Region name of this node. This is used when picking the URL in the service catalog. Possible values:
|
timeout = None |
(Integer) Timeout value for http requests |
[hyperv] | |
force_volumeutils_v1 = False |
(Boolean) DEPRECATED: Force V1 volume utility class |
|
(Integer) Volume attach retry count The number of times to retry to attach a volume. This option is used to avoid incorrectly returned no data when the system is under load. Volume attachment is retried until success or the given retry count is reached. To prepare the Hyper-V node to be able to attach to volumes provided by cinder you must first make sure the Windows iSCSI initiator service is running and started automatically. Possible values:
Related options:
|
|
(Integer) Volume attach retry interval Interval between volume attachment attempts, in seconds. Possible values:
Related options:
|
[libvirt] | |
glusterfs_mount_point_base =
$state_path/mnt |
(String) Directory where the glusterfs volume is mounted on the compute node |
nfs_mount_options = None |
(String) Mount options passed to the NFS client. See section of the nfs man page for details |
nfs_mount_point_base =
$state_path/mnt |
(String) Directory where the NFS volume is mounted on the compute node |
num_aoe_discover_tries = 3 |
(Integer) Number of times to rediscover AoE target to find volume |
num_iscsi_scan_tries = 5 |
(Integer) Number of times to rescan iSCSI target to find volume |
num_iser_scan_tries = 5 |
(Integer) Number of times to rescan iSER target to find volume |
qemu_allowed_storage_drivers = |
(List) Protocols listed here will be accessed directly from QEMU. Currently supported protocols: [gluster] |
rbd_secret_uuid = None |
(String) The libvirt UUID of the secret for the rbd_uservolumes |
rbd_user = None |
(String) The RADOS client name for accessing rbd volumes |
scality_sofs_config = None |
(String) Path or URL to Scality SOFS configuration file |
scality_sofs_mount_point =
$state_path/scality |
(String) Base dir where Scality SOFS shall be mounted |
smbfs_mount_options = |
(String) Mount options passed to the SMBFS client. See mount.cifs man page for details. Note that the libvirt-qemu uid and gid must be specified. |
smbfs_mount_point_base =
$state_path/mnt |
(String) Directory where the SMBFS shares are mounted on the compute node |
[xenserver] | |
block_device_creation_timeout = 10 |
(Integer) Time in secs to wait for a block device to be created |