export: add missing format query call parameter

This commit is contained in:
Wolfgang Bumiller
2017-06-21 14:59:35 +02:00
committed by Dietmar Maurer
parent acf3208793
commit ae36189d26

View File

@ -1534,7 +1534,8 @@ sub volume_export_formats {
my $scfg = storage_config($cfg, $storeid);
my $plugin = PVE::Storage::Plugin->lookup($scfg->{type});
return $plugin->volume_export_formats($scfg, $storeid, $volname,
$base_snapshot, $with_snapshots);
$snapshot, $base_snapshot,
$with_snapshots);
}
sub volume_import_formats {