]> git.proxmox.com Git - qemu-server.git/commit
hotplug_pending: make 'ssd' option non-hotpluggable
authorOguz Bektas <o.bektas@proxmox.com>
Thu, 16 Jan 2020 15:06:34 +0000 (16:06 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 24 Jan 2020 15:11:53 +0000 (16:11 +0100)
commit74f15a899355d99667d51dea319b5c05c8b5c89e
tree51af4a83863edfdf1e3e3577d36a8a6678eefecf
parentd786a274355bc44a50b887fe99d0e504049691ab
hotplug_pending: make 'ssd' option non-hotpluggable

from hotplug_pending we go into 'vmconfig_update_disk', where we check the
hotpluggability of options.

add 'ssd' there as a non-hotpluggable option (since we'd have to unplug/plug to
change the drive type)

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
PVE/QemuServer.pm