Searched refs:rootpool (Results 1 – 11 of 11) sorted by relevance
55 rootpool=$(df / | \57 rootpool=${rootpool#\(}58 rootpool=${rootpool%%/*}60 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" \
50 typeset rootpool=$(get_rootpool)59 log_mustnot zpool destroy $rootpool67 log_mustnot zfs destroy $rootpool
52 typeset rootpool=$(get_rootpool)55 log_mustnot zfs rename $rootfs $rootpool/newfs56 log_mustnot zfs rename -f $rootfs $rootpool/newfs
54 typeset rootpool=$(get_rootpool)55 typeset rootfs=$(get_pool_prop bootfs $rootpool)
19 TARGETDIR = $(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 |
745 [tests/functional/rootpool]747 tags = ['functional', 'rootpool']
2494 # rootpool name2499 typeset rootpool=""2503 log_fail "Can not get rootpool"2507 rootpool=`echo $rootfs | awk -F\/ '{print $1}'`2508 echo $rootpool
2893 dir path=opt/zfs-tests/tests/functional/rootpool2894 file path=opt/zfs-tests/tests/functional/rootpool/cleanup mode=05552895 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_002_neg mode=05552896 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_003_neg mode=05552897 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_007_pos mode=05552898 file path=opt/zfs-tests/tests/functional/rootpool/setup mode=0555
3104 boolean_t rootpool = zpool_is_bootable(zhp); in zpool_vdev_attach() local3170 if (rootpool) { in zpool_vdev_attach()