From c10e73d93b08984e5a930fbde79bf785241d197c Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Wed, 8 Oct 2025 14:21:32 +0200 Subject: [PATCH] plugin: pod: fix variable name for volume_qemu_snapshot_method() example code Signed-off-by: Fiona Ebner --- src/PVE/Storage/Plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/Storage/Plugin.pm b/src/PVE/Storage/Plugin.pm index 2291d72..8acd214 100644 --- a/src/PVE/Storage/Plugin.pm +++ b/src/PVE/Storage/Plugin.pm @@ -2450,7 +2450,7 @@ sub new_backup_provider { =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