]> git.proxmox.com Git - pve-manager.git/commit
Add "SSD emulation" property to IDE, SATA, and SCSI drives
authorNick Chevsky <nchevsky@gmail.com>
Thu, 8 Nov 2018 18:17:19 +0000 (13:17 -0500)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Nov 2018 08:33:26 +0000 (09:33 +0100)
commitf9261fde2134cec35a5ec7c3ebbee5daa4d67ec7
tree95d9f1141bff6c8bc9fabe81c209288b826085da
parent237245957fef112ad4f9e7c18c10069c9bf26a78
Add "SSD emulation" property to IDE, SATA, and SCSI drives

When enabled, the "SSD emulation" feature exposes drives as
solid-state (rather than rotational) by enabling the new `ssd`
qm.conf flag [1] on the drives, which in turn sets QEMU's
`rotation_rate` property [2, 3] on the underlying devices.

This change also moves the "Discard" option out of the advanced
section and promotes it to the top of the dialog box, as proposed
by Thomas Lamprecht [4].

[1] https://git.proxmox.com/?p=qemu-server.git;a=commit;h=6c875f9f315f2dc7a0a3a988622c2efdf089b171
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1498042
[3] https://lists.gnu.org/archive/html/qemu-devel/2017-10/msg00698.html
[4] https://pve.proxmox.com/pipermail/pve-devel/2018-November/034327.html

Signed-off-by: Nick Chevsky <nchevsky@gmail.com>
www/manager6/qemu/HDEdit.js