Nutanix – Listing SSD as HDD

Your SSD is likely to be listed as an HDD in the Hardware -> Table -> Disk overview, like mine is here:

In order to solve this, we will need to SSH to the CVM, then change the information using ncli. Note the Disk ID for the hard drive with the wrong tier setting.

1. SSH as nutanix@{CVM_IP}
2. Type in the shell: ncli disk ls

Note the Disk ID (Id) from before. In my case, 14 matches and is indeed listed as Storage Tier: HDD.

3. Type in the shell: ncli disk update id={id} tier-name={tier_name}

As my case above, the full Id of the disk, and then a tier-name. Which is immediately reflected as Storage Tier: SSD as well as in the UI:

The Storage Tiers are as follows:

DAS-SATAHDD
SSD-SATASSD
SSD-PCIENVME
Storage Tier naming on Nutanix

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *