]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage.pm
export: add missing format query call parameter
[pve-storage.git] / 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 {