[pve-devel] [PATCH storage 1/5] export: add missing format query call parameter
Wolfgang Bumiller
w.bumiller at proxmox.com
Wed Jun 21 14:59:35 CEST 2017
---
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.11.0
More information about the pve-devel
mailing list