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