From eb95d270298929fbc2e23e9bb2dbceb8bad237e1 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Mon, 18 Aug 2025 14:30:59 +0200 Subject: [PATCH] api: dbus-vmstate: reword description to match behaviour This method allows to perform either a 'start' or 'stop' action on the DBus VMState helper, not just stop it. Signed-off-by: Christoph Heiss Link: https://lore.proxmox.com/20250818123141.841088-2-c.heiss@proxmox.com --- src/PVE/API2/Qemu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/API2/Qemu.pm b/src/PVE/API2/Qemu.pm index 83542482..b571e6c1 100644 --- a/src/PVE/API2/Qemu.pm +++ b/src/PVE/API2/Qemu.pm @@ -6956,7 +6956,7 @@ __PACKAGE__->register_method({ path => '{vmid}/dbus-vmstate', method => 'POST', proxyto => 'node', - description => 'Stop the dbus-vmstate helper for the given VM if running.', + description => 'Control the dbus-vmstate helper for a given running VM.', permissions => { check => ['perm', '/vms/{vmid}', ['VM.Migrate']], },