<?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 Set-NaVolOption Option Names in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaVolOption-Option-Names/m-p/40195#M1852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I spent about an hour trying to figure out how to set the space guarantee option using the set-navoloption cmdlet because get-navoloption returns names like actual_guarantee and effective_guarantee, but there is no indication that the correct name to use with set-navoloption is, in fact, just "guarantee". I discovered this secret option name by finding a forum post from someone else using this exact command. Am I missing something when it comes to determining the correct option names to use with set-navoloption? I've scoured the help documentation and came up with nothing. Just want to be able to avoid this delay in the future, should I find myself in a similar scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:07:46 GMT</pubDate>
    <dc:creator>ITINFRASTRUCTURETEAM</dc:creator>
    <dc:date>2025-06-05T06:07:46Z</dc:date>
    <item>
      <title>Set-NaVolOption Option Names</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaVolOption-Option-Names/m-p/40195#M1852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I spent about an hour trying to figure out how to set the space guarantee option using the set-navoloption cmdlet because get-navoloption returns names like actual_guarantee and effective_guarantee, but there is no indication that the correct name to use with set-navoloption is, in fact, just "guarantee". I discovered this secret option name by finding a forum post from someone else using this exact command. Am I missing something when it comes to determining the correct option names to use with set-navoloption? I've scoured the help documentation and came up with nothing. Just want to be able to avoid this delay in the future, should I find myself in a similar scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:07:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaVolOption-Option-Names/m-p/40195#M1852</guid>
      <dc:creator>ITINFRASTRUCTURETEAM</dc:creator>
      <dc:date>2025-06-05T06:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set-NaVolOption Option Names</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaVolOption-Option-Names/m-p/40200#M1853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try extracting the detailed help fro the cmdlet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PS C:\Windows\system32&amp;gt; Get-Help Set-NaVolOption -Detailed&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 16:35:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaVolOption-Option-Names/m-p/40200#M1853</guid>
      <dc:creator>vinith</dc:creator>
      <dc:date>2013-03-13T16:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set-NaVolOption Option Names</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaVolOption-Option-Names/m-p/40205#M1854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of the options coincide directly with the output from Get-NaVolOptions.&amp;nbsp; That one was tricky.&amp;nbsp;&amp;nbsp; To set volume guarantee, try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set-NaVolOption -Name myvol -key guarantee -value none&amp;nbsp; #&amp;nbsp; Or volume, or file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, I ran vol options from the CLI and observed the option names there.&amp;nbsp; I think the actual and effective guarantees are computed values based on guarantee and other values.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 16:47:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaVolOption-Option-Names/m-p/40205#M1854</guid>
      <dc:creator>bsti</dc:creator>
      <dc:date>2013-03-13T16:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set-NaVolOption Option Names</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaVolOption-Option-Names/m-p/40213#M1855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely, but the only option it lists is "spacereserve," but using that option name fails miserably, as seen below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS C:\Windows\system32&amp;gt;&amp;gt;&amp;gt; Set-NaVolOption $vols[0] spacereserve none&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set-NaVolOption : Invalid 'option-name': spacereserve&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;At line:1 char:16&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;+ Set-NaVolOption &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; $vols[0] spacereserve none&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidOperation: (ssc-na1b:NaController) [Set-NaVolOption], EONTAPI_E&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : ApiException,DataONTAP.PowerShell.SDK.Cmdlets.Volume.SetNaVolOption&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 16:48:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaVolOption-Option-Names/m-p/40213#M1855</guid>
      <dc:creator>ITINFRASTRUCTURETEAM</dc:creator>
      <dc:date>2013-03-13T16:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set-NaVolOption Option Names</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaVolOption-Option-Names/m-p/40217#M1856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. I'll keep that in my back pocket should I encountered things like this in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 16:51:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Set-NaVolOption-Option-Names/m-p/40217#M1856</guid>
      <dc:creator>ITINFRASTRUCTURETEAM</dc:creator>
      <dc:date>2013-03-13T16:51:35Z</dc:date>
    </item>
  </channel>
</rss>

