export: add missing format query call parameter
This commit is contained in:
committed by
Dietmar Maurer
parent
acf3208793
commit
ae36189d26
@ -1534,7 +1534,8 @@ sub volume_export_formats {
|
|||||||
my $scfg = storage_config($cfg, $storeid);
|
my $scfg = storage_config($cfg, $storeid);
|
||||||
my $plugin = PVE::Storage::Plugin->lookup($scfg->{type});
|
my $plugin = PVE::Storage::Plugin->lookup($scfg->{type});
|
||||||
return $plugin->volume_export_formats($scfg, $storeid, $volname,
|
return $plugin->volume_export_formats($scfg, $storeid, $volname,
|
||||||
$base_snapshot, $with_snapshots);
|
$snapshot, $base_snapshot,
|
||||||
|
$with_snapshots);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub volume_import_formats {
|
sub volume_import_formats {
|
||||||
|
|||||||
Reference in New Issue
Block a user