[EMAIL PROTECTED] said:
> 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 need two separate dataset declarations:

add dataset
set name=pool1/fs1
end
add dataset
set name=pool2/fs2
end


Regards,

Marion


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

Reply via email to