vmrulz
Hot Shot
Hot Shot

Thanks Nick, that sounds more like it, don't know why I was thinking it was the disk block size.I'll check out your blog.

Nice write up. One thing I found when I started working with SSD's and ESXi was an issue with the hypervisor not being able to see the disk resource as local so you saw nothing in vcenter. I found this little tidbit that might be useful in adding to your blog

  1. esxcli storage nmp device list
  2. Look for output like the following. The key parts of this output are highlighted in yellow.
  3. naa.600508b1001c3b7559b32be63f27a8ba

                 Device Display Name: HP Serial Attached SCSI Disk (naa.600508b1001c3b7559b32be63f27a8ba)

                 Storage Array Type: VMW_SATP_LOCAL

  1. esxcli storage nmp satp rule add -s VMW_SATP_LOCAL --device naa.600508b1001c3b7559b32be63f27a8ba --option="enable_local enable_ssd"
  1. esxcli storage core device list -d naa.600508b1001c3b7559b32be63f27a8ba"
  2. naa.600508b1001c3b7559b32be63f27a8ba

Display Name: HP Serial Attached SCSI Disk (naa.600508b1001c3b7559b32be63f27a8ba)

Has Settable Display Name: true

Size: 95362

Device Type: Direct-Access

Multipath Plugin: NMP

Devfs Path: /vmfs/devices/disks/naa.600508b1001c3b7559b32be63f27a8ba

Vendor: HP

Model: LOGICAL VOLUME

Revision: 3.42

SCSI Level: 5

Is Pseudo: false

Status: on

Is RDM Capable: false

   Is Local: true

Is Removable: false

   Is SSD: true

Reply
0 Kudos