Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2019 20:18:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 236480] [zfs] [panic] solaris assert: dn->dn_type != DMU_OT_NONE
Message-ID:  <bug-236480-3630-zBK4vCqbLo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236480-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236480-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236480

Julien Cigar <julien@perdition.city> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julien@perdition.city

--- Comment #4 from Julien Cigar <julien@perdition.city> ---
I'm suffering the same problem on a freshly 12.0-RELEASE running PostgreSQL
11.1 in a jail with nullfs mounts:

chouffe% mount -t nullfs
/data/jails/pg11 on /jails/pg11/data (nullfs, local)
/data/jails/pg11/data11 on /jails/pg11/data/data11 (nullfs, local)
/data/jails/pg11/backups on /jails/pg11/data/backups (nullfs, local)

chouffe% jls
   JID  IP Address      Hostname                      Path
     1  192.168.10.39   pg11.prod.lan                 /jails/pg11

I could login to the system but a simple "ls" hangs and I had to login on t=
he
iLO console and issue an hard reset. The system is running the GENERIC kern=
el
with the following:

chouffe% more /boot/loader.conf=20
aesni_load=3D"YES"
boot_multicons=3D"YES"
boot_serial=3D"YES"
comconsole_port=3D"0x2F8"
console=3D"comconsole,efi"
cpu_microcode_load=3D"YES"
cpu_microcode_name=3D"/boot/firmware/intel-ucode.bin"
geom_mirror_load=3D"YES"
hw.vga.textmode=3D"1"
kern.geom.label.disk_ident.enable=3D"0"
kern.geom.label.gptid.enable=3D"0"
kern.racct.enable=3D"1"
vfs.zfs.min_auto_ashift=3D"12"
zfs_load=3D"YES"

chouffe% more /etc/sysctl.conf=20
vfs.zfs.min_auto_ashift=3D12
kern.ipc.somaxconn=3D2048
vfs.zfs.arc_max=3D25769803776
vfs.nfsd.server_max_nfsvers=3D4
vfs.nfsd.server_min_nfsvers=3D4

I couldn't capture any useful crash dump unfortunately ..

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236480-3630-zBK4vCqbLo>