<?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: Aggregate shows nearly full but volume doesn't in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Aggregate-shows-nearly-full-but-volume-doesn-t/m-p/106631#M21934</link>
    <description>&lt;P&gt;Yes, you carved out space of the aggregate and thick provisioned the volumes&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jun 2015 19:42:08 GMT</pubDate>
    <dc:creator>JGPSHNTAP</dc:creator>
    <dc:date>2015-06-24T19:42:08Z</dc:date>
    <item>
      <title>Aggregate shows nearly full but volume doesn't</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Aggregate-shows-nearly-full-but-volume-doesn-t/m-p/106630#M21933</link>
      <description>&lt;P&gt;Hey all. I'm fairly new to NetApp and been doing a lot of reading, but haven't found anything to directly explain this and was hoping you guys could help. I'm not even sure this is precisilely the right forum, but seemed a valid place to try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My netapp has 2 disk aggregates of 26 disks each. aggr0 has 7.91TB, agg1 has 4.88&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aggr1 is showing super low space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 volumes on this aggregate:&lt;/P&gt;&lt;P&gt;1 volume of 4.75TB&lt;/P&gt;&lt;P&gt;1 volume of 19GB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My aggregate is showing as only 84.5GB remaining.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However vol1 shows 1.87TB remaining and the other volume shows 9GB remaining.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm really confused how the aggregate can have only 86GB free, but the volume has 1.8TB free. Is this pre-allocated space and thus not really an issue as it appears to be?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:08:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Aggregate-shows-nearly-full-but-volume-doesn-t/m-p/106630#M21933</guid>
      <dc:creator>v8Rumble</dc:creator>
      <dc:date>2025-06-05T04:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate shows nearly full but volume doesn't</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Aggregate-shows-nearly-full-but-volume-doesn-t/m-p/106631#M21934</link>
      <description>&lt;P&gt;Yes, you carved out space of the aggregate and thick provisioned the volumes&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:42:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Aggregate-shows-nearly-full-but-volume-doesn-t/m-p/106631#M21934</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2015-06-24T19:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate shows nearly full but volume doesn't</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Aggregate-shows-nearly-full-but-volume-doesn-t/m-p/106632#M21935</link>
      <description>&lt;P&gt;What you are seeing is the difference between logical and physical storage allocations and the interactions with space guarantees.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aggregates are physical. &amp;nbsp;The total space available within an aggregate is based on the physical space on the disks that make up the aggregates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volumes are logical. &amp;nbsp;Data of course takes up physical space when written to a volume, but until it is, the "size" of a volume is just a logical number. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now - how that logical space interacts with physical space, in terms of capacity available, depends on the volumes "space guarantee". &amp;nbsp;The default guarantee is "volume", which you might also hear described as "thicK" provisioning. &amp;nbsp;Space guarantee of "volume" means guarantee that the defined capacity of the logical volume is available in the physical aggregate up front. &amp;nbsp;Hence, when you create a 1TB volume in a 4TB aggregate, the total capacity of the volume is immediately subtracted from the available capacity of the aggregate to "reserve" the space. &amp;nbsp;Note that nothing has yet been written to the volume. &amp;nbsp;The volume will show 1TB available, and the aggregate will show 3TB available. &amp;nbsp;In actuality, 4TB is still physically available in total, but 1TB of it is reserved in practice for the 1TB volume. &amp;nbsp;With a space guarantee of volume you need to have the space available as indicated by aggregate capacity to define a new volume on that aggregate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The alternative is "thin" provisioning which is a space guarantee set to "none". &amp;nbsp;With this definition, the aggregate available capacity is reduced only when actual data is physically used by one of the volumes. &amp;nbsp;With this type of space guarantee you can define volumes that woulud actually consume more space than exists in the aggregate if they were all filled - this is "over" provisioning. &amp;nbsp;Over provisioning isn't a bad thing and in specific circumstances can be a very useful thing but obviously requires a defined management strategy for dealing with space consupmtion as aggregates start to fill.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So to your specific case. &amp;nbsp;Aggr1 is 4.88TB. &amp;nbsp;The two volumes defined on the aggregate total about 4.77TB. &amp;nbsp;If set to the default space guarantee, this capacity is immediately removed from the aggregate's "available" capacity when reported. &amp;nbsp;So the available space in the aggregate you indicate is right, even though the volumes report a bunch of available space. &amp;nbsp;The space guarantee just changes the lens through which you view capacities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:50:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Aggregate-shows-nearly-full-but-volume-doesn-t/m-p/106632#M21935</guid>
      <dc:creator>bobshouseofcards</dc:creator>
      <dc:date>2015-06-24T19:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate shows nearly full but volume doesn't</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Aggregate-shows-nearly-full-but-volume-doesn-t/m-p/106633#M21936</link>
      <description>&lt;P&gt;Thank you, the space guarnatee was the piece of the puzzle I was missing, this makes a lot more sense. I'm writing up a huge doc on our setup for the office right now and this is super helpful. I inherited a lot of stuff from the last guy and have very little info here, so I"m trying to piece together everything and this is my first time doing netapp administration. It's a lot to learn &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:55:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Aggregate-shows-nearly-full-but-volume-doesn-t/m-p/106633#M21936</guid>
      <dc:creator>v8Rumble</dc:creator>
      <dc:date>2015-06-24T19:55:07Z</dc:date>
    </item>
  </channel>
</rss>

