<?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: Odd Storage issue (possibly Snapshot related ..?) in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169894#M39043</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Answering your last post:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"So the below linkage exactly supports our issue as best i can tell (and REFS&amp;nbsp; is a VEEAM best practice)"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are right, we never doubt the configuration. veeem's best practices have nothing to do with your space reclamation problem. In essence the problem is microsoft disabling the UNMAP feature in the REFS file system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;when you have time use the veeam best practices site to validate your configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://bp.veeam.com/vbr/VBP/3_Build_structures/B_Veeam_Components/B_backup_repositories/block.html#refs" target="_self"&gt;https://bp.veeam.com/vbr/VBP/3_Build_structures/B_Veeam_Components/B_backup_repositories/block.html#refs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ReFS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ReFS is using linked clone technology. This is perfect for synthetic operations and will save dramatic IOs and throughput during operations like merges or creating synthetic fulls.&lt;/P&gt;&lt;P&gt;Follow these best practices when using ReFS:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Format the volume with 64KB block size&lt;/LI&gt;&lt;LI&gt;Configure 256 KB block size on LUNs (Storage or RAID controller)&lt;/LI&gt;&lt;LI&gt;Never bring linked clone space savings into your calculation for required storage space&lt;/LI&gt;&lt;LI&gt;“All ReFS supported configurations must use Windows Server Catalog certified hardware” - please contact your hardware vendor&lt;/LI&gt;&lt;LI&gt;Never use any shared LUN concept with ReFS and a Veeam Repository&lt;/LI&gt;&lt;LI&gt;Check the existing driver version of ReFS:&lt;UL&gt;&lt;LI&gt;The minimum should be&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ReFS.sys 10.0.14393.2457&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on Windows Server 2016.&lt;/LI&gt;&lt;LI&gt;The minimum should be&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ReFS.sys 10.0.17763.1369&amp;nbsp;&lt;/STRONG&gt;on Windows Server 2019.&lt;/LI&gt;&lt;LI&gt;General recommendation: fully patched with the most recent Windows Updates.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you explain what you mean by this statement?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Bat as its presented as a mapped drive it cant "see through it" if that makes any sense. We also tried with Disk ID each time it does not detect it as a NetApp disk."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"We also tried the below.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://digitalkswebsite.wordpress.com/2020/02/20/how-to-reclaim-space-for-thin-provisioned-luns-using-powershell-for-windows/?shared=email&amp;amp;msg=fail" target="_blank" rel="nofollow noopener noreferrer"&gt;HOW TO RECLAIM SPACE FOR THIN PROVISIONED LUNS USING POWERSHELL FOR WINDOWS… – One thing (wordpress.com)"&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The command mentioned in the article "Invoke-NaHostVolumeSpaceReclaim" is for ontap 7mode storage.&amp;nbsp; Even if you use the correct option "Invoke-NcHostVolumeSpaceReclaim", the host operating system and the file system need to support the UNMAP capability (&lt;SPAN&gt;SCSI thin provisioning features&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Host support for SCSI thin provisioning&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-sanag/GUID-882DF278-68F2-49DF-AB60-5264DC962864.html" target="_blank"&gt;https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-sanag/GUID-882DF278-68F2-49DF-AB60-5264DC962864.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to run the cmdlet the following is returned:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Identifying the netapp lun:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;PS C:\Users\administrator&amp;gt; get-disk | Select-Object Number,FriendlyName,OperationalStatus | Where-Object {$_.FriendlyName -eq "NETAPP LUN C-Mode" }

Number FriendlyName      OperationalStatus
------ ------------      -----------------
     1 NETAPP LUN C-Mode Online


PS C:\Users\administrator&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Identifying the volume in windows:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;PS C:\Users\administrator&amp;gt; Get-Volume | Where-Object {$_.FileSystem -eq "Refs"}

DriveLetter FileSystemLabel FileSystem  HealthStatus  SizeRemaining     Size
----------- --------------- ----------  ------------  -------------     ----
E           DATA            ReFS           Healthy      4.88 GB       19.81 GB


PS C:\Users\administrator&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Executing the cmdlet:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;PS C:\Users\administrator&amp;gt; Invoke-NcHostVolumeSpaceReclaim  e:
Invoke-NcHostVolumeSpaceReclaim : DeviceIoControl failed (FSCTL_GET_NTFS_VOLUME_DATA)
At line:1 char:1
+ Invoke-NcHostVolumeSpaceReclaim  e:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Invoke-NaHostVolumeSpaceReclaim], Exception
    + FullyQualifiedErrorId : Could not get volume info,DataONTAP.PowerShell.SDK.Cmdlets.Windows.InvokeNaHostVolumeSpaceReclaim

PS C:\Users\administrator&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the error indicates, this command is only compatible with &lt;STRONG&gt;NTFS&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Invoke-NcHostVolumeSpaceReclaim : DeviceIoControl failed (&lt;STRONG&gt;FSCTL_GET_NTFS_VOLUME_DATA&lt;/STRONG&gt;)"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The cmdlet help says:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;get-help Invoke-NcHostVolumeSpaceReclaim&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;"This cmdlet examines the &lt;STRONG&gt;NTFS&lt;/STRONG&gt; file system on a Windows volume, locates all free space, and deallocates the corresponding blocks on the Data ONTAP storage controller. No difference is apparent from Windows' perspective, but all space not consumed by files on the volume is freed on the storage controller."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Sat, 11 Sep 2021 01:04:34 GMT</pubDate>
    <dc:creator>jcolonfzenpr</dc:creator>
    <dc:date>2021-09-11T01:04:34Z</dc:date>
    <item>
      <title>Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169710#M38978</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Had a case open with VEEAM and NetApp neither of which is going anywhere pretty quickly, so will throw it out there and see if anyone has any ideas.&lt;/P&gt;&lt;P&gt;We have a large estate broken down in to areas which mirror the configuration of each other so a nice lot of reference points.&lt;/P&gt;&lt;P&gt;There are 16 Tb NetApp LUN and 16TB volumes mapped to Veeam backup servers.&lt;/P&gt;&lt;P&gt;These LUNS and volumes serve no other purpose or function.&lt;/P&gt;&lt;P&gt;The client wrote a lot of data to this back up location and took it offline. So we cleared snapshots down and brought it back online.&lt;/P&gt;&lt;P&gt;&amp;nbsp;When the mapped drive was browsed it could be seen there was a lot (TBs + TBs) of “Dead” VM backup files VEEAM advised these could be deleted which they were.&lt;/P&gt;&lt;P&gt;However the adjustment hasnt carried through to the storage end&amp;nbsp;&lt;/P&gt;&lt;P&gt;VEEAM UI thinks there is 11.9 Tb free NetApp only 2 Tb ** After Storage Snapshot removal&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have stopped the VEEAM jobs&amp;nbsp;&lt;/P&gt;&lt;P&gt;reset the storage password in VEEAM&lt;/P&gt;&lt;P&gt;Re-scanned the storage in VEEAM&lt;/P&gt;&lt;P&gt;Re-scanned the appropriate repository. in VEEAM.&lt;/P&gt;&lt;P&gt;NetApp side it thinks the volume is at capacity from the command line or from within On Command&lt;/P&gt;&lt;P&gt;Both also show the same Snapshots.&lt;/P&gt;&lt;P&gt;Its like there is a really old Snap out there locking the capacity but its just not showing up anywhere...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts at all ..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:15:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169710#M38978</guid>
      <dc:creator>OldGreyBeard</dc:creator>
      <dc:date>2025-06-04T10:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169713#M38979</link>
      <description>&lt;P&gt;Could you share this data with us:&lt;/P&gt;&lt;P&gt;1) Filer ? &amp;amp; Current ontap version ?&lt;/P&gt;&lt;P&gt;2) ::&amp;gt; volume show-footprint -vserver &amp;lt;svm_name&amp;gt; -volume &amp;lt;volume_name&amp;gt;&lt;/P&gt;&lt;P&gt;3) This is to see if there is any activity such as 'container block reclamation' going on on a Node which holds this volume/aggr.&lt;/P&gt;&lt;P&gt;::&amp;gt; node run -node &amp;lt;node_that_holds_aggr(vol)&amp;gt;&lt;BR /&gt;node1&amp;gt; priv set advanced&lt;BR /&gt;node1*&amp;gt; wafl scan status&lt;/P&gt;&lt;P&gt;4)::&amp;gt; snapshot show -vserver &amp;lt;svm_name&amp;gt; -volume &amp;lt;volume_name&amp;gt;&lt;/P&gt;&lt;P&gt;5) ::&amp;gt; lun show -vserver &amp;lt;svm_name&amp;gt; -path /vol/path -fields space-reserve&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 22:39:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169713#M38979</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2021-09-06T22:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169717#M38982</link>
      <description>&lt;P&gt;Hi There&amp;nbsp;&lt;BR /&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;These are FAS 8200s&lt;/P&gt;&lt;P&gt;All running OnTap 9.7p14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ran these through as recommended. Please see attached i needed to remove some detail.&lt;/P&gt;&lt;P&gt;The numbers are a little out of square as it has just cleared down its latest and largest snapshot but its not moved by a lot.&lt;/P&gt;&lt;P&gt;When running&amp;nbsp; LUN show&lt;/P&gt;&lt;P&gt;For the LUN to clear down deleted blocks doesn't space reclamation need to be enabled ..?&lt;/P&gt;&lt;P&gt;Looks like it hasn't been set here ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;P&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;&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>Tue, 07 Sep 2021 12:10:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169717#M38982</guid>
      <dc:creator>OldGreyBeard</dc:creator>
      <dc:date>2021-09-07T12:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169719#M38984</link>
      <description>&lt;P&gt;By setting&amp;nbsp;&lt;/P&gt;&lt;P&gt;Space-Allocation&amp;nbsp; =&amp;nbsp; Enabled&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;currently&lt;/EM&gt;&amp;nbsp;&amp;nbsp;Space-Allocation&amp;nbsp; =&amp;nbsp; Disabled&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 12:27:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169719#M38984</guid>
      <dc:creator>OldGreyBeard</dc:creator>
      <dc:date>2021-09-07T12:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169720#M38985</link>
      <description>&lt;P&gt;Please go ahead and enable it, No downtine is required. It&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enabling space allocation for thinly provisioned LUNs:&lt;BR /&gt;If you set the space-allocation option to enabled, Data ONTAP notifies the host when the volume has run out of space and the LUN in the volume cannot accept writes. Also this option enables Data ONTAP to reclaim space automatically when your host deletes data. The space-allocation option is set to disabled by default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 12:30:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169720#M38985</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2021-09-07T12:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169722#M38987</link>
      <description>&lt;P&gt;Thanks sir ok set is there a way \ command to make it rescan the LUN immediately and if poss check the progress&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 12:58:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169722#M38987</guid>
      <dc:creator>OldGreyBeard</dc:creator>
      <dc:date>2021-09-07T12:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169723#M38988</link>
      <description>&lt;P&gt;For LUNs, re-scan is usually done from the host side. Could&amp;nbsp; you perform re-scan first. If it does not show any changes then :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you follow the steps here, looks like the LUN must be taken offline first, enable the feature and bring the lun online and re-scan from host side (Windows/Linux) side.&lt;/P&gt;&lt;P&gt;If you could follow the steps mentioned here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-sanag%2FGUID-6AD84908-041A-497D-95A7-BB6AFDD1B282.html" target="_blank"&gt;http://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-sanag%2FGUID-6AD84908-041A-497D-95A7-BB6AFDD1B282.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 13:49:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169723#M38988</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2021-09-07T13:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169725#M38989</link>
      <description>&lt;P&gt;Yeah i read through that article.&lt;/P&gt;&lt;P&gt;It actually let me change the setting with the LUNN and Volume online.&lt;/P&gt;&lt;P&gt;But with it set as Enabled i took the lun offline and re-enabled anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Windows Disk re-scan was reran inline&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 14:03:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169725#M38989</guid>
      <dc:creator>OldGreyBeard</dc:creator>
      <dc:date>2021-09-07T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169726#M38990</link>
      <description>&lt;P&gt;ok thx for the update,&amp;nbsp; usually it should be ok on the fly. But, when I read the article I thought interesting...but as you have now done it so let's see if that makes any difference. I haven't had time to look at all the attachments in the first response. I will have a look and feed you back.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 14:16:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169726#M38990</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2021-09-07T14:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169727#M38991</link>
      <description>&lt;P&gt;thanx sir will sit on it over night&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 14:19:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169727#M38991</guid>
      <dc:creator>OldGreyBeard</dc:creator>
      <dc:date>2021-09-07T14:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169732#M38992</link>
      <description>&lt;P&gt;No worries, could you also share the output for that volume ?&lt;/P&gt;&lt;P&gt;::&amp;gt; volume show -vserver &amp;lt;vserver&amp;gt; -volume &amp;lt;volume&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 15:30:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169732#M38992</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2021-09-07T15:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169733#M38993</link>
      <description>&lt;P&gt;Will need detailed info of the volume, so if you could do -instance from advanced cmd, that will be nice.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 15:35:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169733#M38993</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2021-09-07T15:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169735#M38994</link>
      <description>&lt;P&gt;Here you go sir&lt;/P&gt;&lt;P&gt;See what i mean the volume is convinced its full and I'm pretty convinced its not ! (well not anymore anyways.)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 15:51:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169735#M38994</guid>
      <dc:creator>OldGreyBeard</dc:creator>
      <dc:date>2021-09-07T15:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169804#M39010</link>
      <description>&lt;P&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/How_is_space_utilization_managed_in_a_Data_ONTAP_SAN_environment" target="_blank"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/How_is_space_utilization_managed_in_a_Data_ONTAP_SAN_environment&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keep in mind, LUN space on the host side is viewing the client OS file system (probably NTFS). The space will be different than the WAFL file system as they don't talk to each other. The only way to reclaim space is to use something that uses SCSI UNMAP or some kind of space reclamation.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 14:29:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169804#M39010</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2021-09-08T14:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169805#M39011</link>
      <description>&lt;P&gt;Hiya&amp;nbsp;&lt;/P&gt;&lt;P&gt;Presentation is FCoE&lt;/P&gt;&lt;P&gt;File system is presented to Windows as ReFS&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Setting the space-allocation option to enabled hasn't&amp;nbsp;affected it either.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Starting to give up on this one now. Lots of help but nothing that seems to do anything.&lt;/P&gt;&lt;P&gt;VEEAM thinks 5.3 Tb is used&lt;/P&gt;&lt;P&gt;Windows thinks the mapped drive linked to the storage has 5.5 TB is use&lt;/P&gt;&lt;P&gt;NetApp continues to think about 14.5 Tb is used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That really sounds wrong to me somewhere.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 15:02:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169805#M39011</guid>
      <dc:creator>OldGreyBeard</dc:creator>
      <dc:date>2021-09-08T15:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169807#M39012</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you check from windows side if&amp;nbsp;SCSI UNMAP is enabled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to verify whether SCSI UNMAP is enabled or disabled on a Windows host?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;fsutil behavior query disabledeletenotify&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reference:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/ONTAP_and_Windows_SCSI_unmap_and_space_reclamation" target="_blank"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/ONTAP_and_Windows_SCSI_unmap_and_space_reclamation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also try to&lt;SPAN&gt;&amp;nbsp;“Optimize” the drive from windows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fsutil2.png" style="width: 933px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/12003i20C95F719E386B91/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fsutil2.png" alt="fsutil2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Reference:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Windows also supports manual UNMAP, which can be run on-demand or per a schedule. This is performed using the Disk Optimizer tool. Thin virtual disks can be identified in the tool as volume media types of “thin provisioned drive”—these are the volumes that support UNMAP."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 16:28:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169807#M39012</guid>
      <dc:creator>jcolonfzenpr</dc:creator>
      <dc:date>2021-09-08T16:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169809#M39014</link>
      <description>&lt;P&gt;Hi there sir you may be on to something&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;fsutil behavior query disabledeletenotify&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NTFS DisableDeleteNotify = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ReFS DisableDeleteNotify is not currently set&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also from the article which I haven't&amp;nbsp;seen elsewhere...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&amp;nbsp;If you change the&amp;nbsp;space_alloc&amp;nbsp;or&amp;nbsp;space-allocation&amp;nbsp;setting&amp;nbsp;&lt;STRONG&gt;AFTER&lt;/STRONG&gt;&amp;nbsp;provisioning a LUN to a Windows host,&lt;STRONG&gt;&amp;nbsp;reboot the Windows host&amp;nbsp;&lt;/STRONG&gt;for it to discover the changed setting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tonight's backup run has just kicked off so i will look at getting to enabled for ReFS&amp;nbsp; it tomorrow.&lt;/P&gt;&lt;P&gt;Not really keen on running a Disk defrag on the NetApp (goes against everything i was told \ learned)&lt;/P&gt;&lt;P&gt;I assume if it does need this option enabled then between Windows and NetApp at some point they will clean u automatically..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 17:09:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169809#M39014</guid>
      <dc:creator>OldGreyBeard</dc:creator>
      <dc:date>2021-09-08T17:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169810#M39015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry I misunderstood the question, I didn't see that you were talking about REFS but according to several articles REFS does not support unmap. It would be better if someone from netapp could confirm it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Space Allocation can be enabled for LUNs formatted with ReFS but it will not work there.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;If Space Allocation is required for a Windows LUN, &lt;STRONG&gt;it must be formatted using NTFS.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;See&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://docs.microsoft.com/en-us/windows-server/storage/refs/refs-overview" href="https://docs.microsoft.com/en-us/windows-server/storage/refs/refs-overview" target="_blank" rel="external noopener"&gt;https://docs.microsoft.com/en-us/windows-server/storage/refs/refs-overview&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for more information.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Ontap Reference:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Systems/FAS_Systems/Windows_host_does_not_auto-reclaim_unused_space_for_thin_provisioned_luns" target="_blank" rel="noopener"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Systems/FAS_Systems/Windows_host_does_not_auto-reclaim_unused_space_for_thin_provisioned_luns&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="alert-title"&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Backup targets include the above supported configurations. Please contact application and storage array vendors for support details on Fiber Channel and iSCSI SANs. For SANs, if features such as thin provisioning, &lt;STRONG&gt;TRIM/UNMAP&lt;/STRONG&gt;, or Offloaded Data Transfer (ODX) are required, &lt;STRONG&gt;NTFS must be used&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Microsoft Reference:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/windows-server/storage/refs/refs-overview" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/windows-server/storage/refs/refs-overview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 18:32:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169810#M39015</guid>
      <dc:creator>jcolonfzenpr</dc:creator>
      <dc:date>2021-09-08T18:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169811#M39016</link>
      <description>&lt;P&gt;Perhaps its just a conspiracy that wont allow me to delete data so i have to buy more disk !! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 19:56:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169811#M39016</guid>
      <dc:creator>OldGreyBeard</dc:creator>
      <dc:date>2021-09-08T19:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Odd Storage issue (possibly Snapshot related ..?)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169812#M39017</link>
      <description>&lt;P&gt;Interesting, didn't know ReFS does not support UNMAP with 3rd party storage vendors. Thanks for sharing the article Jonathan. Thin provisioning/UNMAP only supported on "Windows Storage Spaces".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That sounds like the Microsoft designed the file-system for it's own Storage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No wonder ReFS is an issue with other Storage Arrays as well.&lt;BR /&gt;&lt;A href="https://forums.veeam.com/veeam-backup-replication-f2/refs-reclaim-space-on-array-t55541.html" target="_blank"&gt;https://forums.veeam.com/veeam-backup-replication-f2/refs-reclaim-space-on-array-t55541.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Considering a huge locked up space in the LUN, and if that's pushing aggregate to risk then it is worth adding more disks. But, I guess no point in using ReFS as 'Backup target' with 3rd Party Storage Vendor unless it is NTFS. It may be worth going forward, to point the backup target to new NTFS location and let the old backups retire, and then may be just get rid of the LUN to regain space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It&amp;nbsp; may be worth updating the Support&lt;STRONG&gt; Interoperability Matrix&lt;/STRONG&gt; to show supportability for UNMAP/TRIM etc under "Host Feature" when one selects ONTAP &amp;amp; SAN Host to refine the results. This will help make better decisions before deployment.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 22:22:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Odd-Storage-issue-possibly-Snapshot-related/m-p/169812#M39017</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2021-09-08T22:22:56Z</dc:date>
    </item>
  </channel>
</rss>

