[pve-devel] [PATCH pve-manager 0/2] add pause bulk action

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Feb 5 13:20:17 CET 2021


On 05.02.21 11:35, Hannes Laimer wrote:
> Add "Pause" to available bulk actions, only VMs can be paused(suspended).
> 

as mentioned off-list, this is not pause (or at least should not be), but
hibernation or also called suspension.

There exists also a pause in QEMU, which is just pausing running the guests,
without any state saving. Here we do not want to do that, this is seldom useful,
what we actually want to do is suspend to disk, so that the whole VM state
is saved to.

Please adapt the commit message and also the web interface, as mentioned
already off-list before you sent this!

> Hannes Laimer (2):
>   api2: add suspendall endpoint
>   ui: add "Bulk Pause" action to node
> 
>  PVE/API2/Nodes.pm               | 113 ++++++++++++++++++++++++++++++++
>  www/manager6/Utils.js           |   1 +
>  www/manager6/form/VMSelector.js |  10 +++
>  www/manager6/node/CmdMenu.js    |  15 +++++
>  www/manager6/node/Config.js     |  13 ++++
>  5 files changed, 152 insertions(+)
> 






More information about the pve-devel mailing list