fix netapp filesys
This commit is contained in:
parent
f06eefa4b7
commit
65ea14a588
|
@ -243,7 +243,7 @@ sub manage_selection {
|
||||||
push @oids, $mapping2->{df64UsedKBytes}->{oid};
|
push @oids, $mapping2->{df64UsedKBytes}->{oid};
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->get_vserver_state();
|
$self->get_vserver_state(%options);
|
||||||
|
|
||||||
my $results;
|
my $results;
|
||||||
if (defined($self->{option_results}->{filter_type}) && $self->{option_results}->{filter_type} ne '') {
|
if (defined($self->{option_results}->{filter_type}) && $self->{option_results}->{filter_type} ne '') {
|
||||||
|
|
Loading…
Reference in New Issue