Changes between Initial Version and Version 1 of Ticket #18420, comment 1
- Timestamp:
- Feb 6, 2019 11:51:06 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18420, comment 1
initial v1 1 1 Wait... the guest *does* know the disk is solid state (/sys/block/sda/queue/rotational is "0"), BUT the device does not support "trim". 2 2 3 4 {{{ 3 5 sudo fstrim / 4 6 fstrim: /: the discard operation is not supported 7 }}} 5 8 6 9 So the problem is not with detecting ssd-ness but that the emulated disk doesn't let the guest make use of that fact to remove deallocated blocks from the vdi.