plugin: pod: fix variable name for volume_qemu_snapshot_method() example code

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner
2025-10-08 14:21:32 +02:00
parent 6e5a42052c
commit c10e73d93b

View File

@ -2450,7 +2450,7 @@ sub new_backup_provider {
=head3 volume_qemu_snapshot_method =head3 volume_qemu_snapshot_method
$blockdev = $plugin->volume_qemu_snapshot_method($storeid, $scfg, $volname) $method = $plugin->volume_qemu_snapshot_method($storeid, $scfg, $volname);
Returns a string with the type of snapshot that qemu can do for a specific volume Returns a string with the type of snapshot that qemu can do for a specific volume