<?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 Re: About create_share_from_snapshot_support in OpenStack Discussions</title>
    <link>https://community.netapp.com/t5/OpenStack-Discussions/About-create-share-from-snapshot-support/m-p/151341#M400</link>
    <description>&lt;P&gt;Hi balaramesh,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.I will try your advice later.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before getting your advice ,I tried creating to excute the following command again,and it was created without error.&lt;/P&gt;
&lt;P&gt;This time, Icreated a snapshot of 100GB share and created a 100GB share from the snapshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any reason that the result changes depending on the specified size?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$ manila create --snapshot-id aff8616d-e65c-4861-9faa-d8a7ed2be1c3 --share-type netapp --share-network ${TEST_PROJECT}_SHARE_NET --name ${TEST_PROJECT}_nfs_by_snapshot NFS 100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2019 04:47:53 GMT</pubDate>
    <dc:creator>Mitsuhiko</dc:creator>
    <dc:date>2019-09-30T04:47:53Z</dc:date>
    <item>
      <title>About create_share_from_snapshot_support</title>
      <link>https://community.netapp.com/t5/OpenStack-Discussions/About-create-share-from-snapshot-support/m-p/151254#M397</link>
      <description>&lt;P&gt;Hi ,Now I use Manila and try to create manila share with create_share_from_snapshot_support option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When ShareType create_share_from_snapshot_support is set to True and &lt;BR /&gt;an attempt is made to create a share from a snapshot with the following command, &lt;BR /&gt;an error occurred and the creation failed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you tell me why manila create command is failed ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$ manila create --snapshot-id 7b373020-e372-47b7-9781-ef07221f7b1a --share-type netapp --share-network ${TEST_PROJECT}_SHARE_NET --name ${TEST_PROJECT}_nfs_by_snapshot NFS 15&lt;BR /&gt;ERROR: A new share may not be created from snapshot '7b373020-e372-47b7-9781-ef07221f7b1a', because the snapshot's parent share does not have that capability.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:13:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/OpenStack-Discussions/About-create-share-from-snapshot-support/m-p/151254#M397</guid>
      <dc:creator>Mitsuhiko</dc:creator>
      <dc:date>2025-06-04T12:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: About create_share_from_snapshot_support</title>
      <link>https://community.netapp.com/t5/OpenStack-Discussions/About-create-share-from-snapshot-support/m-p/151270#M399</link>
      <description>&lt;P&gt;Hi Mitsuhiko&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using the NetApp Manila driver with driver_handles_share_servers=True? The command you are using to create a Manila share from a snapshot has the share-type and share-network specified, which would not be needed if working with driver_handles_share_servers=False&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like the create_share_from_snapshot_support extra spec was set on the Manila share type after the snapshot was created. I would recommend creating a new Manila share type with the following extra specs set:&lt;/P&gt;
&lt;P&gt;1. snapshot_support=True&lt;/P&gt;
&lt;P&gt;2. create_share_from_snapshot_support=True&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should then go ahead and create a Manila share, a snapshot for the share and then attempt to create a share from the snapshot.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 13:58:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/OpenStack-Discussions/About-create-share-from-snapshot-support/m-p/151270#M399</guid>
      <dc:creator>balaramesh</dc:creator>
      <dc:date>2019-09-26T13:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: About create_share_from_snapshot_support</title>
      <link>https://community.netapp.com/t5/OpenStack-Discussions/About-create-share-from-snapshot-support/m-p/151341#M400</link>
      <description>&lt;P&gt;Hi balaramesh,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.I will try your advice later.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before getting your advice ,I tried creating to excute the following command again,and it was created without error.&lt;/P&gt;
&lt;P&gt;This time, Icreated a snapshot of 100GB share and created a 100GB share from the snapshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any reason that the result changes depending on the specified size?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$ manila create --snapshot-id aff8616d-e65c-4861-9faa-d8a7ed2be1c3 --share-type netapp --share-network ${TEST_PROJECT}_SHARE_NET --name ${TEST_PROJECT}_nfs_by_snapshot NFS 100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 04:47:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/OpenStack-Discussions/About-create-share-from-snapshot-support/m-p/151341#M400</guid>
      <dc:creator>Mitsuhiko</dc:creator>
      <dc:date>2019-09-30T04:47:53Z</dc:date>
    </item>
  </channel>
</rss>

