Searched refs:TESTPOOL (Results 1 - 25 of 532) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_004_neg.ksh47 TESTPOOL=${TESTPOOL%%/*}
50 set -A arguments "$TESTPOOL $TESTPOOL" "$TESTPOOL rubbish" "-v $TESTPOOL" \
51 "nosuchproperty $TESTPOOL" "--$TESTPOOL" "all all" \
52 "type $TESTPOOL" "usage: $TESTPOOL" "bootf
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_006_neg.ksh50 set -A args "" "-r" "-f" "-rf" "-fr" "$TESTPOOL" "-f $TESTPOOL" \
51 "-? $TESTPOOL/$TESTFS" "$TESTPOOL/blah"\
52 "-r $TESTPOOL/blah" "-f $TESTPOOL/blah" "-rf $TESTPOOL/blah" \
53 "-fr $TESTPOOL/blah" "-$ $TESTPOOL/$TESTFS" "-5 $TESTPOOL/
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_attach/
H A Dzpool_attach_001_neg.ksh46 DISKLIST=$(get_disklist $TESTPOOL)
49 "$TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \
50 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
51 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
52 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
53 "$TESTPOOL/
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dzpool_replace_001_neg.ksh46 DISKLIST=$(get_disklist $TESTPOOL)
49 "$TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \
50 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
51 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
52 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
53 "$TESTPOOL/
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_006_neg.ksh51 "all -H" "all -rp" "all -rH" "all -ph" "all -rpH" "all -r $TESTPOOL" \
52 "all -H $TESTPOOL" "all -p $TESTPOOL" "all -r -p -H $TESTPOOL" \
53 "all -rph $TESTPOOL" "all,available,reservation $TESTPOOL" \
54 "all $TESTPOOL?" "all $TESTPOOL*" "all nonexistpool"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zpool_list/
H A Dzpool_list_001_pos.ksh47 TESTPOOL=${TESTPOOL%%/*}
50 set -A args "list $TESTPOOL" "list -H $TESTPOOL" "list" "list -H" \
51 "list -H -o name $TESTPOOL" "list -o name $TESTPOOL" \
52 "list -o name,size,capacity,health,altroot $TESTPOOL" \
53 "list -H -o name,size,capacity,health,altroot $TESTPOOL"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_offline/
H A Dzpool_offline_002_neg.ksh46 DISKLIST=$(get_disklist $TESTPOOL)
49 "-t $TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \
50 "-t $TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
51 "-t $TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
52 "-t $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
53 "-t $TESTPOOL/
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_007_neg.ksh54 "-m" "-R" "-m -R" "-Rm" "-mR" "-m $TESTDIR $TESTPOOL" \
55 "-R $TESTDIR $TESTPOOL" "-m nodir $TESTPOOL $disk" \
56 "-R nodir $TESTPOOL $disk" "-m nodir -R nodir $TESTPOOL $disk" \
57 "-R nodir -m nodir $TESTPOOL $disk" "-R $TESTDIR -m nodir $TESTPOOL $disk" \
58 "-R nodir -m $TESTDIR $TESTPOOL $disk" \
59 "-blah" "$TESTPOOL" "$TESTPOOL bla
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_004_neg.ksh54 set -A bad_dataset $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTCTR1 \
55 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTCTR/$TESTFS1 \
56 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTVOL \
57 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS1 \
58 $TESTPOOL/$TESTFS1 $TESTPOOL/
[all...]
H A Dzfs_rename_013_pos.ksh49 if datasetexists $TESTPOOL/$TESTCTR@snap-new ; then
50 log_must zfs destroy -f $TESTPOOL/$TESTCTR@snap-new
53 if datasetexists $TESTPOOL/$TESTCTR@snap ; then
54 log_must zfs destroy -f $TESTPOOL/$TESTCTR@snap
57 if datasetexists $TESTPOOL@snap-new ; then
58 log_must zfs destroy -f $TESTPOOL@snap-new
61 if datasetexists $TESTPOOL@snap ; then
62 log_must zfs destroy -f $TESTPOOL@snap
71 log_must zfs snapshot $TESTPOOL/$TESTCTR@snap
72 log_must zfs rename -r $TESTPOOL/
[all...]
H A Dzfs_rename_011_pos.ksh49 if datasetexists $TESTPOOL/notexist ; then
50 log_must zfs destroy -Rf $TESTPOOL/notexist
53 if datasetexists $TESTPOOL/$TESTFS ; then
54 log_must zfs destroy -Rf $TESTPOOL/$TESTFS
56 log_must zfs create $TESTPOOL/$TESTFS
59 if datasetexists $TESTPOOL/$TESTVOL ; then
60 log_must zfs destroy -Rf $TESTPOOL/$TESTVOL
62 log_must zfs create -V $VOLSIZE $TESTPOOL/$TESTVOL
70 log_must verify_opt_p_ops "rename" "fs" "$TESTPOOL/$TESTFS" \
71 "$TESTPOOL/notexis
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_online/
H A Dzpool_online_002_neg.ksh45 DISKLIST=$(get_disklist $TESTPOOL)
48 "-t $TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \
49 "-t $TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \
50 "-t $TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \
51 "-t $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \
52 "-t $TESTPOOL/
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy_001_pos.ksh54 setup_test_env $TESTPOOL raidz $cnt
59 damage_devs $TESTPOOL 1 "label"
60 log_must is_data_valid $TESTPOOL
61 log_must clear_errors $TESTPOOL
66 damage_devs $TESTPOOL 1
67 log_must is_data_valid $TESTPOOL
68 log_must recover_bad_missing_devs $TESTPOOL 1
73 remove_devs $TESTPOOL 1
74 log_must is_data_valid $TESTPOOL
H A Dredundancy_002_pos.ksh54 setup_test_env $TESTPOOL raidz2 $cnt
60 damage_devs $TESTPOOL $i "label"
61 log_must is_data_valid $TESTPOOL
62 log_must clear_errors $TESTPOOL
69 damage_devs $TESTPOOL $i
70 log_must is_data_valid $TESTPOOL
71 log_must recover_bad_missing_devs $TESTPOOL $i
78 remove_devs $TESTPOOL $i
79 log_must is_data_valid $TESTPOOL
80 log_must recover_bad_missing_devs $TESTPOOL
[all...]
H A Dredundancy_003_pos.ksh54 setup_test_env $TESTPOOL mirror $cnt
62 damage_devs $TESTPOOL $i "label"
63 log_must is_data_valid $TESTPOOL
64 log_must clear_errors $TESTPOOL
74 damage_devs $TESTPOOL $i
75 log_must is_data_valid $TESTPOOL
76 log_must recover_bad_missing_devs $TESTPOOL $i
86 remove_devs $TESTPOOL $i
87 log_must is_data_valid $TESTPOOL
88 log_must recover_bad_missing_devs $TESTPOOL
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_cli/
H A Dzvol_cli_001_pos.ksh49 "list $TESTPOOL/$TESTVOL" "list -r $TESTPOOL/$TESTVOL" \
50 "list -H $TESTPOOL/$TESTVOL" "list -Hr $TESTPOOL/$TESTVOL" \
51 "list -rH $TESTPOOL/$TESTVOL" "list -o name $TESTPOOL/$TESTVOL" \
52 "list -r -o name $TESTPOOL/$TESTVOL" "list -H -o name $TESTPOOL/$TESTVOL" \
53 "list -rH -o name $TESTPOOL/$TESTVOL"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_export/
H A Dzpool_export_001_pos.ksh52 datasetexists "$TESTPOOL/$TESTFS" || \
53 log_must zpool import -d $dir $TESTPOOL
55 ismounted "$TESTPOOL/$TESTFS"
57 log_must zfs mount $TESTPOOL/$TESTFS
65 log_must zpool export $TESTPOOL
67 poolexists $TESTPOOL && \
68 log_fail "$TESTPOOL unexpectedly found in 'zpool list' output."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_005_pos.ksh49 poolexists $TESTPOOL && log_must zpool export $TESTPOOL
50 log_must zpool import $TESTPOOL
52 datasetexists $TESTPOOL@snap && \
53 log_must zfs destroy -r $TESTPOOL@snap
59 log_must zfs snapshot -r $TESTPOOL@snap
61 log_must zpool export $TESTPOOL
62 log_must zpool import -o readonly=on $TESTPOOL
64 log_must eval "zfs send -R $TESTPOOL@snap >/dev/null"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_detach/
H A Dzpool_detach_001_neg.ksh46 DISKLIST=$(get_disklist $TESTPOOL)
49 "$TESTPOOL" "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTFS $DISKLIST" \
50 "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCTR/$TESTFS1" \
51 "$TESTPOOL/$TESTCTR $DISKLIST" "$TESTPOOL/$TESTVOL" \
52 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" "$TESTPOOL/
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_destroy_001_neg.ksh48 set -A args "destroy" "destroy $TESTPOOL/$TESTFS" \
49 "destroy -f" "destroy -f $TESTPOOL/$TESTFS" \
50 "destroy -r" "destroy -r $TESTPOOL/$TESTFS" \
51 "destroy -rf $TESTPOOL/$TESTFS" \
52 "destroy -fr $TESTPOOL/$TESTFS" \
53 "destroy $TESTPOOL/$TESTFS@$TESTSNAP" \
54 "destroy -f $TESTPOOL/$TESTFS@$TESTSNAP" \
55 "destroy -r $TESTPOOL/$TESTFS@$TESTSNAP" \
56 "destroy -rf $TESTPOOL/$TESTFS@$TESTSNAP" \
57 "destroy -fr $TESTPOOL/
[all...]
H A Dzpool_add_001_neg.ksh54 "add $TESTPOOL" "add -f $TESTPOOL" "add -n $TESTPOOL" \
55 "add -fn $TESTPOOL" "add -nf $TESTPOOL" \
56 "add $TESTPOOL $ADD_DISK" "add -f $TESTPOOL $ADD_DISK" \
57 "add -n $TESTPOOL $ADD_DISK" \
58 "add -fn $TESTPOOL $ADD_DISK" \
59 "add -nf $TESTPOOL
[all...]
H A Dzpool_create_001_neg.ksh54 "create $TESTPOOL" "create -f $TESTPOOL" "create -n $TESTPOOL" \
55 "create -fn $TESTPOOL" "create -nf $TESTPOOL" \
56 "create $TESTPOOL $ADD_DISK" "create -f $TESTPOOL $ADD_DISK" \
57 "create -n $TESTPOOL $ADD_DISK" \
58 "create -fn $TESTPOOL $ADD_DISK" \
59 "create -nf $TESTPOOL
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_005_neg.ksh46 "$TESTPOOL" "$ZFSROOT/$TESTPOOL" \
47 "$TESTPOOL/$TESTCTR" "$ZFSROOT/$TESTPOOL/$TESTCTR" \
48 "$TESTPOOL/$TESTVOL" "/dev/zvol/dsk/$TESTPOOL/$TESTVOL"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dzpool_scrub_002_pos.ksh48 log_must zpool scrub $TESTPOOL
49 log_must zpool scrub -s $TESTPOOL
50 log_must is_pool_scrub_stopped $TESTPOOL
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_009_pos.ksh36 zfs destroy -r $TESTPOOL/TESTFS4
38 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS2
39 $TESTPOOL/$TESTFS3"
43 {1..$(($ZFS_MAX_DATASET_NAME_LEN - ${#TESTPOOL} - ${#TESTFS1} - 3))})
45 invalid_args=("$TESTPOOL/$TESTFS1@now $TESTPOOL/$TESTFS2@now \
46 $TESTPOOL/$TESTFS@blah?" "$TESTPOOL/$TESTFS1@blah* \
47 $TESTPOOL/
[all...]

Completed in 301 milliseconds

1234567891011>>