The output of cat /sys/block/sda/queue/rotational is shown by default as "1" On Ubuntu Linux VM, while the requirement was to show as "0".
VMware vSphere ESXi 6.x
VMware vSphere ESXi 7.x
VMware vSphere ESXi 8.x
# esxcli storage core device list -d <naa device ID> | grep SSD
scsiX:Y.virtualSSD = 1
(Where X is the controller ID and Y is the disk ID of the Virtual Disk.)The steps provided are for Ubuntu OS based VM; however, the same concept would work for other Linux flavors.