<?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 Create volume in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-volume/m-p/27177#M5704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gets worse...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The powershell cmdlet Set-NcVolOption won't allow snapshots to be turned off for flexible read-write volumes!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm detecting a favouring of NAS over SAN!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2014 13:07:56 GMT</pubDate>
    <dc:creator>david_ovenden</dc:creator>
    <dc:date>2014-09-17T13:07:56Z</dc:date>
    <item>
      <title>Create volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-volume/m-p/27172#M5703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating a workflow that creates sources and destination volumes, with the required mirror, and then creates a LUN fusing Snapdrive on the server.&amp;nbsp; There are 2 issues using the included Create volume command for this workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is in cDoT, and the SVM only has the iSCSI protocol.&amp;nbsp; iSCSI does not require the volume is mounted, and in System Manager you cannot in fact see the whole namespace option.&lt;/P&gt;&lt;P&gt;The Create volume command in WFA does not allow the creation of a rw volume without a mount point.&lt;/P&gt;&lt;P&gt;There is not even an included command to unmount a volume (I have created my own to work around it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since Snapdrive will be controlling the snapshots, to ensure consistency, I need to disable snapshots on the volume.&amp;nbsp; However the &lt;STRONG&gt;snapshot_enabled:&lt;/STRONG&gt; attribute hasn't been included in the implementation.&lt;/P&gt;&lt;P&gt;I haven't worked around this part yet, but I suspect it'll be either adding a command specifically to disable the snapshots, or cloning the create volume command and adding the functionality in there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something on the above points, or please could I add a feature request for the 2 things to be added in future versions.&amp;nbsp; If only so that I don't have to the version checking on my commands &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 12:35:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-volume/m-p/27172#M5703</guid>
      <dc:creator>david_ovenden</dc:creator>
      <dc:date>2014-09-17T12:35:03Z</dc:date>
    </item>
    <item>
      <title>Create volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-volume/m-p/27177#M5704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gets worse...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The powershell cmdlet Set-NcVolOption won't allow snapshots to be turned off for flexible read-write volumes!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm detecting a favouring of NAS over SAN!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 13:07:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-volume/m-p/27177#M5704</guid>
      <dc:creator>david_ovenden</dc:creator>
      <dc:date>2014-09-17T13:07:56Z</dc:date>
    </item>
    <item>
      <title>Create volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-volume/m-p/27182#M5705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was missing something! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NetApp have created a snapshot policy called &lt;STRONG&gt;none&lt;/STRONG&gt;.&amp;nbsp; Setting the snapshot policy of the volume to this policy disables the snapshots!&amp;nbsp; In System Manager this is achieved by taking the tick out of the enable scheduled snapshot copies box, hence why I was expecting to disable something.&amp;nbsp; My expectations further increased seeing the &lt;STRONG&gt;snapshot_enabled &lt;/STRONG&gt;attribute!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;none&lt;/STRONG&gt; policy is also disabled, causing more confusion since it doesn't appear in the drop down list of available policies in System Manager!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So another cDoT learning experience, and that part is all good... just the mounting issue remains &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 14:00:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-volume/m-p/27182#M5705</guid>
      <dc:creator>david_ovenden</dc:creator>
      <dc:date>2014-09-17T14:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-volume/m-p/122897#M22066</link>
      <description>&lt;P&gt;Slightly off-topic - does the "none" policy have to be enabled to take effect?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am talking in general, not just in your specific case, though if that was the case it may explain why it didn't show in the drop-down menu.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 05:42:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Create-volume/m-p/122897#M22066</guid>
      <dc:creator>Ola_at_T</dc:creator>
      <dc:date>2016-09-05T05:42:35Z</dc:date>
    </item>
  </channel>
</rss>

