Searched refs:run_and_verify (Results 1 – 9 of 9) sorted by relevance
64 run_and_verify -p "$MPOOL" \71 run_and_verify -p "$MPOOL" \76 run_and_verify -p "$MPOOL" \80 run_and_verify -p "$MPOOL" \85 run_and_verify -p "$MPOOL" \89 run_and_verify -p "$MPOOL" \94 run_and_verify -p "$MPOOL"\98 run_and_verify -p "$MPOOL" \108 run_and_verify -p "$MPOOL" \115 run_and_verify -p "$MPOOL" \[all …]
61 run_and_verify -p "$TESTPOOL" -e "sysevent.fs.zfs.history_event" \66 run_and_verify -p "$TESTPOOL" -e "sysevent.fs.zfs.history_event" \71 run_and_verify -p "$TESTPOOL" -e "sysevent.fs.zfs.history_event" \76 run_and_verify -p "$TESTPOOL" -e "sysevent.fs.zfs.scrub_start" \
79 function run_and_verify function
150 run_and_verify "zfs create $fs"154 run_and_verify "zfs set ${props[$i]}=${props[((i+1))]} $fs"161 run_and_verify "zfs inherit ${props[$i]} $fs"167 run_and_verify "zfs create -V 64M $vol"168 run_and_verify "zfs set volsize=32M $vol"169 run_and_verify "zfs snapshot $fssnap"170 run_and_verify "zfs hold tag $fssnap"171 run_and_verify "zfs release tag $fssnap"172 run_and_verify "zfs snapshot $volsnap"173 run_and_verify "zfs snapshot $fssnap2"[all …]
73 run_and_verify "zfs create $root_testfs" "-l"74 run_and_verify "zfs allow $HIST_GROUP snapshot,mount $root_testfs" "-l"75 run_and_verify "zfs allow $HIST_USER destroy,mount $root_testfs" "-l"76 run_and_verify "zfs allow $HIST_USER reservation $root_testfs" "-l"77 run_and_verify "zfs allow $HIST_USER allow $root_testfs" "-l"78 run_and_verify -u "$HIST_USER" "zfs snapshot $root_testfs@snap" "-l"79 run_and_verify -u "$HIST_USER" "zfs destroy $root_testfs@snap" "-l"80 run_and_verify -u "$HIST_USER" "zfs set reservation=64M $root_testfs" "-l"81 run_and_verify -u "$HIST_USER" \83 run_and_verify "zfs unallow $HIST_USER create $root_testfs" "-l"[all …]
69 run_and_verify -p "$MPOOL" "zpool create $MPOOL mirror $VDEV1 $VDEV2"70 run_and_verify -p "$MPOOL" "zpool add -f $MPOOL spare $VDEV3"71 run_and_verify -p "$MPOOL" "zpool remove $MPOOL $VDEV3"72 run_and_verify -p "$MPOOL" "zpool offline $MPOOL $VDEV1"73 run_and_verify -p "$MPOOL" "zpool online $MPOOL $VDEV1"74 run_and_verify -p "$MPOOL" "zpool attach $MPOOL $VDEV1 $VDEV4"75 run_and_verify -p "$MPOOL" "zpool detach $MPOOL $VDEV4"76 run_and_verify -p "$MPOOL" "zpool replace -f $MPOOL $VDEV1 $VDEV4"77 run_and_verify -p "$MPOOL" "zpool scrub $MPOOL"78 run_and_verify -p "$MPOOL" "zpool clear $MPOOL"[all …]
63 run_and_verify "zfs snapshot -r $root_testfs@snap" "-i"64 run_and_verify "zfs hold -r tag $root_testfs@snap" "-i"65 run_and_verify "zfs release -r tag $root_testfs@snap" "-i"68 run_and_verify "zfs rollback -r $root_testfs@snap" "-i"69 run_and_verify "zfs inherit -r mountpoint $root_testfs" "-i"70 run_and_verify "zfs destroy -r $root_testfs" "-i"
111 run_and_verify "zfs $subcmd $options $testfs" "-i"
35 function run_and_verify function