[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#592676: can't import pool after exporting it



Package: zfsutils
Version: 8.1-3
Severity: important

tuco@debian:~$ sudo zpool create test /dev/ad6s1
tuco@debian:~$ sudo zpool export test
tuco@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.



Reply to: