<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Kilo glance filesystem_store_metadata_file: failed to configure store correctly in OpenStack Discussions</title>
    <link>https://community.netapp.com/t5/OpenStack-Discussions/Kilo-glance-filesystem-store-metadata-file-failed-to-configure-store-correctly/m-p/103891#M217</link>
    <description>&lt;P&gt;I've been using the&amp;nbsp;&lt;SPAN&gt;filesystem_store_metadata_file&lt;/SPAN&gt;&amp;nbsp;JSON format in glance in the past successfully as described here:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A target="_blank" href="http://netapp.github.io/openstack-deploy-ops-guide/kilo/content/section_glance-deployment-choices.html#glance.rapid_cloning"&gt;http://netapp.github.io/openstack-deploy-ops-guide/kilo/content/section_glance-deployment-choices.html#glance.rapid_cloning&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to clone glance images into cinder volumes instantly. Now with Kilo, glance-api complains:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;2015-04-29 19:19:23.984 10754 WARNING glance_store.driver [-] Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: The JSON in the metadata file /etc/glance/meta.json is not valid and it can not be used: 'id' is a required property&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Failed validating 'required' in schema['items']:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;{'properties': {'id': {'type': 'string'},&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;'mountpoint': {'type': 'string'}},&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;'required': ['id', 'mountpoint'],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;'type': 'object'}&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;On instance[0]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;{u'mount_point': u'/var/lib/glance/images',&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;u'share_location': u'nfs://10.10.1.9/vol/tier1',&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;u'type': u'nfs'}. Disabling add method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;I made a new JSON file with the mountpoint and id inside, however how do I now pass the share_location? Does anyone have an example how this would work?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 04:28:24 GMT</pubDate>
    <dc:creator>CDWERTMANN</dc:creator>
    <dc:date>2025-06-05T04:28:24Z</dc:date>
    <item>
      <title>Kilo glance filesystem_store_metadata_file: failed to configure store correctly</title>
      <link>https://community.netapp.com/t5/OpenStack-Discussions/Kilo-glance-filesystem-store-metadata-file-failed-to-configure-store-correctly/m-p/103891#M217</link>
      <description>&lt;P&gt;I've been using the&amp;nbsp;&lt;SPAN&gt;filesystem_store_metadata_file&lt;/SPAN&gt;&amp;nbsp;JSON format in glance in the past successfully as described here:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A target="_blank" href="http://netapp.github.io/openstack-deploy-ops-guide/kilo/content/section_glance-deployment-choices.html#glance.rapid_cloning"&gt;http://netapp.github.io/openstack-deploy-ops-guide/kilo/content/section_glance-deployment-choices.html#glance.rapid_cloning&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to clone glance images into cinder volumes instantly. Now with Kilo, glance-api complains:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;2015-04-29 19:19:23.984 10754 WARNING glance_store.driver [-] Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: The JSON in the metadata file /etc/glance/meta.json is not valid and it can not be used: 'id' is a required property&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Failed validating 'required' in schema['items']:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;{'properties': {'id': {'type': 'string'},&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;'mountpoint': {'type': 'string'}},&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;'required': ['id', 'mountpoint'],&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;'type': 'object'}&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;On instance[0]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;{u'mount_point': u'/var/lib/glance/images',&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;u'share_location': u'nfs://10.10.1.9/vol/tier1',&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;u'type': u'nfs'}. Disabling add method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;I made a new JSON file with the mountpoint and id inside, however how do I now pass the share_location? Does anyone have an example how this would work?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:28:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/OpenStack-Discussions/Kilo-glance-filesystem-store-metadata-file-failed-to-configure-store-correctly/m-p/103891#M217</guid>
      <dc:creator>CDWERTMANN</dc:creator>
      <dc:date>2025-06-05T04:28:24Z</dc:date>
    </item>
  </channel>
</rss>

