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

Hannes Laimer h.laimer at proxmox.com
Tue Feb 9 11:31:22 CET 2021


Adds suspendall endpoint which is resposible for hibernation and pause
of multiple VMs, this was done to mirror the behaviour of the suspend 
endpoint for single VMs(which also handels hibernation and pause). The
UI buttons for bulk hibernation were added.

Hannes Laimer (2):
  api2: add suspendall endpoint
  ui: add bulk hibernate action

 PVE/API2/Nodes.pm                 | 119 ++++++++++++++++++++++++++++++
 www/manager6/Utils.js             |   2 +
 www/manager6/form/VMSelector.js   |  34 ++++++---
 www/manager6/node/CmdMenu.js      |  15 ++++
 www/manager6/node/Config.js       |  13 ++++
 www/manager6/window/BulkAction.js |   7 ++
 6 files changed, 180 insertions(+), 10 deletions(-)

-- 
2.20.1






More information about the pve-devel mailing list