Can somebody provide an example of how we can specify multiple directories for
Filesystem_store_datadir in glance-api.conf file?
The section for "Filesystem Store Options" indicates the following:
# Directory that the Filesystem backend store writes image data to
filesystem_store_datadir=/var/lib/glance/images/
# A list of directories where image data can be stored.
# This option may be specified multiple times for specifying multiple store directories.
Either one of filesystem_store_datadirs or # filesystem_store_datadir option is required.
A priority number may be given after each directory entry, separated by a ":".
Is this a correct format?
/var/lib/glance/images/: /var/lib/glance/images1/. If this is incorrect please provide the
correct format.
Regards,
-Brian