Home
last modified time | relevance | path

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

/titanic_52/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)
/titanic_52/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" \
/titanic_52/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.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_007_neg.ksh54 typeset rootpool=$(get_rootpool)
55 typeset rootfs=$(get_pool_prop bootfs $rootpool)
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/rootpool
/titanic_52/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 |
/titanic_52/usr/src/test/zfs-tests/tests/functional/
H A DMakefile64 rootpool \
/titanic_52/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib2339 # rootpool name
2344 typeset rootpool=""
2348 log_fail "Can not get rootpool"
2352 rootpool=`$ECHO $rootfs | awk -F\/ '{print $1}'`
2353 $ECHO $rootpool
/titanic_52/usr/src/test/zfs-tests/runfiles/
H A Ddelphix.run470 [/opt/zfs-tests/tests/functional/rootpool]
H A Domnios.run469 [/opt/zfs-tests/tests/functional/rootpool]
H A Dopenindiana.run469 [/opt/zfs-tests/tests/functional/rootpool]
/titanic_52/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.mf127 dir path=opt/zfs-tests/tests/functional/rootpool
2020 file path=opt/zfs-tests/tests/functional/rootpool/cleanup mode=0555
2021 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_002_neg mode=0555
2022 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_003_neg mode=0555
2023 file path=opt/zfs-tests/tests/functional/rootpool/rootpool_007_neg mode=0555
2024 file path=opt/zfs-tests/tests/functional/rootpool/setup mode=0555
/titanic_52/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2567 boolean_t rootpool = zpool_is_bootable(zhp); in zpool_vdev_attach() local
2628 if (rootpool) { in zpool_vdev_attach()