mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-13 16:28:37 +00:00
Add hotplug option
Signed-off-by: Derumier Alexandre <aderumier@odiso.com>
This commit is contained in:
parent
c6bb9502db
commit
2ff09f52e8
@ -153,6 +153,12 @@ my $confdesc = {
|
|||||||
description => "Automatic restart after crash (currently ignored).",
|
description => "Automatic restart after crash (currently ignored).",
|
||||||
default => 0,
|
default => 0,
|
||||||
},
|
},
|
||||||
|
hotplug => {
|
||||||
|
optional => 1,
|
||||||
|
type => 'integer',
|
||||||
|
description => "Activate hotplug for disk and network device",
|
||||||
|
default => 0,
|
||||||
|
},
|
||||||
reboot => {
|
reboot => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'boolean',
|
type => 'boolean',
|
||||||
|
Loading…
Reference in New Issue
Block a user