Package: zfsutils Version: 8.1-3 Severity: important t...@debian:~$ sudo zpool create test /dev/ad6s1 t...@debian:~$ sudo zpool export test t...@debian:~$ sudo zpool import test cannot open '/dev/dsk': must be an absolute path cannot import 'test': no such pool available
Attached patch fixes the first problem: zpool searches for disks in /dev/dsk instead of /dev, but then importing still fails. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org