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
[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
___
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.
[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
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