My Volume was connected to my vSphere Environment.
While is migrating some VMs from another storage to TrueNas one of the ESXi-Hosts crashed.
So now on the volume only 2 small partition are visible and have a filesystem.
The rest of the volume 24TB partition hasn’t a filesystem.
The partition table type is currently on msdos. it should be GPT.
Currently i run a scan with Testdisk for lost partitions / partition tables etc.
I don’t if i’m on the right way.
Maybe someone can help me, how i can get my vmfs-partition back
I have a physical RAID6 Volume running on HPE Server ML350.
On this volume i created with TrueNAS Scale a ZVOL which i presented via ISCSI to my 4 ESXi Hosts.
The ZVOL was add to the ESXi Host(s), created and format a Datastore (VMFS).
Textbook example of why hardware RAID should not be used with ZFS…
Your VMFS is most likly lost for good because the ZFS structure was corrupted “from under” when the ESXi host, and its RAID6 array, crashed.
I have an HPE ML350 Server, the Hardware-Raid in configured as Raid6. The ZFS Volume/ Dataset was created on the Raid6.
Another Questions.
I should BE able to make Screenshot of the Dataset before i start to repair the Partition table?
If Something will gets wrong, i could restore the snapshot or?
I’m sorry I have to agree with @etorix - using raid6 is a big no-no.
short version: ZFS relies on control over the physical disks to ensure data integrity.
Using any kind of hardware raid effectively removes the safeguards you have with ZFS (here: TrueNAS)
I hopy you have a good backup - with the info available here, my best guess are the hw-raid messed up and your data is gone.
regarding snapshot before trying to recover - sounds like it’s a feature you have to hope the hw-raid provides.