Hello all,
I have/had a local datastore comprising of 3 disks. One of the disks have failed and fortunately I only lost 1 VM. The issue is that now I have the following:
[root@test-vmw:/dev/disks] vmkfstools -P -h /vmfs/volumes/datastore1
VMFS-5.61 (Raw Major Version: 14) file system spanning 3 partitions.
File system label (if any): datastore1
Mode: public
Capacity 2.7 TB, 1.1 TB available, file block size 1 MB, max supported file size 62.9 TB
Disk Block Size: 512/512/0
UUID: 5710114e-deec2c28-5dda-001018f08ddc
Partitions spanned (on "lvm"):
t10.ATA_____Hitachi_HUA722010CLA330_______________________JPW9P0N03KWDKD:1
(device t10.ATA_____ST31000528AS________________________________________6VPG53JQ:1 might be offline)
t10.ATA_____WDC_WD10EZEX2D22RKKA0_________________________WD2DWMC1S5972516:1
(One or more partitions spanned by this volume may be offline)
Is Native Snapshot Capable: YES
[root@test-vmw:/dev/disks]
Now, I am trying to add a new disk to this datastore and I am getting an error:
2018-10-10T09:47:48.872Z cpu2:2099193 opID=2f3a8b94)LVM: 10679: Error adding space (0) on device t10.ATA_____Hitachi_HDP725050GLA360_______________________GEA534RJ14BEDA:1 to volume 57101140-d0590300-8662-001018f08ddc: VMFS volume missing physical exten$
I guess I need to fix the offline issue before I can add any new disks?
Can someone guide me on what the steps are to fix the above issue.
Thanks in advance