Lines Matching refs:mounted

196 		fail_internal "Unable to find dataset mounted at /"
450 # Find the dataset mounted at a given path. The implementation is tolerant
776 # that files are installed into the various mounted filesystems that are set
777 # up in the zone's configuration. These are already mounted for us by the
1302 # On successful creation, the active ZBE is mounted on the zone root.
1319 # don't get mounted.
1386 # - the active BE will have been determined and mounted.
1415 # mounted at the zonepath.
1694 # If it's already mounted, look inside it. Be careful not to descend
1695 # into datasets mounted on it to avoid false positives. Note that we
1696 # ignore mount points for already mounted datasets. This is important
1698 # mounted.
1700 if [[ "$(zfs list -H -o mounted "$dsn")" == yes ]]; then
1710 vlog "Dataset %s mounted at %s is not empty" "$dsn" \
1795 # - the active BE could not be mounted on the zoneroot
1826 # mounted on the zone root, allow the attach to continue.
1916 # Earlier releases left detached datasets mounted on the zone root. This
1925 # 0 Nothing unexpected happened. There is no longer anything mounted on
1970 # Ignore things that don't get mounted
1974 # figure out where it is mounted
2014 # that if file systems are mounted with temporary mount
2415 # as the next boot, clone, etc. will succeed even if it's not mounted.
2435 # print "${dss.name} mounted at ${dss.props[mountpoint].value}"
2498 # is updated if a dataset is mounted on the zonepath. This
2512 # active_ds The name of the dataset that should be mounted on the zone
2686 # properties (e.g. zoned) may cause others to change (e.g. mounted), so
2725 # The dataset must not be mounted when this function is called.
2753 # mounted. The lack of ability to get the persistent value of
2756 # - If it is mounted with source of "temporary" we can't get
2757 # to the persistent value to be sure that it will be mounted
2759 # - If the mounted property has a source of "-" and it is
2762 # i) The zone virtual platform must be up and it is mounted
2767 # ii) It is not mounted and the mountpoint can be trusted.
2769 [[ "${dss.props[mounted].value}" == no ]] && return 0
2772 # It is mounted, making it impossible or unwise to muck with
2780 # We can't fix the mountpoint on a mounted dataset without causing
2783 if [[ "${dss.props[mountpoint].value}" == mounted ]]; then
2842 # Special protection against devices files is needed for datasets mounted by
2847 # mounted from within the zone because the zone=<zonename> property implies
2853 # mountpoint The place where it gets mounted.
2875 # -m mountpoint The place where the dataset will be mounted,
2920 # property. As such, assume that if it is mounted somewhere under
2956 # have canmount=noauto and a path as a mountpoint are mounted.
2994 # We know where rootds needs to be mounted, so skip checks.
3010 # If canmount=on it will be set to noauto when it is mounted.
3027 # In most circumstances, only the root gets mounted. However, if the
3029 # sysboot or halt, the entire BE is mounted.
3033 || ${dsa[$rootds].dss.props[mounted].value} != yes ]]; then
3060 # The mount process was not error-free. Unmount whatever was mounted.
3078 # dataset. If the wrong BE is currently mounted, it will be
3081 # mounted is assumed to be the correct one. No attempt will
3082 # be made to unmount the mounted zone root. This should be used
3083 # when we know that the right BE was already partially mounted
3084 # and we just need the child datasets to be mounted too.
3124 # Unmounts the zone mounted at zoneref.root. This is expected to be called
3133 # mounted on the zone root.
3320 # Note that it the zone's export dataset is mounted at $dir/export
3673 # If the operation ended such that there is no zone mounted
3993 e_no_mntpt_change_for_mounted=$(gettext "Error: Cannot change mountpoint because %s is mounted")