fixed in 'zfs.pm' to convert FRAG to a numeric value it's not used in the pool. #138

This commit is contained in:
Jordi Sanfeliu 2016-02-22 18:06:53 +01:00
parent 00822a2b42
commit 01829ba873
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ sub zfs_update {
$fra = 0;
}
$cap =~ s/%//;
$fra =~ s/%//;
$fra =~ s/[%-]//g; $fra = $fra || 0;
}
$rrdata .= ":$free:$udata:$usnap:$cap:$fra:0:0:0:0:0";