Displaying 1 result from an estimated 1 matches for "sm_size".
Did you mean:
sh_size
2010 Jul 24
2
Severe ZFS corruption, help needed.
...time on zpool cannot be used/imported - any attempt fails with:
solaris assert: sm->space + size <= sm->size, file: /usr/src/sys/moules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c, line: 93
Debugging reveals that:
sm->sm_space = 2147483648
size = 34304
sm->sm_size = 2147483648
Probably space map is trashed badly but I can''t understand how to skip this assertion to make pool at least readable. FreeBSD zfsboot manages to load kernel and modules off the pool, but the system hangs whenever original zfs tries to open the pool. Error is persistent and sh...