plugin: update docs for volume_qemu_snapshot_method to new return values

Fixes: 41c6e4b ("replace volume_support_qemu_snapshot with volume_qemu_snapshot")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2025-07-17 20:00:43 +02:00
parent ed6df31cf4
commit 07b005bb55

View File

@ -2437,9 +2437,13 @@ sub new_backup_provider {
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
'internal' : support snapshot with qemu internal snapshot 'qemu' : Qemu must perform the snapshot. The storage plugin does nothing.
'external' : support snapshot with qemu external snapshot 'mixed' : The storage plugin *transparently* performs the snapshot and the running VM does not
undef : don't support qemu snapshot need to do anything.
'storage' : The storage performs an offline snapshot and qemu then has to reopen the volume.
Qemu will either "unhook" the snapshot by moving its data into the child snapshot
or Qemu will "commit" the child snapshot to the one which is being removed. Both must
be supported.
=cut =cut
sub volume_qemu_snapshot_method { sub volume_qemu_snapshot_method {