Nested ESXi 5.5 – Configure Virtual Flash?

VirtuallyGhetto has a great post on configuring VSAN on a nested ESXi box by getting a VMDK to report itself as an SSD disk.  However this doesn’t seem to work for Virtual Flash.

Here is my nested host showing an “SSD” drive

virtualflash1

And VSAN also reporting it (since there are no other available local non-SSD it shows as ineligible)

virtualflash2

But Virtual Flash doesn’t see the drive to add it.

virtualflash3

 

Am I missing something or can Virtual Flash not be “faked out” for a nested host?

 

Edit:

Found it after tweets from William Lam and Duncan Epping

VMware Doc Link

For whatever reason the VMDK attached to the nested host wasn’t flagged as local:

esxcli storage core device list -d mpx.vmhba1:C0:T0:L0
...
Is Local: false

Answer was:

esxcli storage nmp satp rule add -s VMW_SATP_LOCAL --device mpx.vmhba1:C0:T0:L0 --option="enable_local"
esxcli storage core claiming unclaim --type device --device mpx.vmhba1:C0:T0:L0
esxcli storage core claimrule load
esxcli storage core claimrule run
esxcli storage core device list -d mpx.vmhba1:C0:T0:L0

Note from the documentation link above the “option” parameter is missing the “–“

This entry was posted in Cloud, Computing, Virtualization, VMware and tagged , , , . Bookmark the permalink.

5 Responses to Nested ESXi 5.5 – Configure Virtual Flash?

    • Pingback: VMware Link Collection | Life

    Leave a Reply

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