Actualizar 'dump.php'

Add exception for cache-pool with metadata format
This commit is contained in:
Darkangeel_hd 2021-03-16 02:29:30 +01:00
parent 79ea28a7b8
commit 4f203bd27a
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@ foreach($data as $vgname => $value)
{
$nparts = 0;
}
if($datavalues['type'] == 'cache-pool+METADATA_FORMAT')
{
$nparts = 0;
}
for($n=0; $n < $nparts; ++$n)
{