/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename_004_neg.ksh | 49 set -A bad_dataset $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTCTR1 \ 50 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTCTR/$TESTFS1 \ 51 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTVOL \ 52 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS1 \ 53 $TESTPOOL/$TESTFS1 $TESTPOOL/ [all...] |
H A D | zfs_rename_013_pos.ksh | 49 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...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_offline/ |
H A D | zpool_offline_002_neg.ksh | 41 DISKLIST=$(get_disklist $TESTPOOL) 44 "-t $TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \ 45 "-t $TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \ 46 "-t $TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \ 47 "-t $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \ 48 "-t $TESTPOOL/ [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_007_neg.ksh | 54 "-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...] |
H A D | zpool_create_005_pos.ksh | 49 poolexists $TESTPOOL && \ 50 log_must $ZPOOL destroy -f $TESTPOOL 66 for pool in $TESTPOOL2 $TESTPOOL1 $TESTPOOL; do 83 [[ -d /$TESTPOOL ]] && $RM -rf /$TESTPOOL 92 poolexists $TESTPOOL && \ 93 log_must $ZPOOL destroy -f $TESTPOOL 95 log_must $ZPOOL create $opt $TESTPOOL ${pooltype[i]} \ 97 ! poolexists $TESTPOOL && \ 99 mpt=`$ZFS mount | $EGREP "^$TESTPOOL[ [all...] |
H A D | zpool_create_020_pos.ksh | 49 if poolexists $TESTPOOL ; then 50 destroy_pool $TESTPOOL 52 if [ -d ${TESTPOOL}.root ] 54 log_must $RMDIR ${TESTPOOL}.root 68 log_must $MKDIR /${TESTPOOL}.root 69 log_must $ZPOOL create -R /${TESTPOOL}.root $TESTPOOL $disk 70 if [ ! -d /${TESTPOOL}.root ] 75 FS=$($ZFS list $TESTPOOL) 78 log_fail "Mounted filesystem at /${TESTPOOL} [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_016_pos.ksh | 32 datasetexists $TESTPOOL/$TESTFS1 && \ 33 log_must $ZFS destroy -R $TESTPOOL/$TESTFS1 34 datasetexists $TESTPOOL/$TESTVOL && \ 35 log_must $ZFS destroy -Rf $TESTPOOL/$TESTVOL 41 datasetexists $TESTPOOL/$TESTFS1@snap$i && \ 42 log_must $ZFS destroy $TESTPOOL/$TESTFS1@snap$i 43 datasetexists $TESTPOOL/$TESTVOL@snap$i && \ 44 log_must $ZFS destroy $TESTPOOL/$TESTVOL@snap$i 45 log_must $ZFS snapshot $TESTPOOL/$TESTFS1@snap$i 46 log_must $ZFS snapshot $TESTPOOL/ [all...] |
H A D | zfs_destroy_015_pos.ksh | 33 datasetexists $TESTPOOL/$TESTFS1 && $ZFS destroy -R $TESTPOOL/$TESTFS1 34 datasetexists $TESTPOOL/$TESTFS2 && $ZFS destroy -R $TESTPOOL/$TESTFS2 42 $ZFS create $TESTPOOL/$TESTFS1 47 log_must $ZFS snapshot $TESTPOOL/$TESTFS1@snap$i 51 log_must $ZFS destroy $TESTPOOL/$TESTFS1@$snaplist 53 log_mustnot snapexists $TESTPOOL/$TESFS1@snap$i 57 log_mustnot $ZFS destroy $TESTPOOL/$TESTFS1@snap12,snap21,sna@pple1@,s""nappy2 61 log_must $ZFS snapshot $TESTPOOL/ [all...] |
H A D | zfs_destroy_006_neg.ksh | 50 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...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_replace/ |
H A D | zpool_replace_001_neg.ksh | 41 DISKLIST=$(get_disklist $TESTPOOL) 44 "$TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \ 45 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \ 46 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \ 47 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \ 48 "$TESTPOOL/ [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_attach/ |
H A D | zpool_attach_001_neg.ksh | 41 DISKLIST=$(get_disklist $TESTPOOL) 44 "$TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \ 45 "$TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \ 46 "$TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \ 47 "$TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \ 48 "$TESTPOOL/ [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/ |
H A D | zfs_create_010_neg.ksh | 92 "$VOLSIZE $TESTVOL1" "0 $TESTPOOL/$TESTVOL1" \ 93 "-1gb $TESTPOOL/$TESTVOL1" "1g? $TESTPOOL/$TESTVOL1" \ 94 "1.01BB $TESTPOOL/$TESTVOL1" "1%g $TESTPOOL/$TESTVOL1" \ 95 "1g% $TESTPOOL/$TESTVOL1" "1g$ $TESTPOOL/$TESTVOL1" \ 96 "$m $TESTPOOL/$TESTVOL1" "1m$ $TESTPOOL/$TESTVOL1" \ 97 "1m! $TESTPOOL/ [all...] |
H A D | zfs_create_009_neg.ksh | 87 set -A args "$TESTPOOL/" "$TESTPOOL//blah" "$TESTPOOL/@blah" \ 88 "$TESTPOOL/blah@blah" "$TESTPOOL/blah^blah" "$TESTPOOL/blah%blah" \ 89 "$TESTPOOL/blah*blah" "$TESTPOOL/blah blah" \ 90 "-s $TESTPOOL/$TESTFS1" "-b 1092 $TESTPOOL/ [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/ |
H A D | zfs_snapshot_009_pos.ksh | 36 $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...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/no_space/ |
H A D | enospc_002_pos.ksh | 33 log_must $ZFS set compression=off $TESTPOOL/$TESTFS 34 log_must $ZFS snapshot $TESTPOOL/$TESTFS@snap 44 log_mustnot_expect space $ZFS create $TESTPOOL/$TESTFS/subfs 45 log_mustnot_expect space $ZFS clone $TESTPOOL/$TESTFS@snap $TESTPOOL/clone 46 log_mustnot_expect space $ZFS snapshot $TESTPOOL/$TESTFS@snap2 48 $TESTPOOL/$TESTFS@snap $TESTPOOL/$TESTFS#bookmark 50 log_must $ZFS send $TESTPOOL/$TESTFS@snap >/tmp/stream.$$ 51 log_mustnot_expect space $ZFS receive $TESTPOOL/ [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/userquota/ |
H A D | userquota_011_pos.ksh | 51 for ds in $TESTPOOL/fs $TESTPOOL/fs-rename $TESTPOOL/fs-clone; do 66 -o groupquota@$QGROUP=$GQUOTA_SIZE $TESTPOOL/fs 68 log_must $ZFS snapshot $TESTPOOL/fs@snap 70 $TESTPOOL >/dev/null 2>&1" 72 log_must check_quota "userquota@$QUSER1" $TESTPOOL/fs@snap "$UQUOTA_SIZE" 73 log_must check_quota "groupquota@$QGROUP" $TESTPOOL/fs@snap "$GQUOTA_SIZE" 79 $TESTPOOL/fs@snap $TESTPOOL/f [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_004_pos.ksh | 53 $ZFS set compression=off $TESTPOOL/$TESTFS & 54 $ZFS set atime=off $TESTPOOL/$TESTFS & 55 $ZFS create $TESTPOOL/$TESTFS1 & 56 $ZFS create $TESTPOOL/$TESTFS2 & 57 $ZFS create $TESTPOOL/$TESTFS3 & 61 $ZFS snapshot $TESTPOOL/$TESTFS1@snap & 62 $ZFS snapshot $TESTPOOL/$TESTFS2@snap & 63 $ZFS snapshot $TESTPOOL/$TESTFS3@snap & 67 $ZFS clone $TESTPOOL/$TESTFS1@snap $TESTPOOL/clone [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | canmount_001_pos.ksh | 46 "$TESTPOOL/$TESTFS" "$TESTPOOL/$TESTCTR" "$TESTPOOL/$TESTCLONE" 50 "$TESTPOOL/$TESTVOL" "$TESTPOOL/$TESTFS@$TESTSNAP" \ 51 "$TESTPOOL/$TESTVOL@$TESTSNAP" "$TESTPOOL/$TESTCLONE1" 54 "$TESTPOOL/$TESTFS@$TESTSNAP" "$TESTPOOL/$TESTVOL@$TESTSNAP" 62 if snapexists $TESTPOOL/ [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_online/ |
H A D | zpool_online_002_neg.ksh | 40 DISKLIST=$(get_disklist $TESTPOOL) 43 "-t $TESTPOOL" "-t $TESTPOOL/$TESTFS" "-t $TESTPOOL/$TESTFS $DISKLIST" \ 44 "-t $TESTPOOL/$TESTCTR" "-t $TESTPOOL/$TESTCTR/$TESTFS1" \ 45 "-t $TESTPOOL/$TESTCTR $DISKLIST" "-t $TESTPOOL/$TESTVOL" \ 46 "-t $TESTPOOL/$TESTCTR/$TESTFS1 $DISKLIST" \ 47 "-t $TESTPOOL/ [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/ |
H A D | zfs_list_001_pos.ksh | 48 "list $TESTPOOL/$TESTFS" \ 49 "list -r $TESTPOOL/$TESTFS" "list -H $TESTPOOL/$TESTFS" \ 50 "list -rH $TESTPOOL/$TESTFS" "list -Hr $TESTPOOL/$TESTFS" \ 51 "list -o name $TESTPOOL/$TESTFS" "list -r -o name $TESTPOOL/$TESTFS" \ 52 "list -H -o name $TESTPOOL/$TESTFS" "list -rH -o name $TESTPOOL/$TESTFS" \ 53 "list -Hr -o name $TESTPOOL/ [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/ |
H A D | zpool_get_004_neg.ksh | 43 TESTPOOL=${TESTPOOL%%/*} 46 set -A arguments "$TESTPOOL $TESTPOOL" "$TESTPOOL rubbish" "-v $TESTPOOL" \ 47 "nosuchproperty $TESTPOOL" "--$TESTPOOL" "all all" \ 48 "type $TESTPOOL" "usage: $TESTPOOL" "bootf [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_016_pos.ksh | 52 datasetexists $TESTPOOL/$TESTFS@snap_a && \ 53 log_must $ZFS destroy -Rf $TESTPOOL/$TESTFS@snap_a 54 datasetexists $TESTPOOL/$TESTCLONE@snap_a && \ 55 log_must $ZFS destroy -Rf $TESTPOOL/$TESTCLONE@snap_a 57 datasetexists $TESTPOOL/$TESTCLONE && \ 58 log_must $ZFS destroy $TESTPOOL/$TESTCLONE 59 datasetexists $TESTPOOL/$TESTFS && \ 60 log_must $ZFS destroy $TESTPOOL/$TESTFS 62 log_must $ZFS create $TESTPOOL/$TESTFS 63 log_must $ZFS set mountpoint=$TESTDIR $TESTPOOL/ [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_property/ |
H A D | zfs_written_property_001_pos.ksh | 39 datasetexists $ds && log_must $ZFS destroy -R $TESTPOOL/$TESTFS1 51 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS2 \ 52 $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3" 73 log_must $ZFS create -p $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3 75 log_must $ZFS snapshot $TESTPOOL/$TESTFS1@snap$i 76 log_must $DD if=/dev/urandom of=/$TESTPOOL/$TESTFS1/testfile.$i bs=1M \ 79 written=$(get_prop written $TESTPOOL/$TESTFS1) 90 written=$(get_prop written $TESTPOOL/$TESTFS1@snap$i) 108 writtenat=$(get_prop written@snap$i $TESTPOOL/ [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation_013_pos.sh | 64 log_must zero_reservation $TESTPOOL/$TESTFS 68 OBJ_LIST="$TESTPOOL/$TESTFS1/$TESTFS2 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTVOL \ 69 $TESTPOOL/$TESTVOL2" 71 log_must $ZFS create $TESTPOOL/$TESTFS1 72 log_must $ZFS create $TESTPOOL/$TESTFS1/$TESTFS2 74 space_avail=$(get_prop available $TESTPOOL) 76 log_fail "Unable to get space available property for $TESTPOOL" 86 log_must $ZFS create -V $resv_set $TESTPOOL/ [all...] |
/titanic_52/usr/src/test/zfs-tests/tests/functional/bootfs/ |
H A D | bootfs_001_pos.ksh | 45 if poolexists $TESTPOOL ; then 46 log_must $ZPOOL destroy $TESTPOOL 66 create_pool "$TESTPOOL" "$VDEV" 67 log_must $ZFS create $TESTPOOL/$TESTFS 69 log_must $ZFS snapshot $TESTPOOL/$TESTFS@snap 70 log_must $ZFS clone $TESTPOOL/$TESTFS@snap $TESTPOOL/clone 72 log_must $ZPOOL set bootfs=$TESTPOOL/$TESTFS $TESTPOOL 73 log_must $ZPOOL set bootfs=$TESTPOOL/ [all...] |