[Bug 194976] [10.1-RELEASE][panic] ZFS TRIM. Kernel dies within seconds after mounting ZFS. vfs.zfs.trim.enabled=0 fixes it

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 16 20:24:32 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194976

--- Comment #3 from Steven Hartland <smh at FreeBSD.org> ---
(In reply to Palle Girgensohn from comment #2)
> File backed volume? No, it uses gpt partitions?
> 
> # zpool history
> History for 'tank':
> 2013-02-25.14:56:06 zpool create -f -o altroot=/mnt -o
> cachefile=/var/tmp/zpool.cache tank /dev/gpt/disk0.nop
> 2013-02-25.14:56:22 zpool export tank
> 2013-02-25.14:58:23 zpool import -o altroot=/mnt -o
> cachefile=/var/tmp/zpool.cache tank
> 2013-02-25.15:00:15 zpool set bootfs=tank tank
> ...
> 
> It is a zfs-on-root setup, probably setup according to the guidelines of
> https://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/9.0-RELEASE

Your trace disagrees as it mentions vdev_file_io_start which is only called for
a volume created from a file if it was gpt that would be vdev_geom_io_start.

Can you let us know your pool layout with zdb please.

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


More information about the freebsd-bugs mailing list