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 |
743 [tests/functional/rootpool]745 tags = ['functional', 'rootpool']
2478 # rootpool name2483 typeset rootpool=""2487 log_fail "Can not get rootpool"2491 rootpool=`echo $rootfs | awk -F\/ '{print $1}'`2492 echo $rootpool
2888 dir path=opt/zfs-tests/tests/functional/rootpool2889 file path=opt/zfs-tests/tests/functional/rootpool/cleanup mode=05552890 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_002_neg mode=05552891 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_003_neg mode=05552892 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_007_pos mode=05552893 file path=opt/zfs-tests/tests/functional/rootpool/setup mode=0555
3094 boolean_t rootpool = zpool_is_bootable(zhp); in zpool_vdev_attach() local3160 if (rootpool) { in zpool_vdev_attach()