Home
last modified time | relevance | path

Searched refs:rootpool (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/devices/
H A Ddevices_common.kshlib55 rootpool=$(df / | \
57 rootpool=${rootpool#\(}
58 rootpool=${rootpool%%/*}
60 devstr=$(get_disklist $rootpool)
/illumos-gate/usr/src/cmd/power/
H A Dsvc-power73 rootpool=`zfs mount | grep ' \/$' | awk '{print $1 }' |\
75 if [ X$rootpool = "X" ] || \
76 [ ! -L /dev/zvol/dsk/$rootpool/dump ]; then
79 echo "statefile /dev/zvol/dsk/$rootpool/dump" \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rootpool/
H A Drootpool_003_neg.ksh52 typeset rootpool=$(get_rootpool)
55 log_mustnot zfs rename $rootfs $rootpool/newfs
56 log_mustnot zfs rename -f $rootfs $rootpool/newfs
H A Drootpool_002_neg.ksh50 typeset rootpool=$(get_rootpool)
59 log_mustnot zpool destroy $rootpool
67 log_mustnot zfs destroy $rootpool
H A Drootpool_007_pos.ksh54 typeset rootpool=$(get_rootpool)
55 typeset rootfs=$(get_pool_prop bootfs $rootpool)
H A DMakefile19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/rootpool
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh89 rootpool=`df -k ${ALT_ROOT:-/} | tail +2 | cut -d/ -f1`
90 rootdevlist=`LC_ALL=C zpool iostat -v "$rootpool" | tail +5 |
/illumos-gate/usr/src/test/zfs-tests/runfiles/
H A Dcommon.run743 [tests/functional/rootpool]
745 tags = ['functional', 'rootpool']
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib2471 # rootpool name
2476 typeset rootpool=""
2480 log_fail "Can not get rootpool"
2484 rootpool=`echo $rootfs | awk -F\/ '{print $1}'`
2485 echo $rootpool
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.p5m2885 dir path=opt/zfs-tests/tests/functional/rootpool
2886 file path=opt/zfs-tests/tests/functional/rootpool/cleanup mode=0555
2887 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_002_neg mode=0555
2888 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_003_neg mode=0555
2889 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_007_pos mode=0555
2890 file path=opt/zfs-tests/tests/functional/rootpool/setup mode=0555
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c3094 boolean_t rootpool = zpool_is_bootable(zhp); in zpool_vdev_attach() local
3160 if (rootpool) { in zpool_vdev_attach()