It's called `has-dbus-vmstate` in the actual returned object, not `dbus-vmstate`.
Signed-off-by: Christoph Heiss <[email protected]> --- src/PVE/API2/NodeCapabilities/Qemu/Migration.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/API2/NodeCapabilities/Qemu/Migration.pm b/src/PVE/API2/NodeCapabilities/Qemu/Migration.pm index 98d683c3..31879007 100644 --- a/src/PVE/API2/NodeCapabilities/Qemu/Migration.pm +++ b/src/PVE/API2/NodeCapabilities/Qemu/Migration.pm @@ -29,7 +29,7 @@ __PACKAGE__->register_method({ type => 'object', additionalProperties => 0, properties => { - 'dbus-vmstate' => { + 'has-dbus-vmstate' => { type => 'boolean', description => 'Whether the host supports live-migrating additional' . ' VM state via the dbus-vmstate helper.', -- 2.50.1 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
