[Bug 186112] [zfs] [panic] ZFS Panic/Solaris Assert/zap.c:479
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 30 21:03:42 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186112
--- Comment #3 from Larry Rosenman <ler at lerctr.org> ---
I'm STILL seeing these, and have commented out:
===================================================================
--- zap.c (revision 270765)
+++ zap.c (working copy)
@@ -476,7 +476,9 @@
* chain. There should be no chained leafs (as we have removed
* support for them).
*/
+#if 0 /*LER: to see what else blows up */
ASSERT0(l->l_phys->l_hdr.lh_pad1);
+#endif
/*
* There should be more hash entries than there can be
@@ -531,7 +533,9 @@
ASSERT3U(l->l_blkid, ==, blkid);
ASSERT3P(l->l_dbuf, ==, db);
ASSERT3P(l->l_phys, ==, l->l_dbuf->db_data);
+#if 0 /* LER */
ASSERT3U(l->l_phys->l_hdr.lh_block_type, ==, ZBT_LEAF);
+#endif
ASSERT3U(l->l_phys->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC);
*lp = l;
borg.lerctr.org /usr/src.old/sys/cddl/contrib/opensolaris/uts/common/fs/zfs $
Can I PLEASE get someone to look at these, and tell me what I need to do to fix
the on-disk image?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-fs
mailing list