Playing with a test cluster.
After disconnecting one node to test HA migration (VMs replication active), I have some VMs corrupted (hangs on boot like the disks are corrupted).
From systemctl:
● zfs-import@zp01.service loaded failed failed Import ZFS pool zp01
● zfs-import@zpha.service loaded failed failed Import ZFS pool zpha
How can I diagnose the problem cause and fix it?
Thanks, P.
After disconnecting one node to test HA migration (VMs replication active), I have some VMs corrupted (hangs on boot like the disks are corrupted).
From systemctl:
● zfs-import@zp01.service loaded failed failed Import ZFS pool zp01
● zfs-import@zpha.service loaded failed failed Import ZFS pool zpha
Code:
# zpool status -v
pool: zp01
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
zp01 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
vdd ONLINE 0 0 0
vde ONLINE 0 0 0
errors: No known data errors
pool: zpha
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
zpha ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
vdb ONLINE 0 0 0
vdc ONLINE 0 0 0
errors: No known data errors
How can I diagnose the problem cause and fix it?
Thanks, P.
Last edited: