← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1828333] Re: changing path of filesystem_store_datadir does not reflect

 

Flagging this to Devstack as Glance parses the config files as designed.

** Also affects: devstack
   Importance: Undecided
       Status: New

** Changed in: glance
       Status: New => Invalid

-- 
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:
  New
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