Per http://docs.openstack.org/juno/config-reference/content/section_glance-api.conf.html (line 450 onwards)

"Either one of filesystem_store_datadirs or
# filesystem_store_datadir option is required."

So if you want to specify multiple dirs, i think it should be like this:
filesystem_store_datadirs = /var/lib/glance/images1/:1
filesystem_store_datadirs = /var/lib/glance/images2/:2
and so on

thanx,
deepak


On Wed, Jan 14, 2015 at 4:13 AM, Afshar, Brian <Brian.Afshar@emc.com> wrote:
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


_______________________________________________
Rdo-list mailing list
Rdo-list@redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list