diff --git a/PVE/Storage/Plugin.pm b/PVE/Storage/Plugin.pm index 7951c13..2232261 100644 --- a/PVE/Storage/Plugin.pm +++ b/PVE/Storage/Plugin.pm @@ -913,9 +913,20 @@ my $get_subdir_files = sub { foreach my $fn (<$path/*>) { - my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size, - $atime,$mtime,$ctime,$blksize,$blocks) - = stat($fn); + my ($dev, + $ino, + $mode, + $nlink, + $uid, + $gid, + $rdev, + $size, + $atime, + $mtime, + $ctime, + $blksize, + $blocks + ) = stat($fn); next if S_ISDIR($mode);