mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
internal/instance: Add volatile.vm.definition
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
parent
e65c787114
commit
98f46c422c
@ -1089,6 +1089,13 @@ var InstanceConfigKeysVM = map[string]func(value string) error{
|
||||
// shortdesc: Whether to regenerate VM NVRAM the next time the instance starts
|
||||
"volatile.apply_nvram": validate.Optional(validate.IsBool),
|
||||
|
||||
// gendoc:generate(entity=instance, group=volatile, key=volatile.vm.definition)
|
||||
//
|
||||
// ---
|
||||
// type: string
|
||||
// shortdesc: QEMU VM definition name (used for migration between versions)
|
||||
"volatile.vm.definition": validate.Optional(validate.IsAny),
|
||||
|
||||
// gendoc:generate(entity=instance, group=volatile, key=volatile.vsock_id)
|
||||
//
|
||||
// ---
|
||||
|
||||
Loading…
Reference in New Issue
Block a user