On Thu, 14 Dec 2006, Dave Burleson wrote:

> 1. Can I create  ZFS volumes on a ZFS file system from one server,
>     attach the file system read-write to a different server (to load data),
>     then detach the file system from that server and attach the file system
>     read-only to multiple other servers?

If I understand you correctly, then yes, what you propose is possible
(even without ZFS), using NFS.  But one can't remotely "force" a server
to mount a file system; the file system has to be made available and
interested clients must mount it.  So:

        1. Make file system available (e.g., use share).

        2. Have the client mount it r/w so that it can load its data.

        3. have the other clients mount it r-only.


> 2. Can I expand on the fly a ZFS volume within a file system when the
>     file system it's attached to a server read-write?

Yes.

-- 
Rich Teer, SCNA, SCSA, SCSECA, OpenSolaris CAB member

                                                    .  *   * . * .* .
                                                     .   *   .   .*
President,                                          * .  . /\ ( .  . *
Rite Online Inc.                                     . .  / .\   . * .
                                                    .*.  / *  \  . .
                                                      . /*   o \     .
Voice: +1 (250) 979-1638                            *   '''||'''   .
URL: http://www.rite-group.com/rich                 ******************
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to