Merge pull request #1969 from jframeau/master

Update disk.pm
This commit is contained in:
qgarnier 2020-04-28 12:00:25 +02:00 committed by GitHub
commit 53e586b8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,9 @@ my %map_disk_status = (
4 => 'failed',
5 => 'spare', # since OS 5.4
6 => 'available', # since OS 5.4
8 => 'raidReconstruction', # since OS 7.x
9 => 'copyReconstruction', # since OS 7.x
10 => 'system', # since OS 7.x
);
sub load {
@ -74,4 +77,4 @@ sub check {
}
}
1;
1;