It only needs to be explicitly enabled in KVM hypervisor parameters, for Xen it works out of the box.
Signed-off-by: Petr Pudlak <[email protected]> --- man/gnt-cluster.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/gnt-cluster.rst b/man/gnt-cluster.rst index 21866ec..b3070ae 100644 --- a/man/gnt-cluster.rst +++ b/man/gnt-cluster.rst @@ -319,7 +319,7 @@ detection at the cluster level. User shutdown detection allows users to initiate instance poweroff from inside the instance, and Ganeti will report the instance status as 'USER_down' (as opposed, to 'ERROR_down') and the watcher will not restart these instances, thus preserving their -instance status. This option is disabled by default. After enabled, +instance status. This option is disabled by default. For KVM, the hypervisor parameter ``user_shutdown`` must also be set, either at the cluster level or on a per-instance basis (see **gnt-instance**\(8)). -- 2.0.0.526.g5318336
