mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 01:37:24 +00:00
allow hotplug of virtio-scsi disks
It was an old protection, it's working fine now Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
d3f15aa9ed
commit
6c33c345ef
@ -2921,7 +2921,6 @@ sub vm_deviceplug {
|
||||
}
|
||||
|
||||
if ($deviceid =~ m/^(scsi)(\d+)$/) {
|
||||
return 1 if ($conf->{scsihw} && ($conf->{scsihw} !~ m/^lsi/)); #virtio-scsi not yet support hotplug
|
||||
return undef if !qemu_findorcreatescsihw($storecfg,$conf, $vmid, $device);
|
||||
return undef if !qemu_driveadd($storecfg, $vmid, $device);
|
||||
my $devicefull = print_drivedevice_full($storecfg, $conf, $vmid, $device);
|
||||
|
Loading…
Reference in New Issue
Block a user