mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-08 21:18:03 +03:00
skip efidisk0 in hotplug
while it's a disk from our storage POV, in QEMU it's a pflash, and those cannot be hot-plugged Signed-off-by: Oguz Bektas <o.bektas@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5eb1e5943f
commit
7a4bdb3662
@ -4902,6 +4902,7 @@ sub vmconfig_hotplug_pending {
|
||||
vmconfig_update_net($storecfg, $conf, $hotplug_features->{network},
|
||||
$vmid, $opt, $value, $arch, $machine_type);
|
||||
} elsif (is_valid_drivename($opt)) {
|
||||
die "skip\n" if $opt eq 'efidisk0';
|
||||
# some changes can be done without hotplug
|
||||
my $drive = parse_drive($opt, $value);
|
||||
if (drive_is_cloudinit($drive)) {
|
||||
|
Loading…
Reference in New Issue
Block a user