glance/doc/source
Abhishek Kekane 6dba83ba3a Rethinking filesystem access
In Rocky multiple backend support is added as experimental feature. In
order to take advantage of this feature it is decided to deprecate
work_dir and node_staging_uri configuration options
and reserve two filesystem stores 'os_glance_tasks_store' and
'os_glance_staging_store', which can be used to get rid of initializing
store via internal functions.

These internal stores are considered "reserved stores" by Glance.
For the time being, these are hard-coded as filesystem stores.  The
store prefix 'os_glance_' is reserved for internal Glance use and
the glance-api service will refuse to start if a store with this
prefix is included in the enabled_backends config option in
glance-api.conf.

NOTE: Because there are no sensible default values for the location
of the datadir for each of these stores, the operator must define
'os_glance_tasks_store' and 'os_glance_staging_store' in
glance-api.conf configuration file as shown below.

[os_glance_tasks_store]
filesystem_store_datadir = /var/lib/glance/tasks_work_dir/

[os_glance_staging_store]
filesystem_store_datadir = /var/lib/glance/staging/

Each filesystem store must have a unique datadir.

Depends-On: https://review.openstack.org/#/c/639765/
Implements: blueprint rethinking-filesystem-access
Change-Id: I86ec513c5fc653dbb97b79d953d8430f014e684f
2019-10-01 09:53:48 +00:00
..
_extra Add redirect capability to glance docs 2018-04-25 21:38:59 -04:00
_static add placeholder to ensure _static directory exists 2015-10-01 15:46:19 +00:00
admin Rethinking filesystem access 2019-10-01 09:53:48 +00:00
cli Merge "Update CLI doc header for Stein" 2019-04-05 13:59:00 +00:00
configuration Updating Ceph 404 URLs 2019-08-09 13:47:25 +10:00
contributor Update api-ref location 2019-07-22 19:15:05 +02:00
images Update image statuses doc for latest change 2017-09-25 16:16:38 +08:00
images_src Update image statuses doc for latest change 2017-09-25 16:16:38 +08:00
install Use glance as example in docs instead of osc 2019-09-27 19:21:09 +02:00
user Add disk format content from Image Guide 2019-09-02 21:16:40 -04:00
conf.py Bump openstackdocstheme to 1.20.0 2019-07-02 09:52:19 +08:00
deprecate-registry.inc Document Glance Registry deprecation 2017-10-19 10:31:27 -04:00
deprecation-note.inc Update Glance landing pages 2018-03-20 16:04:49 -04:00
glossary.rst Replace Chinese punctuation with English punctuation 2018-06-07 17:00:12 +08:00
index.rst Update api-ref location 2019-07-22 19:15:05 +02:00