<?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 Powershell Incorrect Values for efficiency savings  returned in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-Incorrect-Values-for-efficiency-savings-returned/m-p/130222#M5355</link>
    <description>&lt;P&gt;I get following output from the cli for one of the volumes I have troubles with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;volume show -vserver swi56saas02b -volume C050_mbrowse_T2M_918_V014 -inst&lt;/P&gt;&lt;P&gt;Vserver Name: swi56saas02b&lt;BR /&gt;Volume Name: C050_mbrowse_T2M_918_V014&lt;BR /&gt;Aggregate Name: f918xnas001_01_data02&lt;BR /&gt;List of Aggregates for FlexGroup Constituents: -&lt;BR /&gt;Volume Size: 10TB&lt;BR /&gt;Volume Data Set ID: 1073742993&lt;BR /&gt;Volume Master Data Set ID: 3221226019&lt;BR /&gt;Volume State: online&lt;BR /&gt;Volume Style: flex&lt;BR /&gt;Extended Volume Style: flexvol&lt;BR /&gt;Is Cluster-Mode Volume: true&lt;BR /&gt;Is Constituent Volume: false&lt;BR /&gt;Export Policy: default&lt;BR /&gt;User ID: -&lt;BR /&gt;Group ID: -&lt;BR /&gt;Security Style: ntfs&lt;BR /&gt;UNIX Permissions: ------------&lt;BR /&gt;Junction Path: /C050_mbrowse_T2M_918_V014&lt;BR /&gt;Junction Path Source: RW_volume&lt;BR /&gt;Junction Active: true&lt;BR /&gt;Junction Parent Volume: swi56saas02b_root&lt;BR /&gt;Comment:&lt;BR /&gt;Available Size: 355.1GB&lt;BR /&gt;Filesystem Size: &lt;STRONG&gt;10TB&lt;/STRONG&gt;&lt;BR /&gt;Total User-Visible Size: 10TB&lt;BR /&gt;Used Size: &lt;STRONG&gt;9.65TB&lt;/STRONG&gt;&lt;BR /&gt;Used Percentage: 96%&lt;BR /&gt;Volume Nearly Full Threshold Percent: 95%&lt;BR /&gt;Volume Full Threshold Percent: 98%&lt;BR /&gt;Maximum Autosize (for flexvols only): 12.00TB&lt;BR /&gt;Minimum Autosize: 10TB&lt;BR /&gt;Autosize Grow Threshold Percentage: 95%&lt;BR /&gt;Autosize Shrink Threshold Percentage: 50%&lt;BR /&gt;Autosize Mode: off&lt;BR /&gt;Total Files (for user-visible data): 31876696&lt;BR /&gt;Files Used (for user-visible data): 48582&lt;BR /&gt;Space Guarantee in Effect: true&lt;BR /&gt;Space SLO in Effect: true&lt;BR /&gt;Space SLO: none&lt;BR /&gt;Space Guarantee Style: none&lt;BR /&gt;Fractional Reserve: 0%&lt;BR /&gt;Volume Type: RW&lt;BR /&gt;Snapshot Directory Access Enabled: true&lt;BR /&gt;Space Reserved for Snapshot Copies: 0%&lt;BR /&gt;Snapshot Reserve Used: 0%&lt;BR /&gt;Snapshot Policy: 30days_Default&lt;BR /&gt;Creation Time: Wed Nov 02 21:07:06 2016&lt;BR /&gt;Language: en_US&lt;BR /&gt;Node name: f918xnas001-01&lt;BR /&gt;Clone Parent Vserver Name: -&lt;BR /&gt;FlexClone Parent Volume: -&lt;BR /&gt;Reserved Space for Overwrites: 0B&lt;BR /&gt;Volume Contains Shared or Compressed Data: true&lt;BR /&gt;Space Saved by Storage Efficiency: &lt;STRONG&gt;0B&lt;/STRONG&gt;&lt;BR /&gt;Percentage Saved by Storage Efficiency: 0%&lt;BR /&gt;Space Saved by Deduplication: &lt;STRONG&gt;0B&lt;/STRONG&gt;&lt;BR /&gt;Percentage Saved by Deduplication: 0%&lt;BR /&gt;Space Shared by Deduplication: &lt;STRONG&gt;0B&lt;/STRONG&gt;&lt;BR /&gt;Space Saved by Compression: &lt;STRONG&gt;0B&lt;/STRONG&gt;&lt;BR /&gt;Percentage Space Saved by Compression: 0%&lt;BR /&gt;Volume Size Used by Snapshot Copies: 81.41GB&lt;BR /&gt;Block Type: 64-bit&lt;BR /&gt;&lt;BR /&gt;volume show -vserver swi56saas02b -volume C050_mbrowse_T2M_918_V014 -fields dedupe-space-saved,compression-space-saved&lt;BR /&gt;&lt;STRONG&gt;vserver volume dedupe-space-saved compression-space-saved&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;------------ ------------------------- ------------------ -----------------------&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;swi56saas02b C050_mbrowse_T2M_918_V014 0B 0B&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can see that we don´t have any space savings in this volume. It contains only video files. When we see the same information through powershell they are completely different.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PS C:\Users\Administrator&amp;gt; get-ncefficiency -vserver swi56saas02b -volume  C050_mbrowse_T2M_918_V014


   Vserver: swi56saas02b

Name                       Capacity       Used   SnapshotUsed    Returns  EffectiveUsed  EfficiencyPercent
----                       --------       ----   ------------    -------  -------------  -----------------
C050_mbrowse_T2M_918_...    10,0 TB     9,9 TB       311,4 GB     9,6 TB        19,6 TB             195,7% &lt;/PRE&gt;&lt;P&gt;We are making internal accounting regarding the values delivered by “EffectiveUsed”. There are only a few volumes were the value is wrong like in the example above.&lt;/P&gt;&lt;P&gt;In my opinion the returns are causing the wrong numbers. The returns in this volume are not 9,6TB!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR Roman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 15:11:25 GMT</pubDate>
    <dc:creator>aonsux</dc:creator>
    <dc:date>2025-06-04T15:11:25Z</dc:date>
    <item>
      <title>Powershell Incorrect Values for efficiency savings  returned</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-Incorrect-Values-for-efficiency-savings-returned/m-p/130222#M5355</link>
      <description>&lt;P&gt;I get following output from the cli for one of the volumes I have troubles with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;volume show -vserver swi56saas02b -volume C050_mbrowse_T2M_918_V014 -inst&lt;/P&gt;&lt;P&gt;Vserver Name: swi56saas02b&lt;BR /&gt;Volume Name: C050_mbrowse_T2M_918_V014&lt;BR /&gt;Aggregate Name: f918xnas001_01_data02&lt;BR /&gt;List of Aggregates for FlexGroup Constituents: -&lt;BR /&gt;Volume Size: 10TB&lt;BR /&gt;Volume Data Set ID: 1073742993&lt;BR /&gt;Volume Master Data Set ID: 3221226019&lt;BR /&gt;Volume State: online&lt;BR /&gt;Volume Style: flex&lt;BR /&gt;Extended Volume Style: flexvol&lt;BR /&gt;Is Cluster-Mode Volume: true&lt;BR /&gt;Is Constituent Volume: false&lt;BR /&gt;Export Policy: default&lt;BR /&gt;User ID: -&lt;BR /&gt;Group ID: -&lt;BR /&gt;Security Style: ntfs&lt;BR /&gt;UNIX Permissions: ------------&lt;BR /&gt;Junction Path: /C050_mbrowse_T2M_918_V014&lt;BR /&gt;Junction Path Source: RW_volume&lt;BR /&gt;Junction Active: true&lt;BR /&gt;Junction Parent Volume: swi56saas02b_root&lt;BR /&gt;Comment:&lt;BR /&gt;Available Size: 355.1GB&lt;BR /&gt;Filesystem Size: &lt;STRONG&gt;10TB&lt;/STRONG&gt;&lt;BR /&gt;Total User-Visible Size: 10TB&lt;BR /&gt;Used Size: &lt;STRONG&gt;9.65TB&lt;/STRONG&gt;&lt;BR /&gt;Used Percentage: 96%&lt;BR /&gt;Volume Nearly Full Threshold Percent: 95%&lt;BR /&gt;Volume Full Threshold Percent: 98%&lt;BR /&gt;Maximum Autosize (for flexvols only): 12.00TB&lt;BR /&gt;Minimum Autosize: 10TB&lt;BR /&gt;Autosize Grow Threshold Percentage: 95%&lt;BR /&gt;Autosize Shrink Threshold Percentage: 50%&lt;BR /&gt;Autosize Mode: off&lt;BR /&gt;Total Files (for user-visible data): 31876696&lt;BR /&gt;Files Used (for user-visible data): 48582&lt;BR /&gt;Space Guarantee in Effect: true&lt;BR /&gt;Space SLO in Effect: true&lt;BR /&gt;Space SLO: none&lt;BR /&gt;Space Guarantee Style: none&lt;BR /&gt;Fractional Reserve: 0%&lt;BR /&gt;Volume Type: RW&lt;BR /&gt;Snapshot Directory Access Enabled: true&lt;BR /&gt;Space Reserved for Snapshot Copies: 0%&lt;BR /&gt;Snapshot Reserve Used: 0%&lt;BR /&gt;Snapshot Policy: 30days_Default&lt;BR /&gt;Creation Time: Wed Nov 02 21:07:06 2016&lt;BR /&gt;Language: en_US&lt;BR /&gt;Node name: f918xnas001-01&lt;BR /&gt;Clone Parent Vserver Name: -&lt;BR /&gt;FlexClone Parent Volume: -&lt;BR /&gt;Reserved Space for Overwrites: 0B&lt;BR /&gt;Volume Contains Shared or Compressed Data: true&lt;BR /&gt;Space Saved by Storage Efficiency: &lt;STRONG&gt;0B&lt;/STRONG&gt;&lt;BR /&gt;Percentage Saved by Storage Efficiency: 0%&lt;BR /&gt;Space Saved by Deduplication: &lt;STRONG&gt;0B&lt;/STRONG&gt;&lt;BR /&gt;Percentage Saved by Deduplication: 0%&lt;BR /&gt;Space Shared by Deduplication: &lt;STRONG&gt;0B&lt;/STRONG&gt;&lt;BR /&gt;Space Saved by Compression: &lt;STRONG&gt;0B&lt;/STRONG&gt;&lt;BR /&gt;Percentage Space Saved by Compression: 0%&lt;BR /&gt;Volume Size Used by Snapshot Copies: 81.41GB&lt;BR /&gt;Block Type: 64-bit&lt;BR /&gt;&lt;BR /&gt;volume show -vserver swi56saas02b -volume C050_mbrowse_T2M_918_V014 -fields dedupe-space-saved,compression-space-saved&lt;BR /&gt;&lt;STRONG&gt;vserver volume dedupe-space-saved compression-space-saved&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;------------ ------------------------- ------------------ -----------------------&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;swi56saas02b C050_mbrowse_T2M_918_V014 0B 0B&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can see that we don´t have any space savings in this volume. It contains only video files. When we see the same information through powershell they are completely different.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PS C:\Users\Administrator&amp;gt; get-ncefficiency -vserver swi56saas02b -volume  C050_mbrowse_T2M_918_V014


   Vserver: swi56saas02b

Name                       Capacity       Used   SnapshotUsed    Returns  EffectiveUsed  EfficiencyPercent
----                       --------       ----   ------------    -------  -------------  -----------------
C050_mbrowse_T2M_918_...    10,0 TB     9,9 TB       311,4 GB     9,6 TB        19,6 TB             195,7% &lt;/PRE&gt;&lt;P&gt;We are making internal accounting regarding the values delivered by “EffectiveUsed”. There are only a few volumes were the value is wrong like in the example above.&lt;/P&gt;&lt;P&gt;In my opinion the returns are causing the wrong numbers. The returns in this volume are not 9,6TB!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR Roman&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:11:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-Incorrect-Values-for-efficiency-savings-returned/m-p/130222#M5355</guid>
      <dc:creator>aonsux</dc:creator>
      <dc:date>2025-06-04T15:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell Incorrect Values for efficiency savings  returned</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-Incorrect-Values-for-efficiency-savings-returned/m-p/130224#M5356</link>
      <description>&lt;P&gt;This command should result in what you are seeing above&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;get-ncvol c050_mbrowse_T2m_918_v014 | Select -expandproperty volumesisattributes&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check out the man page for get-ncefficiency. &amp;nbsp;That cmdlet is used for Netapp's overall efficiency. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;The cmdlet returns a VolEfficiencyInfo object for each volume it investigaes. An EfficiencyInfo object contains the following values:&lt;BR /&gt;- Capacity: The capacity of the storage object.&lt;BR /&gt;- Used: The amount of space used on the storage object.&lt;BR /&gt;- Free: The amount of space free on the storage object.&lt;BR /&gt;- Returns: A ReturnsInfo object which describes the storage efficiency returns.&lt;/P&gt;&lt;P&gt;The VolEfficiency object returned contains the following volume-specific values:&lt;BR /&gt;- SnapshotCount: The number of snapshots of the volume.&lt;BR /&gt;- SnapshotReserve: The size of the snapshot reserve for the volume.&lt;BR /&gt;- SnapshotUsed: The amount of space used by snapshots.&lt;BR /&gt;- SnapshotOverflow: The amount of space consumed by snapshots outside of the snapshot reserve.&lt;BR /&gt;- Reserve: The amount of space in the overwrite reserve. This space is saved as overwrite space for LUNs and files that have space reservation&lt;BR /&gt;enabled.&lt;BR /&gt;- ReserveUsed: The amount of reserve space that is currently in use.&lt;BR /&gt;- SpaceReserve: The type of space reservation of the volume. This value can be: none, volume, or file.&lt;BR /&gt;- QuotaCommitted: The total amount of space committed on the volume to tree quotas.&lt;BR /&gt;- QuotaUsed: The amount of space used on the volume by qtrees with tree quotas set.&lt;BR /&gt;- QuotaOvercommit: The amount of space overcommitted to tree quotas. If QuotaCommitted &amp;lt; Capacity then the quota overcommit is zero.&lt;BR /&gt;- TotalLunSize: The total sze of all LUNs contained within this volume.&lt;BR /&gt;- LunOverprovisionPercent: The LUN over-provisioning percent of the volume. This value is equal to (TotalLunSize / Capacity) * 100.&lt;BR /&gt;- EffectiveUsed: The amount of space that would be used without NetApp storage efficiency technologies. This is equal to Used + Returns.&lt;BR /&gt;- EfficiencyPercent: A percentage representing the overall storage efficiency of the volume. This is equal to (EffectiveUsed / Capacity) * 100.&lt;BR /&gt;- Qtrees: A Hashtable containing the qtrees that exist for the volume."&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 11:33:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-Incorrect-Values-for-efficiency-savings-returned/m-p/130224#M5356</guid>
      <dc:creator>MARC_GALLOWAY</dc:creator>
      <dc:date>2017-04-18T11:33:17Z</dc:date>
    </item>
  </channel>
</rss>

