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:
Wolfgang Bumiller 2016-07-19 09:17:36 +02:00 committed by Fabian Grünbichler
parent dcce9b468d
commit ec647db4f8

View File

@ -3871,6 +3871,7 @@ my $fast_plug_option = {
'shares' => 1,
'startup' => 1,
'description' => 1,
'protection' => 1,
};
# hotplug changes in [PENDING]