My vSphere server (Esxi 6.7 U2) has two drives..
- 2G ATA (holds the 'store2' datastore)
- 2G SSD (1G for system/boot, and 1G for the 'store' datastore)
The 'store' datastore has completely disappeared, even though the drive is still shown in vSphere
Whats strange is that even though 'store' is no longer shown, all the VM's it contains are still listed in vSphere, and I can fire them up without issue.
This is true even after a reboot. Rescanning drives and datastores from vSphere does not help.
The commands below dont show any obvious problems:
[root@vsphere:~] esxcfg-scsidevs -m
t10.NVMe____Samsung_SSD_970_PRO_1TB_________________AEAEB49155382500:3 /vmfs/devices/disks/t10.NVMe____Samsung_SSD_970_PRO_1TB_________________AEAEB49155382500:3 5d25f4cb-e5c87db4-bd66-80ee73e51739 0 store
t10.ATA_____ST2000DM0082D2FR102__________________________________WFL2A4N6:1 /vmfs/devices/disks/t10.ATA_____ST2000DM0082D2FR102__________________________________WFL2A4N6:1 5d260dd8-042c3326-db3d-80ee73e51739 0 store2
[root@vsphere:~] esxcli storage filesystem list
Mount Point Volume Name UUID Mounted Type Size Free
------------------------------------------------- -------------- ----------------------------------- ------- ------ -------------- --------------
/vmfs/volumes/b14b3c4e-6878019f remo-vmbackups b14b3c4e-6878019f true NFS 53736225628160 42260340019200
/vmfs/volumes/5d25f4cb-e5c87db4-bd66-80ee73e51739 store 5d25f4cb-e5c87db4-bd66-80ee73e51739 true VMFS-6 1016028200960 197688033280
/vmfs/volumes/5d260dd8-042c3326-db3d-80ee73e51739 store2 5d260dd8-042c3326-db3d-80ee73e51739 true VMFS-6 2000112582656 1655821041664
/vmfs/volumes/9dc8d475-9f29c6f7-d352-b6ffd4ba5c17 9dc8d475-9f29c6f7-d352-b6ffd4ba5c17 true vfat 261853184 108232704
/vmfs/volumes/afd60c70-e6c42821-d19a-561968def717 afd60c70-e6c42821-d19a-561968def717 true vfat 261853184 261849088
/vmfs/volumes/5d25f4c5-b0ac17f0-5ca8-80ee73e51739 5d25f4c5-b0ac17f0-5ca8-80ee73e51739 true vfat 299712512 118415360
/vmfs/volumes/5d25f4f3-b2579642-2da5-80ee73e51739 5d25f4f3-b2579642-2da5-80ee73e51739 true vfat 4293591040 4259446784
How can I link the 'store' datastore so it shows up in vSphere UI again, and can be browsed using Datastore browser?