From 02de7a7d2a21b4577bba5af10c001f546a970d13 Mon Sep 17 00:00:00 2001 From: Pranali Deore Date: Sun, 7 May 2023 19:27:00 +0000 Subject: [PATCH] Refresh Glance example configs for bobcat milestone 1 Change-Id: I4d21cbcd0b2b09b88dd73575d9f9e36bf037bded --- etc/glance-api.conf | 44 ++++++++++++++++++++++++++++++++++++++-- etc/glance-cache.conf | 22 +++++++++++++++++++- etc/glance-scrubber.conf | 22 +++++++++++++++++++- 3 files changed, 84 insertions(+), 4 deletions(-) diff --git a/etc/glance-api.conf b/etc/glance-api.conf index 0af0dc94b8..a752a3dbac 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 # @@ -3582,6 +3602,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 + # # Directory to which the filesystem backend store writes images. # @@ -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 # diff --git a/etc/glance-cache.conf b/etc/glance-cache.conf index 62c90638db..765efde7f3 100644 --- a/etc/glance-cache.conf +++ b/etc/glance-cache.conf @@ -1177,6 +1177,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 + # # Directory to which the filesystem backend store writes images. # @@ -1473,7 +1486,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 @@ -1490,6 +1503,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 # diff --git a/etc/glance-scrubber.conf b/etc/glance-scrubber.conf index b2d80567f5..9ea18511ca 100644 --- a/etc/glance-scrubber.conf +++ b/etc/glance-scrubber.conf @@ -1279,6 +1279,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 + # # Directory to which the filesystem backend store writes images. # @@ -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 #