mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
internal/instance: Fix doc for boot.host_shutdown_action
Closes #1268 Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
parent
5ef1c28cba
commit
7f00f401ce
@ -74,8 +74,10 @@ var InstanceConfigKeysAny = map[string]func(value string) error{
|
||||
|
||||
// gendoc:generate(entity=instance, group=boot, key=boot.host_shutdown_action)
|
||||
// Action to take on host shut down
|
||||
//
|
||||
// Valid values are: `stop`, `force-stop` or `stateful-stop`
|
||||
// ---
|
||||
// type: integer
|
||||
// type: string
|
||||
// defaultdesc: stop
|
||||
// liveupdate: yes
|
||||
// shortdesc: What action to take on the instance when the host is shut down
|
||||
|
||||
Loading…
Reference in New Issue
Block a user