[Machines] The vm reboot immediatedly before user confirm when click "reboot" or "Force reboot" Version-Release number of selected components (if applicable): cockpit-machines-293-1.el9.noarch cockpit-292-1.el9.x86_64 libvirt-dbus-1.4.1-5.el9.x86_64 libvirt-client-9.3.0-2.el9.x86_64 How reproducible: 100% Steps to Reproduce: 1. Prepare a running vm like cirros, click "Force reboot" There is dialog for user to confirm the action: Force reboot $vm_name? Uptime 3 minutes The vm is reboot when user click "Force reboot" instead of confirming reboot on the dialog. 2. Keep the VM running, click "Reboot" There is dialog for user to confirm the action: Reboot $vm_name? Uptime 3 minutes The vm is reboot when user click "Reboot" instead of confirming reboot on the dialog. Actual results: See step1&2. Expected results: The vm should be reboot after user confirm the reboot on the dialog. Additional info:
This was implemented in https://github.com/cockpit-project/cockpit-machines/pull/1069 and released in https://github.com/cockpit-project/cockpit-machines/releases/tag/293
Versions: cockpit-machines-294-1.el9.noarch Steps to Reproduce: 1. Prepare a running vm like cirros, click "Force reboot" There is dialog for user to confirm the action: Force reboot $vm_name? Uptime 3 minutes The vm is reboot after user click "Force reboot" . 2. Keep the VM running, click "Reboot" There is dialog for user to confirm the action: Reboot $vm_name? Uptime 3 minutes The vm is reboot after user click "Reboot". So verified.