mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Performance measurements turned out that in certain situations the paging/swap logic turns on the rotational feature for block devices. In the past, this feature has been disabled for DASD devices. FCP and NVMe devices are considered non-rotational by default (or exposed by the storage server). Because those are the backing devices on Linux on Z/LinuxONE instances, ensure that virtio-blk devices are always non-rotational. Signed-off-by: Peter Jin <pjin@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>