Date: Mon, 2 Jul 2018 15:50:57 +0200 From: Maurizio Vairani <clover.informatica.it@gmail.com> To: freebsd-fs@freebsd.org Subject: Reproducible panic playing with zpool remove in FreeBSD 11.2-RELEASE. Message-ID: <0ac6634a-48b6-3e1b-38da-23419d7efdcd@cloverinformatica.it>
next in thread | raw e-mail | index | archive | help
Hi, boot the 11.2-RELEASE installation media in the <Live CD>. Insert an USB memory stick, suppose it is /dev/da5. # gpart create -s GPT da5 # gpart add -t freebsd-zfs -a 1m -s 1g da5 # gpart add -t freebsd-zfs -a 1m -s 1g da5 # zpool create -O mountpoint=/tmp/ztest ztest da5p1 da5p2 # cp /bin/* /tmp/ztest # zpool remove ztest da5p1 # rm /tmp/ztest/* PANIC ! I have tested the above commands with 3 different PC and only in one I can see the panic screen, the other PC reboot after the panic. -- Maurizio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0ac6634a-48b6-3e1b-38da-23419d7efdcd>