mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-07 14:18:16 +00:00
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:
parent
fd1745711f
commit
3b457309ae
@ -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',
|
The top header has useful buttons such as 'Reboot', 'Shutdown', 'Shell',
|
||||||
'Bulk Actions' and 'Help'.
|
'Bulk Actions' and 'Help'.
|
||||||
'Shell' has the options 'noVNC', 'SPICE' and 'xterm.js'.
|
'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.
|
* *Search:* search a node for VMs, containers, storage devices, and pools.
|
||||||
|
|
||||||
|
@ -135,6 +135,12 @@ command:
|
|||||||
pvenode stopall
|
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]]
|
||||||
First Guest Boot Delay
|
First Guest Boot Delay
|
||||||
|
Loading…
Reference in New Issue
Block a user