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:
@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user