<?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 volume-options-list-info in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/volume-options-list-info/m-p/153806#M34428</link>
    <description>&lt;P&gt;I have to use the Get-NaVolOption command to retrieve the parameters of a volume.&lt;BR /&gt;I would like to know the description of each of the parameters that contains the command output. The output is {volume-options-list-info}. Where can I find all the documentation that describes what they are for example:&lt;BR /&gt;If I run the Get-Help command it tells me that:&lt;BR /&gt;OUTPUT&lt;BR /&gt;DataONTAP.Types.Volume.VolumeOptionInfo&lt;BR /&gt;without telling me what the output properties and their possible values are.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 11:21:34 GMT</pubDate>
    <dc:creator>Maksoftware</dc:creator>
    <dc:date>2025-06-04T11:21:34Z</dc:date>
    <item>
      <title>volume-options-list-info</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/volume-options-list-info/m-p/153806#M34428</link>
      <description>&lt;P&gt;I have to use the Get-NaVolOption command to retrieve the parameters of a volume.&lt;BR /&gt;I would like to know the description of each of the parameters that contains the command output. The output is {volume-options-list-info}. Where can I find all the documentation that describes what they are for example:&lt;BR /&gt;If I run the Get-Help command it tells me that:&lt;BR /&gt;OUTPUT&lt;BR /&gt;DataONTAP.Types.Volume.VolumeOptionInfo&lt;BR /&gt;without telling me what the output properties and their possible values are.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:21:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/volume-options-list-info/m-p/153806#M34428</guid>
      <dc:creator>Maksoftware</dc:creator>
      <dc:date>2025-06-04T11:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: volume-options-list-info</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/volume-options-list-info/m-p/153808#M34429</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is for cDot (nc) but the logic is same for 7-mode (na).&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Get-NaVol or GetNcVol = Gives the meta-data paremeters for the volume, such as state,size,available etc&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Get-NaVolOptions or GetNcVolOptions = Gives different settings that are available to a volume such as gurantee,nosnap,fractional reserve etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS C:\WINDOWS\system32&amp;gt; Get-NcVol -Volume vol_name&lt;/P&gt;
&lt;P&gt;Name State TotalSize Used Available Ddupe Aggregate Vserver&lt;BR /&gt;---- ----- --------- ---- --------- ------ -------- -------&lt;BR /&gt;vol_name online 1.0 GB 5% 966.1 MB False agg_name svm_name&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;PS C:\WINDOWS\system32&amp;gt; Get-NcVolOption -VserverContext svm_name -Name vol_name&lt;/P&gt;
&lt;P&gt;Name NcController Value&lt;BR /&gt;---- ------------ -----&lt;BR /&gt;actual_guarantee 10.1.13.100 volume&lt;BR /&gt;convert_ucode 10.1.13.100 on&lt;BR /&gt;create_ucode 10.1.13.100 on&lt;BR /&gt;dr_force_nvfail 10.1.13.100 off&lt;BR /&gt;effective_guarantee 10.1.13.100 volume&lt;BR /&gt;extent 10.1.13.100 off&lt;BR /&gt;&lt;STRONG&gt;fractional_reserve&lt;/STRONG&gt; 10.1.13.100 100&lt;BR /&gt;fs_size_fixed 10.1.13.100 off&lt;BR /&gt;&lt;STRONG&gt;guarantee&lt;/STRONG&gt; 10.1.13.100 volume&lt;BR /&gt;ignore_inconsistent 10.1.13.100 off&lt;BR /&gt;max_write_alloc_blocks 10.1.13.100 0&lt;BR /&gt;maxdirsize 10.1.13.100 251658&lt;BR /&gt;minra 10.1.13.100 off&lt;BR /&gt;no_atime_update 10.1.13.100 off&lt;BR /&gt;no_i2p 10.1.13.100 off&lt;BR /&gt;&lt;STRONG&gt;nosnap&lt;/STRONG&gt; 10.1.13.100 off&lt;BR /&gt;nosnapdir 10.1.13.100 off&lt;BR /&gt;nvfail 10.1.13.100 off&lt;BR /&gt;read_realloc 10.1.13.100 off&lt;BR /&gt;root 10.1.13.100 false&lt;BR /&gt;schedsnapname 10.1.13.100 create_time&lt;BR /&gt;snapmirrored 10.1.13.100 off&lt;BR /&gt;snapshot_clone_dependency 10.1.13.100 off&lt;BR /&gt;try_first 10.1.13.100 volume_grow&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I don't know how to get the same info pulled from Get-Na/NcHelp command, help only ouputs the 'API' info used for that PowerShell command.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Take a look at this, if you find the info you are looking for.&lt;BR /&gt;&lt;A href="https://www.netapp.com/us/media/tr-4475.pdf" target="_blank" rel="noopener"&gt;https://www.netapp.com/us/media/tr-4475.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 10:29:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/volume-options-list-info/m-p/153808#M34429</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-01-27T10:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: volume-options-list-info</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/volume-options-list-info/m-p/153811#M34432</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I look for the documentation that describes each of the options that are obtained by making a Get-NaVolOption.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 11:11:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/volume-options-list-info/m-p/153811#M34432</guid>
      <dc:creator>Maksoftware</dc:creator>
      <dc:date>2020-01-27T11:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: volume-options-list-info</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/volume-options-list-info/m-p/153816#M34435</link>
      <description>&lt;P&gt;While not specific to the PSTK, this link to the manual page for the volume family of commands (below) will show you a description of the volume options and list their possible values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://library.netapp.com/ecmdocs/ECMP1196979/html/man1/na_vol.1.html" target="_blank" rel="noopener"&gt;https://library.netapp.com/ecmdocs/ECMP1196979/html/man1/na_vol.1.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, the "create_ucode" option:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;create_ucode&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;on&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;|&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;off&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Setting this option to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;on&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;forces UNICODE format directories to be created by default, both from NFS and CIFS. By default, it is set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;off&lt;/STRONG&gt;, in which case all directories are created in pre-4.0 format, and the first CIFS access will convert it to UNICODE format. The default setting is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;off&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 15:55:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/volume-options-list-info/m-p/153816#M34435</guid>
      <dc:creator>donny_lang</dc:creator>
      <dc:date>2020-01-27T15:55:09Z</dc:date>
    </item>
  </channel>
</rss>

