<?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: volume-create volume-type &amp;quot;DP&amp;quot; - Only volumes of type &amp;quot;RW&amp;quot; can be mounted during create. in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/volume-create-volume-type-quot-DP-quot-Only-volumes-of-type-quot-RW-quot-can-be/m-p/54200#M487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did some reading from the &lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMP1287556" target="_blank"&gt;"SnapMirror® Intercluster Failover and Resync Express Guide"&lt;/A&gt;. A volume type "DP" cannot have a mount point.&amp;nbsp; Only after the SnapMirror relationship is broken, can the volume be mounted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; - Rick -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 02:42:49 GMT</pubDate>
    <dc:creator>rle</dc:creator>
    <dc:date>2014-02-26T02:42:49Z</dc:date>
    <item>
      <title>volume-create volume-type "DP" - Only volumes of type "RW" can be mounted during create.</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/volume-create-volume-type-quot-DP-quot-Only-volumes-of-type-quot-RW-quot-can-be/m-p/54195#M486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a volume on Vserver using the OnTAP 1.17 VServer API:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm calling the volume-create method as follows -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-family: 'courier new', courier;"&gt;r = s.invoke("volume-create", "volume", "test01", "containing-aggr-name", "aggr1_node01", "size", "20971520", "junction-path", "/test01", "export-policy", "n01_vs10", "volume-type", "dp", "volume-state", "offline", "is-junction-active", "false", "percentage-snapshot-reserve", "15")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Only volumes of type "RW" can be mounted during create.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried adding the 'volume-state' parameter and setting it to "offline" so that it won't be "mounted during create", but that did not work either.&amp;nbsp; Setting the 'volume-type' to "rw" (default) works, but then I can't use the volume as SnapMirror destination.&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I need to set the volume type to "DP" for SnapMirror.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;Jaco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 14:42:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/volume-create-volume-type-quot-DP-quot-Only-volumes-of-type-quot-RW-quot-can-be/m-p/54195#M486</guid>
      <dc:creator>JENGELBRECHT</dc:creator>
      <dc:date>2014-02-25T14:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: volume-create volume-type "DP" - Only volumes of type "RW" can be mounted during create.</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/volume-create-volume-type-quot-DP-quot-Only-volumes-of-type-quot-RW-quot-can-be/m-p/54200#M487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did some reading from the &lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMP1287556" target="_blank"&gt;"SnapMirror® Intercluster Failover and Resync Express Guide"&lt;/A&gt;. A volume type "DP" cannot have a mount point.&amp;nbsp; Only after the SnapMirror relationship is broken, can the volume be mounted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; - Rick -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 02:42:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/volume-create-volume-type-quot-DP-quot-Only-volumes-of-type-quot-RW-quot-can-be/m-p/54200#M487</guid>
      <dc:creator>rle</dc:creator>
      <dc:date>2014-02-26T02:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: volume-create volume-type "DP" - Only volumes of type "RW" can be mounted du</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/volume-create-volume-type-quot-DP-quot-Only-volumes-of-type-quot-RW-quot-can-be/m-p/138593#M2601</link>
      <description>&lt;P&gt;&lt;A href="https://library.netapp.com/ecmdocs/ECMP1366833/html/GUID-6B11FE7A-FD72-4EFD-9DAB-02EC3B8F4BEA.html" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMP1366833/html/GUID-6B11FE7A-FD72-4EFD-9DAB-02EC3B8F4BEA.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Thamizh&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 06:31:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/volume-create-volume-type-quot-DP-quot-Only-volumes-of-type-quot-RW-quot-can-be/m-p/138593#M2601</guid>
      <dc:creator>rpthamizh_cl</dc:creator>
      <dc:date>2018-03-05T06:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: volume-create volume-type "DP" - Only volumes of type "RW" can be mounted du</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/volume-create-volume-type-quot-DP-quot-Only-volumes-of-type-quot-RW-quot-can-be/m-p/138594#M2602</link>
      <description>&lt;P&gt;&lt;A href="https://library.netapp.com/ecmdocs/ECMP1366833/html/GUID-6B11FE7A-FD72-4EFD-9DAB-02EC3B8F4BEA.html" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMP1366833/html/GUID-6B11FE7A-FD72-4EFD-9DAB-02EC3B8F4BEA.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Thamizh&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 06:32:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/volume-create-volume-type-quot-DP-quot-Only-volumes-of-type-quot-RW-quot-can-be/m-p/138594#M2602</guid>
      <dc:creator>rpthamizh_cl</dc:creator>
      <dc:date>2018-03-05T06:32:23Z</dc:date>
    </item>
  </channel>
</rss>

