]> git.proxmox.com Git - pve-manager.git/commit
Change the SCSI controller type when editing a harddisk only when creating a VM.
authorEmmanuel Kasper <e.kasper@proxmox.com>
Tue, 29 Aug 2017 10:08:28 +0000 (12:08 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 1 Sep 2017 09:07:43 +0000 (11:07 +0200)
commit2a2dce703731e768d8fdff04cc81cfcd6b19c0c1
treef4f4b07f4752438e0153d2d202ee72da0d1fd1dd
parent8722af4a58c04eae311bed0ab228f384332e79e6
Change the SCSI controller type when editing a harddisk only when creating a VM.

If not, the following could happen:
 * user has a VM with two disks attached to a LSI controller
 * adding a third disk, he notices the iothread option, and clicks it
 * the scsihw type for all disks is changed now to virtio-scsi-single
 * on next cold restart, STOP 0x0000007B INACCESSABLE_BOOT_DEVICE for a Windows VM

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/HDEdit.js