I have a zone named foo on a snv_38 thus :

# zonecfg -z foo info
zonename: foo
zonepath: /opt/zone/foo
autoboot: true
pool:
limitpriv:
inherit-pkg-dir:
        dir: /lib
inherit-pkg-dir:
        dir: /platform
inherit-pkg-dir:
        dir: /sbin
inherit-pkg-dir:
        dir: /usr
net:
        address: 192.168.35.210
        physical: qfe3


The zone contents actually reside entirely on a ZFS filesystem :

# zfs list zfs0/zone/foo
NAME                   USED  AVAIL  REFER  MOUNTPOINT
zfs0/zone/foo          250M  52.0G   250M  /opt/zone/foo

# zfs get -o property,value,source all zfs0/zone/foo
PROPERTY       VALUE                      SOURCE
type           filesystem                 -
creation       Sat May 13  9:38 2006      -
used           250M                       -
available      52.0G                      -
referenced     250M                       -
compressratio  1.87x                      -
mounted        yes                        -
quota          none                       default
reservation    none                       default
recordsize     128K                       default
mountpoint     /opt/zone/foo              local
sharenfs       off                        default
checksum       on                         default
compression    on                         inherited from zfs0
atime          on                         default
devices        on                         default
exec           on                         default
setuid         on                         default
readonly       off                        default
zoned          off                        default
snapdir        hidden                     default
aclmode        groupmask                  default
aclinherit     secure                     default

I see the option "zoned" up there and am not too sure what to do with that yet.

Inside the foo zone I see that /etc/default/fs says :

LOCAL=ufs


Shouldn't this be LOCAL=zfs ?   Or will that cause problems ?

-- 
Dennis Clarke

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

Reply via email to