<div dir="ltr">We are using OpenStack Train but we plan to migrate soon to something newer<div><br>The glance-api service is deployed on 2 nodes.<br><br>We used to have 2 backends for glance (file and rbd) but now we want to use only ceph. So I guess the configuration for the stores can be simply something like this [*]</div><div><br>Reading:<br><a href="https://docs.openstack.org/glance/train/admin/multistores.html">https://docs.openstack.org/glance/train/admin/multistores.html</a><br><br></div><div>is not too clear to me if I have to configure somewhere filesystem_store_datadir.<br>In particular do I have to configure the  [os_glance_tasks_store] and<br>[os_glance_staging_store] reserved stores ?<br>If so, do I still need shared (between the 2 glance-api nodes )filesystems<br>for them ?<br><br></div><div>Thanks, Massimo<br><br><br>[*]<br><br>[DEFAULT]<br>enabled_backends = rbd:rbd<br><br>[glance_store]<br>default_backend = rbd<br><br><br>[rbd]<br>store_description = Ceph in replica 3<br>rbd_store_pool = glance-cloudtest<br>rbd_store_user = glance-cloudtest<br>rbd_store_ceph_conf = /etc/ceph/ceph.conf<br>rbd_store_chunk_size = 8<br></div></div>