Searched refs:rootpool (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/rootpool/
H A Drootpool_002_neg.ksh37 # the zfs rootpool can not be destroyed
41 # 2) get the rootpool
42 # 3) try to destroy the rootpool, which should fail.
43 # 4) try to destroy the rootpool filesystem, which should fail.
47 log_assert "zpool/zfs destory <rootpool> should return error"
49 typeset rootpool=$(get_rootpool)
58 log_mustnot zpool destroy $rootpool
66 log_mustnot zfs destroy $rootpool
68 log_pass "rootpool can not be destroyed"
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_007_neg.ksh54 typeset rootpool=$(get_rootpool)
55 typeset rootfs=$(get_pool_prop bootfs $rootpool)
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/rootpool
/illumos-gate/usr/src/test/zfs-tests/tests/functional/devices/
H A Ddevices_common.kshlib50 rootpool=$(df / | \
52 rootpool=${rootpool#\(}
53 rootpool=${rootpool%%/*}
55 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/
H A DMakefile64 rootpool \
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh88 rootpool=`df -k ${ALT_ROOT:-/} | tail +2 | cut -d/ -f1`
89 rootdevlist=`LC_ALL=C zpool iostat -v "$rootpool" | tail +5 |
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2612 boolean_t rootpool = zpool_is_bootable(zhp); local
2673 if (rootpool) {

Completed in 117 milliseconds