yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #79816
[Bug 1828333] Re: changing path of filesystem_store_datadir does not reflect
[Expired for devstack because there has been no activity for 60 days.]
** Changed in: devstack
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1828333
Title:
changing path of filesystem_store_datadir does not reflect
Status in devstack:
Expired
Status in Glance:
Invalid
Bug description:
If you change the 'filesystem_store_datadir' under glance_store
section in glance-api.conf file and restart the glance-api service
then it still points towards earlier/default path.
DevStack Version: train
Change: 0cb721b790baa8f2929f716dc8945f4bfd25f08f Merge "Fix is_neutron_legacy_enabled function" 2019-05-04 22:38:45 +0000
How to reproduce:
1. Modify glance-api.conf file
[glance_store]
#filesystem_store_datadir = /opt/stack/data/glance/images/ (old path)
filesystem_store_datadir = /opt/stack/data/glance/images_1/ #(new path)
2. Restart glance-api service
$ sudo systemctl restart devstack@g-api.service
Expected result:
After restart images_1 directory should be created in /opt/stack/data/glance directory
Actual result:
images_1 directory is not created.
To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1828333/+subscriptions
References