The issue of moving deprecated filesystem options from DEFAULT sections
to glance_store section in glance-api.conf, is addressed by this bug
https://bugs.launchpad.net/bugs/1380689

Marking this bug as invalid.

** 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/1380547

Title:
  Image is not added when filesystem_store_datadirs specified in glance
  configuration

Status in OpenStack Image Registry and Delivery Service (Glance):
  Invalid

Bug description:
  If user specifies 'filesystem_store_datadirs' option in the glance api
  configuration, he is not able to add the image to the specified
  location as following response is returned to the user.

  <html>
   <head>
    <title>410 Gone</title>
   </head>
   <body>
    <h1>410 Gone</h1>
    Error in store configuration. Adding images to store is disabled.<br /><br 
/>

   </body>
  </html> (HTTP N/A)

  Steps to reproduce:

  1. Edit glance-api.conf file to add 'filesystem_store_datadirs' parameter.
     filesystem_store_datadirs = /opt/stack/data/glance/images/:1
     
     Note: Disable 'filesystem_store_datadir' option

  2. restart glance-api service

  3. create image
     glance image-create --file /etc/passwd --name passwd --container-format 
bare --disk-format raw

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1380547/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to