Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2010 12:18:20 +0300
From:      KOT MATPOCKuH <matpockuh@gmail.com>
To:        freebsd-current@freebsd.org
Subject:   On fresh current zvol with org.freebsd:swap=on crashes zfs list  (PR:145234)
Message-ID:  <m2p3979a4b1003310218r7a4d640cm697d862dfd2013c@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
On fresh freebsd-current automatic swap configuration on zvol with
org.freebsd:swap=on by /etc/rc.d/zvol doesn't work because
zfs list -H -o org.freebsd:swap,name -t volume
fails with bus error.

To repeat a problem try:
# zfs create -V 128m rpool/test
# zfs list rpool/test
NAME USED AVAIL REFER MOUNTPOINT
rpool/test 128M 55.9G 16K -
# zfs set org.freebsd:swap=on rpool/test
# zfs list rpool/test
Segmentation fault (core dumped)
# zfs list
Segmentation fault (core dumped)
# zfs inherit org.freebsd:swap rpool/test
# zfs list rpool/test
NAME USED AVAIL REFER MOUNTPOINT
rpool/test 128M 55.9G 16K -

PR:bin/145234 registered for this problem.

-- 
MATPOCKuH



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