fix list asm-diskgroup
This commit is contained in:
parent
70c1886192
commit
23fa01375b
|
@ -71,7 +71,6 @@ sub run {
|
||||||
'[state = ' . $self->{list_dg}->{$name}->{state} . '] ' .
|
'[state = ' . $self->{list_dg}->{$name}->{state} . '] ' .
|
||||||
'[type = ' . $self->{list_dg}->{$name}->{type} . '] '
|
'[type = ' . $self->{list_dg}->{$name}->{type} . '] '
|
||||||
);
|
);
|
||||||
$self->{output}->output_add(long_msg => "'" . $name . "'");
|
|
||||||
}
|
}
|
||||||
$self->{output}->output_add(severity => 'OK',
|
$self->{output}->output_add(severity => 'OK',
|
||||||
short_msg => "List of asm disk groups:");
|
short_msg => "List of asm disk groups:");
|
||||||
|
|
Loading…
Reference in New Issue