[zfs-discuss] zfs testing / problems

2010-05-02 Thread Roy Sigurd Karlsbakk
Hi all Testing variable size 'disks' in mirror, I followed Victor Latushkin's example bash-4.0# mkfile -n 2 d0 bash-4.0# zpool create pool $PWD/d0 bash-4.0# mkfile -n 1992869543936 d1 bash-4.0# zpool attach pool $PWD/d0 $PWD/d1 and so on - this works well. Now, to try to mess with ZF

Re: [zfs-discuss] zfs testing / problems

2010-05-02 Thread Edward Ned Harvey
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- > boun...@opensolaris.org] On Behalf Of Roy Sigurd Karlsbakk > > bash-4.0# mkfile -n 2 d0 > bash-4.0# zpool create pool $PWD/d0 > bash-4.0# mkfile -n 1992869543936 d1 > bash-4.0# zpool attach pool $PWD/d0 $PWD/d1 As long