| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inuse/ |
| H A D | inuse_003_pos.ksh | 59 log_note "Kill off ufsdump process if still running" 72 log_note "Kill off ufsrestore process if still running" 98 log_note "Make a ufs filesystem on source $rawdisk1" 104 log_note "mount source $disk1 on $UFSMP" 107 log_note "Now create some directories and files to be ufsdump'ed" 128 log_note "Start ufsdump in the background" 129 log_note "ufsdump 0bf 512 $rawdisk0 $disk1" 134 log_note "Attempt to zpool the source device in use by ufsdump" 153 log_note "Start ufsrestore in the background from the target device" 154 log_note "ufsrestore rbf 512 $rawdisk0" [all …]
|
| H A D | inuse_001_pos.ksh | 66 log_note "Zero $FS_DISK0" 69 log_note "Configuring $rawdisk0 as dump device" 72 log_note "Confirm that dump device has been setup" 79 log_note "Attempt to zpool the dump device"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/largest_pool/ |
| H A D | largest_pool_001_pos.ksh | 70 log_note "Detect zpool $TESTPOOL in this test machine." 75 log_note "Detect the file system in this test machine." 88 log_note "Start cleanup the zfs and pool" 122 log_note "Create a pool which will contain a volume device" 125 log_note "Create a volume device of desired sizes: $volsize" 142 log_note "Create the largest pool allowed using the volume vdev" 145 log_note "Create a zfs file system in the largest pool" 148 log_note "Parse the execution result" 151 log_note "unmount this zfs file system $TESTPOOL/$TESTFS" 154 log_note "Destroy zfs, volume & zpool"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/ |
| H A D | mixed_create_failure.ksh | 78 log_note "The op : $op" 79 log_note "testdir=$testdir obj_type=$obj_type" 83 log_note "Created test dir $test_path" 87 log_note "Created target: $test_path/$target_obj" 91 log_note "op : $op" 97 log_note "cmd: $cmd ret: $ret out=$out" 108 log_note 'Test rename \"sample_name\" rename' 123 log_note "$cmd failed as expected : $out" 132 log_note "Testing create of $obj_type"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| H A D | history_common.kshlib | 147 log_note "Didn't find hold on $ds with $tag" 207 log_note "Didn't find inherit history for $ds" 260 log_note "Couldn't find $code in $NEW_HISTORY" 271 log_note "Couldn't find $code in $NEW_HISTORY" 285 log_note "Couldn't find $code in $NEW_HISTORY" 294 log_note "Couldn't find $code in $NEW_HISTORY" 309 log_note "Couldn't find $code in $NEW_HISTORY" 318 log_note "Couldn't find $code in $NEW_HISTORY" 332 log_note "Couldn't find $code in $NEW_HISTORY" 346 log_note "Can't parse command \"$cmd\"" [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_014_neg.ksh | 41 log_note "Verify zfs mount helper failure on known bad parameters" 46 log_note "Verify failure without '-o zfsutil'" 49 log_note "Verify '-o abc <device> <path>' bad option fails" 52 log_note "Verify '\$NONEXISTFSNAME <path>' fails" 55 log_note "Verify '<dataset> (\$NONEXISTFSNAME|/dev/null)' fails" 59 log_note "Verify '/dev/null <path>' fails" 62 log_note "Verify '[device|pool]' fails"
|
| H A D | zfs_mount_013_pos.ksh | 41 log_note "Verify zfs mount helper functions for both devices and pools" 46 log_note "Verify '<dataset> <path>'" 51 log_note "Verify mount(8) does not canonicalize before calling helper" 60 log_note "Verify '-f <dataset> <path>' fakemount" 64 log_note "Verify '-o ro -v <dataset> <path>' verbose RO" 69 log_note "Verify '-o abc -s <device> <path>' sloppy option" 74 log_note "Verify '<device> <path>'"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_block_size_histogram.ksh | 42 log_note "histo_populate_test_pool: insufficient parameters" 65 log_note "hptp: Your pool size ${histo_pool_size}" 136 log_note "histo_check_test_pool: insufficient parameters" 219 log_note "Comparisons for ${pool}" 220 log_note "Bsize is the blocksize, Count is predicted value" 221 log_note "Bsize\tCount\tpsize\tlsize\tasize" 227 log_note \ 242 log_note \ 252 log_note "hctp: There was ${error_count} error" 254 log_note "hctp:There were a total of ${error_count} errors"
|
| H A D | zdb_decompress_zstd.ksh | 69 log_note "file $init_data has object number $obj" 74 log_note "block 0 of $init_data has a DVA of $dva" 87 log_note "block size $size_str" 92 log_note "ZSTD compressed size $zstd_size" 97 log_note "ZSTD version $zstd_version" 100 log_note "ZSTD level $zstd_level"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | import_rewind_config_changed.ksh | 145 log_note "" 153 log_note "$0: pool '$poolcreate', add $addvdevs." 164 log_note "$0: pool '$poolcreate', attach $attachvdev to $attachto." 174 log_note "$0: pool '$poolcreate', detach $detachvdev." 186 log_note "$0: pool '$poolcreate', attach $attachvdev to $attachto," \ 198 log_note "$0: pool '$poolcreate', remove $removevdev." 216 log_note " == test rewind after device addition == " 227 log_note " == test rewind after device attach == " 233 log_note " == test rewind after device removal == " 246 log_note " == test rewind after device detach == " [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
| H A D | zed_rc_filter.ksh | 57 log_note "Include a single event type" 62 log_note "Include a single event type with wildcards" 67 log_note "Test a filter of a non-match and a match" 72 log_note "Include multiple events" 80 log_note "Test one exclusion" 87 log_note "Test one exclusion with wildcards" 94 log_note "Test one inclusion and one exclusion"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
| H A D | zfs_receive_from_zstd.ksh | 57 log_note "Randomly selected ZSTD level: $random_level" 71 log_note "file /$TESTPOOL/$TESTFS1/$TESTFILE0 has object number $obj" 76 log_note "block 0 of /$TESTPOOL/$TESTFS1/$TESTFILE0 has a DVA of $dva" 82 log_note "ZSTD src: size=$zstd_size1 version=$zstd_version1 level=$zstd_level1" 84 log_note "Verify ZFS can receive the ZSTD compressed stream" 95 log_note "file /$TESTPOOL/$TESTFS2/$TESTFILE0 has object number $obj" 100 log_note "block 0 of /$TESTPOOL/$TESTFS2/$TESTFILE0 has a DVA of $dva" 108 log_note "ZSTD dest: size=$zstd_size2 version=$zstd_version2 level=$zstd_level2"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_holds.ksh | 84 log_note "checking $dataset for $hold" 109 log_note "Verify 'zfs send' can create full send stream." 129 log_note "Verify the send stream is valid to receive." 135 log_note "Verify the holds were received." 140 log_note "Verify 'zfs send -i' can create incremental send stream." 148 log_note "Verify the incremental send stream is valid to receive." 152 log_note "Verify the hold was received from the incremental send." 158 log_note "Verify send -h works when there are no holds." 166 log_note "Verify send -h fails properly when receive dataset already exists" 169 log_note "Verify recv -h skips the receive of holds"
|
| H A D | send_encrypted_props.ksh | 88 log_note "Must not be able to receive an embedded stream as encrypted" 93 log_note "Must not be able to use 'keylocation=prompt' on receive" 102 log_note "Must not be able to disable encryption properties on raw send" 110 log_note "Must not be able to change encryption properties on incrementals" 122 log_note "Must be able to receive stream as encryption root" 138 log_note "Must be able to receive stream with props as encryption root" 156 log_note "Must be able to receive recursive stream as encryption root" 172 log_note "Must be able to receive stream with props to encrypted child" 186 log_note "Must be able to receive recursive stream to encrypted child" 200 log_note "Must be able to receive recursive stream to encrypted child"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/ |
| H A D | refreserv_multi_raidz.ksh | 80 log_note "Testing in ashift=${allshifts[0]} mode" 97 log_note "Too few disks to test $raid-$ndisks" 107 log_note "Gathering refreservation for $raid-$ndisks" \ 129 log_note "sizes=$(print -C sizes)" 146 log_note "Too few disks to test $raid-$nd1 + $raid=$nd2" 155 log_note "Verifying $raid-$nd1 $raid-$nd2 volblocksize=$vbs" 166 log_note "Expecting refres ($refres) to match refres" \ 170 log_note "Expecting refres ($refres) to match refres" \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/ |
| H A D | zpool_colors.ksh | 61 log_note "$(faketty TERM=xterm-256color ZFS_COLOR=1 zpool status)" 68 log_note "$(echo $out)" 70 log_note "Look for 'pool:' in bold" 73 log_note "Look for 'DEGRADED' in yellow" 88 log_note "Look for 'FAULTED' in red"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | snapshot_005_pos.ksh | 70 log_note "Create a file in the zfs filesystem..." 74 log_note "Sum the file, save for later comparison..." 76 log_note "FILE_SUM = $FILE_SUM" 78 log_note "Create a snapshot and mount it..." 81 log_note "Append to the original file..."
|
| H A D | snapshot_001_pos.ksh | 71 log_note "Create a file in the zfs filesystem..." 75 log_note "Sum the file, save for later comparison..." 77 log_note "FILE_SUM = $FILE_SUM" 79 log_note "Create a snapshot and mount it..." 82 log_note "Append to the original file..."
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
| H A D | projectquota_004_neg.ksh | 65 log_note "can set all numeric id even if that id does not exist" 70 log_note "can not set projectquota with invalid size parameter" 74 log_note "can not set projectquota to snapshot $snap_fs" 81 log_note "can not set projectobjquota with invalid size parameter" 84 log_note "can not set projectobjquota to snapshot $snap_fs"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
| H A D | userquota_005_neg.ksh | 67 log_note "can set all numeric id even if that id does not exist" 74 log_note "can not set user quota with invalid size parameter" 78 log_note "can not set user quota to snapshot $snap_fs" 88 log_note "can not set group quota with invalid size parameter" 91 log_note "can not set group quota to snapshot $snap_fs"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
| H A D | zfs_destroy_016_pos.ksh | 84 log_note "Verify the valid arguments" 93 log_note "Verify invalid arguments" 101 log_note "Destroy the beginning range" 111 log_note "Destroy the mid range" 122 log_note "Destroy the end range" 131 log_note "Destroy a simple list" 140 log_note "Destroy a list and range together" 150 log_note "Destroy a list of ranges" 160 log_note "Snapshot destroy with hold" 177 log_note "Range destroy for snapshots having clones"
|
| H A D | zfs_destroy_001_pos.ksh | 65 log_note "UNSUPPORTED: Volume are unavailable in LZ." 73 log_note "UNSUPPORTED: '-f ' is only available for " \ 103 log_note "mkbusy $mpt_dir/$TESTFILE0 " \ 114 log_note "mkbusy $TESTDIR1/$TESTFILE0 " \ 125 log_note "mkbusy $TESTDIR1/$TESTFILE0 " \ 137 log_note "mkbusy $mpt_dir (pidlist: $pidlist)" 218 log_note "'zfs destroy $opt $dtst' passed." 230 log_note "Starting test: zfs destroy $opt $dtst"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cache/ |
| H A D | cache.kshlib | 118 log_note "Unexpected type: mirror" 122 log_note "Status($stat) " \ 131 log_note "Unexpected type: stripe" 135 log_note "Status($stat) " \ 146 log_note "Can not find device: $device"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
| H A D | xattr_011_pos.ksh | 69 log_note "Checking cpio" 92 log_note "Checking cpio - unsupported" 97 log_note "Checking cp - unsupported" 99 log_note "Checking cp" 110 log_note "Checking cp" 125 log_note "Checking find" 137 log_note "Checking find - unsupported" 140 log_note "Checking mv" 150 log_note "Checking pax" 177 log_note "Checking pax - unsupported" [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
| H A D | slog.kshlib | 125 log_note "Unexpected type: mirror" 129 log_note "Status($stat) " \ 138 log_note "Unexpected type: stripe" 142 log_note "Status($stat) " \ 154 log_note "Can not find device: $device"
|