/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/ |
H A D | zfs_unmount_001_pos.ksh | 52 datasetexists $TESTPOOL/$TESTFS2 && \ 53 log_must $ZFS destroy $TESTPOOL/$TESTFS2 67 if ! datasetexists $TESTPOOL/$TESTFS2 ; then 68 log_must $ZFS create $TESTPOOL/$TESTFS2 70 $TESTPOOL/$TESTFS2 73 unmounted $TESTPOOL/$TESTFS2 && \ 74 log_must $ZFS mount $TESTPOOL/$TESTFS2 88 set -A dev "$TESTPOOL/$TESTFS2" "$TESTDIR2"
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_015_pos.ksh | 34 datasetexists $TESTPOOL/$TESTFS2 && $ZFS destroy -R $TESTPOOL/$TESTFS2 118 log_must $ZFS create $TESTPOOL/$TESTFS2 119 log_must $ZFS snapshot $TESTPOOL/$TESTFS2@fs2snap 120 log_must $ZFS create $TESTPOOL/$TESTFS1/$TESTFS2 121 log_must $ZFS snapshot $TESTPOOL/$TESTFS1/$TESTFS2@fs12snap 123 long_arg=$TESTPOOL/$TESTFS1@snap1,$TESTPOOL/$TESTFS2@fs2snap, 124 long_arg=$long_arg$TESTPOOL/$TESTFS1/$TESTFS2@fs12snap 127 log_must snapexists $TESTPOOL/$TESTFS2@fs2snap 128 log_must snapexists $TESTPOOL/$TESTFS1/$TESTFS2 [all...] |
H A D | zfs_destroy_014_pos.ksh | 42 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS2 43 $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3" 53 log_must $ZFS create -p $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3
|
H A D | zfs_destroy_004_pos.ksh | 85 fs2=$TESTPOOL/$TESTFS2 86 snap=$TESTPOOL/$TESTFS2@snap
|
H A D | zfs_destroy_003_pos.ksh | 80 child_fs1=$ctr1/$TESTFS2
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/ |
H A D | zfs_snapshot_009_pos.ksh | 38 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS2 45 invalid_args=("$TESTPOOL/$TESTFS1@now $TESTPOOL/$TESTFS2@now \ 47 $TESTPOOL/$TESTFS2@blah? $TESTPOOL/$TESTFS3@blah%" \ 48 "$TESTPOOL/$TESTFS1@x$SNAPSHOT_XXX $TESTPOOL/$TESTFS2@300 \ 51 valid_args=("$TESTPOOL/$TESTFS1@snap $TESTPOOL/$TESTFS2@snap \ 53 $TESTPOOL/$TESTFS2@2 $TESTPOOL/$TESTFS3@s") 106 log_mustnot $ZFS snapshot -r $TESTPOOL/$TESTFS1@snap1 $TESTPOOL/$TESTFS2@snap1 \ 110 log_must $ZFS snapshot -r $TESTPOOL/$TESTFS1@snap1 $TESTPOOL/$TESTFS2@snap1 \
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unshare/ |
H A D | zfs_unshare_002_pos.ksh | 64 if snapexists "$TESTPOOL/$TESTFS2@snapshot"; then 65 log_must $ZFS destroy -f $TESTPOOL/$TESTFS2@snapshot 68 if datasetexists "$TESTPOOL/$TESTFS2"; then 69 log_must $ZFS destroy -f $TESTPOOL/$TESTFS2 118 log_must $ZFS create $TESTPOOL/$TESTFS2 119 log_must $ZFS snapshot $TESTPOOL/$TESTFS2@snapshot 120 log_must $ZFS clone $TESTPOOL/$TESTFS2@snapshot $TESTPOOL/$TESTCLONE
|
H A D | zfs_unshare_001_pos.ksh | 65 if snapexists "$TESTPOOL/$TESTFS2@snapshot"; then 66 log_must $ZFS destroy -f $TESTPOOL/$TESTFS2@snapshot 69 if datasetexists "$TESTPOOL/$TESTFS2"; then 70 log_must $ZFS destroy -f $TESTPOOL/$TESTFS2 124 log_must $ZFS create $TESTPOOL/$TESTFS2 125 log_must $ZFS snapshot $TESTPOOL/$TESTFS2@snapshot 126 log_must $ZFS clone $TESTPOOL/$TESTFS2@snapshot $TESTPOOL/$TESTCLONE
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/ |
H A D | zfs_share_006_pos.ksh | 51 datasetexists $TESTPOOL/$TESTCTR/$TESTFS2 && \ 52 log_must $ZFS destroy $TESTPOOL/$TESTCTR/$TESTFS2 86 log_must $ZFS create $ctr/$TESTFS2 87 log_must $ZFS set mountpoint=$mntp2 $ctr/$TESTFS2
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zfs_receive_001_neg.ksh | 48 log_mustnot eval "$ZFS receive -d $TESTPOOL/$TESTFS/$TESTFS2 \ 53 if datasetexists $TESTPOOL/$TESTFS/$TESTFS2/$TESTFS 55 log_fail "$TESTPOOL/$TESTFS/$TESTFS2/$TESTFS was received!"
|
H A D | zfs_mount_001_neg.ksh | 48 log_mustnot $ZFS mount $TESTPOOL/$TESTFS/$TESTFS2.unmounted 51 MOUNTED=$($MOUNT | $GREP $TESTPOOL/$TESTFS/$TESTFS2.unmounted) 54 log_fail "Filesystem $TESTPOOL/$TESTFS/$TESTFS2.unmounted was mounted!"
|
H A D | setup.ksh | 62 log_must $ZFS create $TESTPOOL/$TESTFS/$TESTFS2 67 log_must $ZFS create $TESTPOOL/$TESTFS/$TESTFS2.unmounted 68 log_must $ZFS unmount $TESTPOOL/$TESTFS/$TESTFS2.unmounted
|
H A D | zfs_inherit_001_neg.ksh | 47 log_mustnot $ZFS inherit snapdir $TESTPOOL/$TESTFS/$TESTFS2
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_004_pos.ksh | 56 $ZFS create $TESTPOOL/$TESTFS2 & 62 $ZFS snapshot $TESTPOOL/$TESTFS2@snap & 68 $ZFS clone $TESTPOOL/$TESTFS2@snap $TESTPOOL/clone2 & 80 $ZFS destroy $TESTPOOL/$TESTFS2 &
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation_007_pos.sh | 58 datasetexists $TESTPOOL/$TESTFS2 && \ 59 log_must $ZFS destroy -f $TESTPOOL/$TESTFS2 124 create_resv_destroy "" $TESTPOOL/$TESTFS1 "" $TESTPOOL/$TESTFS2 125 create_resv_destroy "" $TESTPOOL/$TESTFS2 "" $TESTPOOL/$TESTFS1
|
H A D | reservation_012_pos.sh | 57 log_must $ZFS destroy -f $TESTPOOL/$TESTFS2 66 log_must $ZFS create $TESTPOOL/$TESTFS2 67 log_must $ZFS set mountpoint=$TESTDIR2 $TESTPOOL/$TESTFS2
|
H A D | reservation_004_pos.sh | 67 log_must $ZFS create $TESTPOOL/$TESTFS2 72 OBJ_LIST="$TESTPOOL/$TESTFS2" 74 OBJ_LIST="$TESTPOOL/$TESTFS2 \
|
H A D | reservation_013_pos.sh | 68 OBJ_LIST="$TESTPOOL/$TESTFS1/$TESTFS2 $TESTPOOL/$TESTFS1 $TESTPOOL/$TESTVOL \ 72 log_must $ZFS create $TESTPOOL/$TESTFS1/$TESTFS2 91 log_must $ZFS set reservation=$resv_set $TESTPOOL/$TESTFS1/$TESTFS2
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_012_pos.ksh | 49 log_must $ZFS destroy -rf $TESTPOOL/$TESTFS2 57 dest=$TESTPOOL/$TESTFS2
|
H A D | zfs_receive_011_pos.ksh | 48 log_must $ZFS destroy -rf $TESTPOOL/$TESTFS2 56 dest=$TESTPOOL/$TESTFS2
|
H A D | zfs_receive_009_neg.ksh | 70 fs2=$TESTPOOL/$TESTFS2
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send_006_pos.ksh | 161 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS2 162 $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3" 164 log_must $ZFS create -p $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_property/ |
H A D | zfs_written_property_001_pos.ksh | 51 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS2 \ 52 $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3" 73 log_must $ZFS create -p $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3 220 $GREP -v $TESTFS1@ | $GREP -v $TESTFS2@ | $GREP -v $TESTFS3@ | \
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/ |
H A D | zfs_clone_010_pos.ksh | 53 log_must $ZFS create -p $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3 140 datasets="$TESTPOOL/$TESTFS1 $TESTPOOL/$TESTFS1/$TESTFS2 141 $TESTPOOL/$TESTFS1/$TESTFS2/$TESTFS3"
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_copies/ |
H A D | zfs_copies_001_pos.ksh | 59 fs2=$TESTPOOL/$TESTFS2
|