Brad,
I am not sure what you are trying to achieve, but
http://docs.sun.com/app/docs/doc/819-5461/6n7ht6qsm?a=view
lists the ways that are possible, if you want to bring a global Zones ZFS into
a zone
1. Look for "Adding ZFS File Systems to a Non-Global Zone" and please note the text in the
comment after that !
2. Another way would be to just create a loopback mount into a zone.
e.g.: mount global-zone:/zoneshare in a zone as local-zone:/zoneshare
in zonecfg:
add fs
set type=lofs
set dir=/zoneshare
set special=/zoneshare
set options=rw
I assume you mean 1., but 2. also works.
Detlef
On 12/20/06 17:25, Brad Diggs wrote:
Detlef,
To be specific, do you mean that within the global zone, you have
to do the following:
1. Add the zfs filesystem as legacy filesystem.
2. Manually add entry into /etc/vfstab (please provide example as
I don't see one anywhere).
3. Mount the zfs filesystem in the global zone.
4. Create the zone with the legacy mode zfs (type=zfs) as a part
of the zone config.
5. Install the zone.
6. Umount the zfs filesystem from the global zone.
Is that about it? If you will provide of a working vfstab entry,
I will try it out here in my lab.
Thanks in advance,
Brad
On Wed, 2006-12-20 at 16:47 +0100, Detlef Drewanz wrote:
I think you have to mount the zfs as legacy mount point via /etc/vfstab, before you can
"add fs" this to a zone.
(I remember that I've seen this in the manual, but have'nt tried this by
myself.)
Detlef
On 12/20/06 14:06, Shawn LEE C.H. wrote:
Ivan
thks for the reply...
Actually, i tried both, still cannot...with / and without
Ivan Buetler wrote:
My hint:
Missing / in zonecfg:web>
instead of
#zonecfg:web> special=diskpool/web/var
using
#zonecfg:web> special=/diskpool/web/var
Ivan
On Wednesday 20 December 2006 10:53, Shawn LEE C. H. wrote:
Hi experts
Is there anyway we can mount /var and /opt in a zone in a separate
filesystem, noting that /var and /opt within a zone is not empty. I had
tried assigning zpool devices to the zone like this:
#zfs create diskpool c0t0d0
#zfs create diskpool/web
#zfs create diskpool/web/var
#zonecfg -z web
#zonecfg:web> add fs
#zonecfg:web> set dir=/var
#zonecfg:web> special=diskpool/web/var
#zonecfg:web> set type=zfs
#zonecfg:web> end
#zonecfg:web> exit
When I tried to verify and install the zone, it gives an error saying
/opt and /var can't be created and verified. Any ideas how can we
achieve this feat??
rgds
shawn
_______________________________________________
zones-discuss mailing list
[email protected]