mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
internal/instance: Add volatile.hotplug.memory
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
parent
e99cc8aa67
commit
d8bdd42cbd
@ -1178,6 +1178,13 @@ var InstanceConfigKeysVM = map[string]func(value string) error{
|
||||
// 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.vm.hotplug.memory)
|
||||
//
|
||||
// ---
|
||||
// type: string
|
||||
// shortdesc: Memory setup of the VM as needed for state restoration
|
||||
"volatile.vm.hotplug.memory": validate.Optional(validate.IsAny),
|
||||
|
||||
// gendoc:generate(entity=instance, group=volatile, key=volatile.vm.needs_reset)
|
||||
//
|
||||
// ---
|
||||
|
||||
Loading…
Reference in New Issue
Block a user