Closed serverwentdown closed 11 months ago
I might consider working on this, should be a pretty simple addition.
I might consider working on this, should be a pretty simple addition.
It's indeed pretty straightforward. If you decide to work on it you can take a look as a starting point the Resume operation, see https://github.com/cockpit-project/cockpit/blob/master/pkg/machines/components/vm/vmActions.jsx#L155
THere is a resume button.
Page: Machines
Implement a button to wake from "Suspended (PM)" state. Equivalent to
virsh dompmwakeup <domain>
.