mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-03 05:46:41 +00:00
Fix #1057: make protection a fast-plug option
Otherwise you need to shutdown a VM to disable protection, which is inconvenient for a few tasks such as for instance deleting an unused disk.
This commit is contained in:
parent
dcce9b468d
commit
ec647db4f8
@ -3871,6 +3871,7 @@ my $fast_plug_option = {
|
||||
'shares' => 1,
|
||||
'startup' => 1,
|
||||
'description' => 1,
|
||||
'protection' => 1,
|
||||
};
|
||||
|
||||
# hotplug changes in [PENDING]
|
||||
|
Loading…
Reference in New Issue
Block a user