1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

internal/instance; Correct doc for boot.autostart.priority

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2026-02-04 16:39:33 +01:00
parent ad3246391e
commit 5493daf958

View File

@@ -56,9 +56,10 @@ var InstanceConfigKeysAny = map[string]func(value string) error{
// gendoc:generate(entity=instance, group=boot, key=boot.autostart.priority)
// The instance with the highest value is started first.
// Instances without a priority set will be started (with some parallelism) ahead of
// instances with a priority set.
// ---
// type: integer
// defaultdesc: 0
// liveupdate: no
// shortdesc: What order to start the instances in
"boot.autostart.priority": validate.Optional(validate.IsInt64),