summaryrefslogtreecommitdiff
path: root/etc/glance-api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/glance-api.conf')
-rw-r--r--etc/glance-api.conf44
1 files changed, 42 insertions, 2 deletions
diff --git a/etc/glance-api.conf b/etc/glance-api.conf
index 0af0dc94b..a752a3dba 100644
--- a/etc/glance-api.conf
+++ b/etc/glance-api.conf
@@ -1685,6 +1685,19 @@
# (string value)
#cinder_mount_point_base = /var/lib/glance/mnt
+#
+# If this is set to True, glance will perform an extend operation
+# on the attached volume. Only enable this option if the cinder
+# backend driver supports the functionality of extending online
+# (in-use) volumes. Supported from cinder microversion 3.42 and
+# onwards. By default, it is set to False.
+#
+# Possible values:
+# * True or False
+#
+# (boolean value)
+#cinder_do_extend_attached = false
+
[cors]
@@ -2138,7 +2151,7 @@
# (string value)
#rbd_store_ceph_conf =
-#
+# DEPRECATED:
# Timeout value for connecting to Ceph cluster.
#
# This configuration option takes in the timeout value in seconds used
@@ -2155,6 +2168,13 @@
# * None
#
# (integer value)
+# This option is deprecated for removal since Zed.
+# Its value may be silently ignored in the future.
+# Reason:
+# This option has not had any effect in years. Users willing to set a timeout
+# for
+# connecting to the Ceph cluster should use 'client_mount_timeout' in Ceph's
+# configuration file.
#rados_connect_timeout = 0
#
@@ -3583,6 +3603,19 @@
#cinder_mount_point_base = /var/lib/glance/mnt
#
+# If this is set to True, glance will perform an extend operation
+# on the attached volume. Only enable this option if the cinder
+# backend driver supports the functionality of extending online
+# (in-use) volumes. Supported from cinder microversion 3.42 and
+# onwards. By default, it is set to False.
+#
+# Possible values:
+# * True or False
+#
+# (boolean value)
+#cinder_do_extend_attached = false
+
+#
# Directory to which the filesystem backend store writes images.
#
# Upon start up, Glance creates the directory if it doesn't already
@@ -3878,7 +3911,7 @@
# (string value)
#rbd_store_ceph_conf =
-#
+# DEPRECATED:
# Timeout value for connecting to Ceph cluster.
#
# This configuration option takes in the timeout value in seconds used
@@ -3895,6 +3928,13 @@
# * None
#
# (integer value)
+# This option is deprecated for removal since Zed.
+# Its value may be silently ignored in the future.
+# Reason:
+# This option has not had any effect in years. Users willing to set a timeout
+# for
+# connecting to the Ceph cluster should use 'client_mount_timeout' in Ceph's
+# configuration file.
#rados_connect_timeout = 0
#