Searched refs:DS (Results 1 - 2 of 2) sorted by relevance

/pkg/src/svc/
H A Dsvc-pkg-repositories-setup55 DS="$rpool/VARSHARE/pkg/repositories"
59 $ZFS list "$DS" > /dev/null 2>&1
63 -o name "$DS"); do
71 "Unable to mount child datasets of $DS" \
79 $ZFS create -p $DS
80 check_failure $? "Unable to create $DS" $SMF_FMRI exit
87 $ZFS allow pkg5srv create,mount,canmount,snapshot "$DS"
89 "Unable to delegate ZFS permissions on $DS" \
H A Dsvc-pkg-mirror188 DS="$special/$repo_base"
194 $ZFS create -o canmount=noauto "$DS"
196 "unable to create zfs dataset $DS" \
198 $ZFS mount "$DS"
200 "unable to mount zfs dataset $DS" \

Completed in 19 milliseconds