]> git.proxmox.com Git - pve-storage.git/commitdiff
export: add missing format query call parameter
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Jun 2017 12:59:35 +0000 (14:59 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Jun 2017 03:51:32 +0000 (05:51 +0200)
PVE/Storage.pm

index c34f2f5a2dec1b70e4a589862cca1e39ad7cedf1..7a65624ee4c2d2d06db90c45ccb6dc788c700b2d 100755 (executable)
@@ -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 {