Re: [zfs-discuss] ZFS imported simultanously on 2 systems...

2006-09-13 Thread Gregory Shaw
A question: You're forcing the import of the pool on the other host.  That disregards any checks, similar to a forced import of a veritas disk group. Does the same thing happen if you try to import the pool without the force option?On Sep 13, 2006, at 1:44 AM, Mathias F wrote:Hi,we are testing ZFS

Re: [zfs-discuss] ZFS imported simultanously on 2 systems...

2006-09-13 Thread Michael Schuster
I think this is user error: the man page explicitly says: -f Forces import, even if the pool appears to be potentially active. and that's exactly what you did. If the behaviour had been the same without the -f option, I guess this would be a bug. HTH Mathia

[zfs-discuss] ZFS imported simultanously on 2 systems...

2006-09-13 Thread Mathias F
Hi, we are testing ZFS atm as a possible replacement for Veritas VM. While testing, we encountered a serious problem, which corrupted the whole filesystem. First we created a standard Raid10 with 4 disks. [b]NODE2:../# zpool create -f swimmingpool mirror c0t3d0 c0t11d0 mirror c0t4d0 c0t12d0 NO