Searched refs:ACTIVE_DS (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Ddetach.ksh65 zfs set zoned=off $ACTIVE_DS >/dev/null 2>&1
66 zfs set canmount=on $ACTIVE_DS >/dev/null 2>&1
67 zfs set mountpoint=$ZONEPATH/root $ACTIVE_DS >/dev/null 2>&1
H A Dattach.ksh187 zfs list -H -o name $ACTIVE_DS >/dev/null 2>&1
190 zfs set canmount=noauto $ACTIVE_DS >/dev/null 2>&1
191 zfs inherit mountpoint $ACTIVE_DS >/dev/null 2>&1
192 zfs inherit zoned $ACTIVE_DS >/dev/null 2>&1
199 mnted=`zfs get -H mounted $ACTIVE_DS | cut -f3`
201 mount -F zfs $ACTIVE_DS $ZONEROOT || fail_fatal "$f_zfs_mount"
H A Dcommon.ksh190 ACTIVE_DS=$1/ROOT/zbe-0
201 mnted=`zfs get -H mounted $ACTIVE_DS | cut -f3`
204 mount -F zfs $ACTIVE_DS $zonepath/root || fail_fatal "$f_zfs_mount"
235 zfs list -H -o name $ACTIVE_DS >/dev/null 2>&1
237 zfs create -o canmount=noauto $ACTIVE_DS
240 zfs set canmount=noauto $ACTIVE_DS >/dev/null 2>&1
241 zfs inherit mountpoint $ACTIVE_DS >/dev/null 2>&1
242 zfs inherit zoned $ACTIVE_DS >/dev/null 2>&1
251 mount -F zfs $ACTIVE_DS $ZONEROOT || fail_fatal "$f_zfs_mount"
H A Dclone.ksh60 ACTIVE_SRC=$ACTIVE_DS
105 zfs clone -o canmount=noauto $ACTIVE_SRC@$SNAPNAME $ACTIVE_DS
113 mount -F zfs $ACTIVE_DS $ZONEROOT || fail_fatal "$f_zfs_mount"

Completed in 54 milliseconds