disks: fix typo
This commit is contained in:
committed by
Dietmar Maurer
parent
1c99955364
commit
e3b02ffe6e
@ -138,7 +138,7 @@ __PACKAGE__->register_method ({
|
|||||||
$result = PVE::Diskmanage::get_smart_data($disk);
|
$result = PVE::Diskmanage::get_smart_data($disk);
|
||||||
}
|
}
|
||||||
|
|
||||||
$result->{health} = 'UNKOWN' if !defined $result->{health};
|
$result->{health} = 'UNKNOWN' if !defined $result->{health};
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
}});
|
}});
|
||||||
|
|||||||
Reference in New Issue
Block a user