X-Git-Url: https://git.proxmox.com/?p=pve-storage.git;a=blobdiff_plain;f=PVE%2FStorage.pm;h=7a65624ee4c2d2d06db90c45ccb6dc788c700b2d;hp=c34f2f5a2dec1b70e4a589862cca1e39ad7cedf1;hb=ae36189d26ea64ab0cb174b9991f6ff442554bc7;hpb=acf32087933e8fec9064222c164fb52580318221 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 {