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=236480

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 the
iLO console and issue an hard reset. The system is running the GENERIC kernel
with the following:

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

chouffe% more /etc/sysctl.conf 
vfs.zfs.min_auto_ashift=12
kern.ipc.somaxconn=2048
vfs.zfs.arc_max=25769803776
vfs.nfsd.server_max_nfsvers=4
vfs.nfsd.server_min_nfsvers=4

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

-- 
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>