From ae36189d26ea64ab0cb174b9991f6ff442554bc7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 21 Jun 2017 14:59:35 +0200 Subject: [PATCH] export: add missing format query call parameter --- PVE/Storage.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PVE/Storage.pm b/PVE/Storage.pm index c34f2f5..7a65624 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@ -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 { -- 2.39.2