zpool import pool
zpool import -o readonly=on -f pool
zfs list -o space
sysctl vfs.zfs.recover=1
zdb -AAA -b pool
Thanks. Just not sure whether metaslab issue is because of a faulty drive or just something related to zfs. I'm just going to get another drive to be on the safe side.google AI,
zpool scrub cannot fix this because it repairs data and metadata blocks, but metaslabs are internal allocation structures that a scrub doesn't "re-write.
You can attempt to import with the recovery flag:
zpool import -F ;pool_name; (Note: This may discard the last few transactions)
Otherwise backup the part where you don't get at the metaslab & dump the pool.![]()