In the WebUI, as well as when running midclt call disk.query | jq, one of the virtual disks passed to TrueNAS Scale under VMWare Workstation shows rotation speed of 15K:
{
"identifier": "{serial_lunid}6000c29da1ec0401b00a68b305c6b183_6000c29da1ec0401",
"name": "sdb",
"subsystem": "scsi",
"number": 2064,
"serial": "6000c29da1ec0401b00a68b305c6b183",
"lunid": "6000c29da1ec0401",
"size": 21474836480,
"description": "",
"transfermode": "Auto",
"hddstandby": "ALWAYS ON",
"advpowermgmt": "DISABLED",
"expiretime": null,
"model": "VMware_Virtual_S",
"rotationrate": 15000,
"type": "HDD",
"zfs_guid": "8844258940006280448",
"bus": "SCSI",
"devname": "sdb",
"enclosure": null,
"pool": null
},
This appears to happen on one of 7 SCSI virtual disks. Other disks correctly show null for rotation rate:
{
"identifier": "{serial_lunid}6000c295f164cd044218b634749f2918_6000c295f164cd04",
"name": "sdd",
"subsystem": "scsi",
"number": 2096,
"serial": "6000c295f164cd044218b634749f2918",
"lunid": "6000c295f164cd04",
"size": 21474836480,
"description": "",
"transfermode": "Auto",
"hddstandby": "ALWAYS ON",
"advpowermgmt": "DISABLED",
"expiretime": null,
"model": "VMware_Virtual_S",
"rotationrate": null,
"type": "HDD",
"zfs_guid": "10183660113133072398",
"bus": "SCSI",
"devname": "sdd",
"enclosure": null,
"pool": null
},
Oddly, the output of smartctl shows rotation rate too:
truenas_admin@truenas[~]$ sudo smartctl -a /dev/sdb
[sudo] password for truenas_admin:
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.12.33-production+truenas] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: VMware,
Product: VMware Virtual S
Revision: 1.0
User Capacity: 21,474,836,480 bytes [21.4 GB]
Logical block size: 512 bytes
Rotation Rate: 15000 rpm
Logical Unit id: 0x6000c29da1ec0401b00a68b305c6b183
Serial number: 6000c29da1ec0401b00a68b305c6b183
Device type: disk
Local Time is: Mon Mar 23 09:55:19 2026 PDT
SMART support is: Unavailable - device lacks SMART capability.
=== START OF READ SMART DATA SECTION ===
Current Drive Temperature: 0 C
Drive Trip Temperature: 0 C
Error Counter logging not supported
Device does not support Self Test logging
Is this a bug in VMWare Workstation, a bug in TN, a bug upstream, or a skill issue? I have never encountered this behavior in the past.