Re: [zfs-discuss] How to delegate filesystems from different pools to non-global zone

2007-09-29 Thread Matthew Ahrens
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 pos

Re: [zfs-discuss] How to delegate filesystems from different pools to non-global zone

2007-09-13 Thread Marion Hakanson
[EMAIL PROTECTED] said: > Duh... makes sense. Oh, I dunno, I think your first try makes sense, too. That's what I tried to do my first time out. Maybe the zones team will get around to supporting multiple datasets in one clause someday Regards, Marion ___

Re: [zfs-discuss] How to delegate filesystems from different pools to non-global zone

2007-09-13 Thread Robert . Lor
Marion Hakanson wrote: > You need two separate dataset declarations: > >add dataset >set name=pool1/fs1 >end >add dataset >set name=pool2/fs2 >end > > > Duh... makes sense. Thanks Marion! -Robert ___ zfs-discuss mailing list zfs-discuss@opensolaris.

Re: [zfs-discuss] How to delegate filesystems from different pools to non-global zone

2007-09-13 Thread Marion Hakanson
[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 thi

[zfs-discuss] How to delegate filesystems from different pools to non-global zone

2007-09-13 Thread Robert Lor
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 synt