diff --git a/pve-gui.adoc b/pve-gui.adoc index ff95cfb..1481259 100644 --- a/pve-gui.adoc +++ b/pve-gui.adoc @@ -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. diff --git a/pvenode.adoc b/pvenode.adoc index 6ea9d7a..0a979c1 100644 --- a/pvenode.adoc +++ b/pvenode.adoc @@ -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