Searched refs:active_ds (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh106 zone.active_ds="${zone.path.ds}/ROOT/zbe-0"
159 if [[ -n "$active_ds" ]]; then
165 active_ds=$name
167 if [[ -n $active_ds ]]; then
168 zone.active_ds=$active_ds
176 active_ds=$(zfs list -H -o name ${zone.root})
177 if [[ $active_ds == "${zone.path.ds}"/ROOT/* ]]; then
178 zone.active_ds=$active_ds
[all...]
H A Dcommon.ksh688 vlog "Cloning active_ds $dsname from $snapshot"
692 vlog "Creating active_ds $dsname"
1161 zfs set "$PROP_CANDIDATE=on" "${zone.active_ds}" ||
1163 "${zone.active_ds}"
2208 # zone. create_active_ds will adjust d.active_ds, which is the
2209 # same as s.active_ds. To be sure that cloning of the source BE's
2213 typeset src_active_ds=${s.active_ds}
2298 newdsname=${dss.name/${src_active_ds}/${d.active_ds}}
2303 newdsname=${dss.name/${src_active_ds}/${d.active_ds}}
2512 # active_ds Th
[all...]
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dcommon.ksh209 typeset active_ds=
222 if [[ -n "$active_ds" ]]; then
226 active_ds=$name
228 if [[ -z $active_ds ]]; then
233 zone.active_ds=$active_ds
290 # zone.active_ds Updated with the dataset that is
319 zone.active_ds=${zone.ROOT_ds}/$zbe
592 zone.active_ds="${zone.ROOT_ds}/$be"
593 zfs set "$PROP_PARENT=$CURRENT_GZBE" ${zone.active_ds} \
[all...]
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_activate.c911 char *active_ds = NULL; local
917 active_ds = strdup(zfs_get_name(zhp));
919 ptr = strrchr(active_ds, '/');
921 pool_len = strlen(active_ds) -
924 (void) strlcpy(zpool_analog, active_ds, pool_len);
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh193 # dataset in in zone.active_ds. At this time, solaris10 zones only support a
206 zone.active_ds="${zone.ROOT_ds}/zbe-0"
228 zone.active_ds="${zone.ROOT_ds}/$be"

Completed in 31 milliseconds