On 1/31/08, Hector De Jesus <[EMAIL PROTECTED]> wrote:
>
> Hello SUN gurus I do not know if this is supported, I have a created a
> zpool consisting of the SAN resources and created a zfs file system.  Using
> third part software I have taken snapshots of all luns in the zfs pool.  My
> question is in a recovery situation is there a way for me to mount the
> snapshots and import the pool while the original is still active.  Right now
> all I am able to do is export the original than I can  import the snapshots
> and access the zpool and filesystem.  Im looking at a no downtime solution
> can this be done ?
>
>
> This message posted from opensolaris.org
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
>



Interesting thought.  I guess what you'd have to have is an import flag that
allows you to "import as".  So you could:

zpool import --import-as yourpool.backup yourpool

I definitely see why you'd want to do it.  I haven't a clue if you can :)

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

Reply via email to