file_size_info: add missing format parameters
these calls would print spurious warnings otherwise. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
@ -538,7 +538,7 @@ sub volume_size_info {
|
||||
return 0 if $volname =~ /\.vmx$/;
|
||||
|
||||
my $filename = $class->path($scfg, $volname, $storeid, undef);
|
||||
return PVE::Storage::Plugin::file_size_info($filename, $timeout);
|
||||
return PVE::Storage::Plugin::file_size_info($filename, $timeout, 'auto-detect');
|
||||
}
|
||||
|
||||
sub volume_snapshot {
|
||||
|
||||
Reference in New Issue
Block a user