Searched refs:rootpool (Results 1 – 14 of 14) sorted by relevance
50 rootpool=$($DF / | \52 rootpool=${rootpool#\(}53 rootpool=${rootpool%%/*}55 devstr=$(get_disklist $rootpool)
73 rootpool=`zfs mount | grep ' \/$' | awk '{print $1 }' |\75 if [ X$rootpool = "X" ] || \76 [ ! -L /dev/zvol/dsk/$rootpool/dump ]; then79 echo "statefile /dev/zvol/dsk/$rootpool/dump" \
52 typeset rootpool=$(get_rootpool)55 log_mustnot $ZFS rename $rootfs $rootpool/newfs56 log_mustnot $ZFS rename -f $rootfs $rootpool/newfs
37 # the zfs rootpool can not be destroyed41 # 2) get the rootpool42 # 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 $rootpool66 log_mustnot $ZFS destroy $rootpool68 log_pass "rootpool can not be destroyed"
54 typeset rootpool=$(get_rootpool)55 typeset rootfs=$(get_pool_prop bootfs $rootpool)
19 TESTDIR = $(ROOTOPTPKG)/tests/functional/rootpool
89 rootpool=`df -k ${ALT_ROOT:-/} | tail +2 | cut -d/ -f1`90 rootdevlist=`LC_ALL=C zpool iostat -v "$rootpool" | tail +5 |
64 rootpool \
2339 # rootpool name2344 typeset rootpool=""2348 log_fail "Can not get rootpool"2352 rootpool=`$ECHO $rootfs | awk -F\/ '{print $1}'`2353 $ECHO $rootpool
470 [/opt/zfs-tests/tests/functional/rootpool]
469 [/opt/zfs-tests/tests/functional/rootpool]
127 dir path=opt/zfs-tests/tests/functional/rootpool2020 file path=opt/zfs-tests/tests/functional/rootpool/cleanup mode=05552021 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_002_neg mode=05552022 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_003_neg mode=05552023 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_007_neg mode=05552024 file path=opt/zfs-tests/tests/functional/rootpool/setup mode=0555
2567 boolean_t rootpool = zpool_is_bootable(zhp); in zpool_vdev_attach() local 2628 if (rootpool) { in zpool_vdev_attach()