fix #4194: clarify that its a bulk shutdown, not immediate hard stop

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-02-14 12:10:51 +01:00
parent fd1745711f
commit 3b457309ae
2 changed files with 7 additions and 1 deletions

View File

@ -261,7 +261,7 @@ Nodes in your cluster can be managed individually at this level.
The top header has useful buttons such as 'Reboot', 'Shutdown', 'Shell',
'Bulk Actions' and 'Help'.
'Shell' has the options 'noVNC', 'SPICE' and 'xterm.js'.
'Bulk Actions' has the options 'Bulk Start', 'Bulk Stop' and 'Bulk Migrate'.
'Bulk Actions' has the options 'Bulk Start', 'Bulk Shutdown' and 'Bulk Migrate'.
* *Search:* search a node for VMs, containers, storage devices, and pools.

View File

@ -135,6 +135,12 @@ command:
pvenode stopall
----
NOTE: The stopall command first attempts to perform a clean shutdown and then
waits until either all guests have successfully shut down or an overridable
timeout (3 minutes by default) has expired. Once that happens and the
force-stop parameter is not explicitly set to 0 (false), all virtual guests
that are still running are hard stopped.
[[first_guest_boot_delay]]
First Guest Boot Delay