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

2010-08-23 Thread Aurelien Jarno
[ Sorry for the delay, I was working on d-i ] On Fri, Aug 13, 2010 at 07:10:38PM -0400, Tuco wrote: > On 8/13/10, Tuco wrote: > > On 8/12/10, Petr Salinger wrote: > >>> Attached patch fixes the first problem: zpool searches for disks in > >>> /dev/dsk instead of /dev, but then importing still fa

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

2010-08-13 Thread Tuco
On 8/13/10, Tuco wrote: > On 8/12/10, Petr Salinger wrote: >>> Attached patch fixes the first problem: zpool searches for disks in >>> /dev/dsk instead of /dev, but then importing still fails. >> >> Do you have access to our SVN, don't you ? ;-) > > Yes but I'm thinking I'm not sure this would be

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

2010-08-11 Thread Tuco
Here's the patch. On 8/11/10, Tuco wrote: > 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 imp

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

2010-08-11 Thread Tuco
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