Nutanix CE 2.1 marks disks wrong (SSD/NMVe as HDD)

So you installed Nutanix CommunityEdition (CE) version 2.1.
Everything went well, created the cluster and then you login to Prism and see (some) of your disks marked wrong, i.e. a SSD or NVMe is shown as HDD.

This sometimes happens as the current CE is almost on par with the full blown flagship product. If you then install it on non-enterprise grade hardware (i.e. homelab!) it defaults to non-expected values.

In Prism

And on the CLI

But there is an easy way to correct this 🙂

  • SSH into the (or an) CVM
  • get the DISKID with ncli disk ls
  • change disk type with ncli disk update id=DISKID tier-name=TIERNAME

For TIERNAME you can use:

  • DAS-SATA (HDD)
  • SSD-SATA (SSD)
  • SSD-PCIe (NVMe)

After this the disks will be shown correctly.

In Prism

And on the CLI

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.