05-08-2021, 09:45 PM
(05-08-2021, 05:41 AM)Littlemaster Wrote: I have run cat /sys/block/vda/queue/rotationalI did anticipate this response -because I did check your VPS1 review; you should re-read my previous response carefully.
(05-08-2021, 05:41 AM)Littlemaster Wrote: Let me know if you find the command behavior is wrong.As I said in the previous post, although the virtual disk is registered as rotational it doesn't mean that the underlying Host storage is HDD-based.
Again, please, re-read the previous post.
What you can do from your side -given that you have VPS 1- is to run the command below to see what storage controller you're using:
Code: (Select All)
lsmod | grep virt
As I said in the previous post, I'm expecting it to throw virtio_scsi as the in-kernel storage driver.