Hi,
I have a problem regarding datastore extents issue.
Normally, I have one datastore provisioned from the local disk (300GB x 4 with RAID5), ESXi was installed on this datastore.
It's working fine for a while and last week I decided to increase the datastore capacity using "increase" button on the datastore, I added another iSCSI LUN into the datastore so the total capacity has increased, now the datastore combined with two storages (Local Disk + iSCSI LUN).
Unfortunately, there was a power outage yesterday which cause SAN storage down for a few minutes. I found the error in ESXi that our VM has a problem with VMDK file. In the datastore properties, iSCSI LUN was missing from the datastore, it used to has two storages (Local + iSCSI) but now there is only local disk as below.
![1.PNG]()
Total Capacity = 1.79TB but there is only local disk which is 833.22GB
If I try to increase the capacity again, it shows the storage which is missing from the Extents datastore.![2.PNG]()
![3.PNG]()
I'm not sure that if I go ahead next -> next -> finish. All my data will lose?
I use the command vmkfstools -P /vmfs/volumes/xxxx , it shows that device naa.6exxxx might be offline
![Capture.PNG]()
How can I bring it online or manually put it back to the datastore?
Here is the VMkernel.log
2017-05-22T12:21:51.423Z cpu3:2839)WARNING: LVM: 13178: An attached device went offline. naa.6e843b63fd07072d0790d467cdac56d7:2 file system [datastore1, 50d07035-651a6a7f-10a2-2c768a52e739]
2017-05-22T12:21:53.106Z cpu5:2883)Config: 346: "SIOControlFlag1" = 0, Old Value: 0, (Status: 0x0)
2017-05-22T12:21:54.618Z cpu0:2839)Config: 346: "SIOControlFlag2" = 0, Old Value: 0, (Status: 0x0)
2017-05-22T12:21:58.589Z cpu2:2839)Config: 346: "VMOverheadGrowthLimit" = -1, Old Value: -1, (Status: 0x0)
2017-05-22T12:21:59.006Z cpu1:2839)WARNING: LVM: 13178: An attached device went offline. naa.6e843b63fd07072d0790d467cdac56d7:2 file system [datastore1, 50d07035-651a6a7f-10a2-2c768a52e739]
2017-05-22T12:22:02.790Z cpu11:3158)Loading module hpilo ...
2017-05-22T12:22:02.791Z cpu11:3158)Elf: 1862: module hpilo has license GPLv2
2017-05-22T12:22:02.791Z cpu11:3158)module heap: Initial heap size: 102400, max heap size: 5562368
2017-05-22T12:22:02.791Z cpu11:3158)vmklnx_module_mempool_init: Mempool max 5562368 being used for module: 58
Does somebody used to has this kind of problem?