On Fri, October 22, 2010 08:07, Tony MacDoodle wrote:
> Is it possible to have a shared LUN between 2 servers using zfs?  The
> server can see both LUN's but when I do an impoer I get:
[...]
> When I do import it using the -f I can't see the files created on the
> other node.

No, it is not possible. ZFS is not a clustered/shared file system. If you
want that functionality on Solaris you'll need to get something like QFS:

    http://en.wikipedia.org/wiki/QFS

Under Linux a good example would be:

   http://en.wikipedia.org/wiki/Global_File_System

Many machines can see the LUNs, but a ZFS pool can only be mounted by one
system at a time. Having multiple machines seeing the pools is handy for
high availability fail over:

   http://en.wikipedia.org/wiki/Solaris_Cluster


_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to