<?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 Nimble snapshot space usage in Array Performance and Data Protection</title>
    <link>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7091769#M1297</link>
    <description>&lt;P&gt;When a Nimble snapshot starts to consume space, where is the space deducted from? Is it deducted from the Volume or from the underlying Pool?&amp;nbsp; Also, does the snapshot space count against Folder usage?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jun 2020 13:30:31 GMT</pubDate>
    <dc:creator>marcusburrows</dc:creator>
    <dc:date>2020-06-16T13:30:31Z</dc:date>
    <item>
      <title>Nimble snapshot space usage</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7091769#M1297</link>
      <description>&lt;P&gt;When a Nimble snapshot starts to consume space, where is the space deducted from? Is it deducted from the Volume or from the underlying Pool?&amp;nbsp; Also, does the snapshot space count against Folder usage?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 13:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7091769#M1297</guid>
      <dc:creator>marcusburrows</dc:creator>
      <dc:date>2020-06-16T13:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Nimble snapshot space usage</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7091793#M1299</link>
      <description>&lt;P&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1932104"&gt;@marcusburrows&lt;/a&gt;&amp;nbsp;: Hello Marcus,&lt;/P&gt;&lt;P&gt;Nimble Snapshots are ROW ( Redirect on Write) which means the Snapshot would lock the original volume and any modification/deletion of the data protected by the Snapshot would be redirected to a newer block in the Storage Pool.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 14:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7091793#M1299</guid>
      <dc:creator>JohnAthaide</dc:creator>
      <dc:date>2020-06-16T14:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Nimble snapshot space usage</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7091811#M1300</link>
      <description>&lt;P&gt;Thank you. Sorry to ask another question, just to be clear.&amp;nbsp; So does the active file system + snapshotted blocks = volume usage capacity? Or is it active file system = volume usage capacity and the snapshotted blocks are deducted from unused Storage Pool space?&amp;nbsp; I hope that makes sense?&amp;nbsp; Thank you again.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 14:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7091811#M1300</guid>
      <dc:creator>marcusburrows</dc:creator>
      <dc:date>2020-06-16T14:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Nimble snapshot space usage</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7091832#M1301</link>
      <description>&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;Not sure what &lt;EM&gt;you&lt;/EM&gt; mean by 'active file system'. A volume is created with a virtual size, say, 2 TiB. The 2 TiB is what the &lt;EM&gt;host&lt;/EM&gt; OS sees for the volume size. As the host writes data, it's gathered within the Nimble's memory, deduped and compressed according to the volume's settings, and the result along with other volumes' data is written to the Pool. There are layers of pointers between the volume's logical block and what's written to the physical disks. As data changes and new data comes in, the process repeats and pointers are updated as required.&lt;/P&gt;&lt;P&gt;When a snapshot happens, the volume's pointers would be duplicated for the snapshot. From that point on, as data changes and new data comes in, it's gathered within the Nimble's memory, deduped and compressed according to the volume's settings, and the result along with other volumes' data is written to the Pool. And pointers are updated as required.&amp;nbsp;(Whoa! Deja vu!)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only what's written by the host OS to the volume is seen by the host. Regardless of the number of snapshots, the host can write the full 2 TiB to the volume. However, considering any deduplication and compression, that does not mean 2 TiB will need to be &lt;EM&gt;allocated&lt;/EM&gt; to hold the volume's 2 TiB.&lt;/P&gt;&lt;P&gt;If you do a command line "&lt;FONT face="courier new,courier"&gt;vol --list&lt;/FONT&gt;" you will see the volume's (virtual) size, 2 TIB, and how much is currently used.&lt;BR /&gt;If you do a "&lt;FONT face="courier new,courier"&gt;vol --info&lt;/FONT&gt; &lt;EM&gt;name&lt;/EM&gt;&lt;FONT face="courier new,courier"&gt; --verbose&lt;/FONT&gt;" you will also see the snapshot usage, which is not part of the &lt;EM&gt;volume&lt;/EM&gt; usage.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 15:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7091832#M1301</guid>
      <dc:creator>Sheldon Smith</dc:creator>
      <dc:date>2020-06-16T15:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Nimble snapshot space usage</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7091853#M1303</link>
      <description>&lt;P&gt;Although I wasn't clear in my question, you have told me what I needed to know! Many thanks!&lt;/P&gt;&lt;P&gt;This is the bit I meant:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Only what's written by the host OS to the volume is seen by the host. Regardless of the number of snapshots, the host can write the full 2 TiB to the volume.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;you will also see the snapshot usage, which is not part of the&amp;nbsp;volume&amp;nbsp;usage.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 16:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7091853#M1303</guid>
      <dc:creator>marcusburrows</dc:creator>
      <dc:date>2020-06-16T16:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Nimble snapshot space usage</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7096559#M1306</link>
      <description />
      <pubDate>Tue, 28 Jul 2020 07:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/nimble-snapshot-space-usage/m-p/7096559#M1306</guid>
      <dc:creator>RoyAtkins</dc:creator>
      <dc:date>2020-07-28T07:46:45Z</dc:date>
    </item>
  </channel>
</rss>

