summaryrefslogtreecommitdiff
path: root/etc/glance-scrubber.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/glance-scrubber.conf')
-rw-r--r--etc/glance-scrubber.conf22
1 files changed, 21 insertions, 1 deletions
diff --git a/etc/glance-scrubber.conf b/etc/glance-scrubber.conf
index b2d80567f..9ea18511c 100644
--- a/etc/glance-scrubber.conf
+++ b/etc/glance-scrubber.conf
@@ -1280,6 +1280,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
@@ -1575,7 +1588,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
@@ -1592,6 +1605,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
#