Update disk.pm

This commit is contained in:
Jean-François Rameau 2020-04-28 10:59:57 +02:00 committed by GitHub
parent 44f5ae0593
commit e981fbdd7f
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', 4 => 'failed',
5 => 'spare', # since OS 5.4 5 => 'spare', # since OS 5.4
6 => 'available', # 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 { sub load {