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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user