Robert Lor wrote:
> I'm trying to add filesystems from two different pools to a zone but can't 
> seem to find any mention of how to do this in the docs.
> 
> I tried this  but the second set overwrites the first one.
> 
> add dataset
> set name=pool1/fs1
> set name=pool2/fs2
> end
> 
> Is this possible or do I need to use different syntax?

You want to add two datasets?  Try:

add dataset
set name=pool1/fs1
end

add dataset
set name=pool2/fs2
end

or check out the zonecfg(1m) manpage.

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

Reply via email to