We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8148ff7 commit cd68542Copy full SHA for cd68542
Src/Private/Get-AbrOntapVserverVolumesQosGPFixed.ps1
@@ -29,7 +29,6 @@ function Get-AbrOntapVserverVolumesQosGPFixed {
29
if ($QoSFilter) {
30
foreach ($Item in $QoSFilter) {
31
try {
32
- $VolQoS = Get-NcVol $Item.Name -Controller $Array | Select-Object -ExpandProperty VolumeQosAttributes
33
$inObj = [ordered] @{
34
'Policy Name' = $Item.PolicyGroup
35
'Max Throughput' = $Item.MaxThroughput
@@ -62,4 +61,4 @@ function Get-AbrOntapVserverVolumesQosGPFixed {
62
61
63
end {}
64
65
-}
+}
0 commit comments