Searched refs:run_and_verify (Results 1 – 6 of 6) sorted by relevance
92 run_and_verify "zfs create $fs"96 run_and_verify "zfs set ${props[$i]}=${props[((i+1))]} $fs"103 run_and_verify "zfs inherit ${props[$i]} $fs"109 run_and_verify "zfs create -V 64M $vol"110 run_and_verify "zfs set volsize=32M $vol"111 run_and_verify "zfs snapshot $fssnap"112 run_and_verify "zfs hold tag $fssnap"113 run_and_verify "zfs release tag $fssnap"114 run_and_verify "zfs snapshot $volsnap"115 run_and_verify "zfs snapshot $fssnap2"[all …]
62 run_and_verify "zfs create $root_testfs" "-l"63 run_and_verify "zfs allow $HIST_GROUP snapshot,mount $root_testfs" "-l"64 run_and_verify "zfs allow $HIST_USER destroy,mount $root_testfs" "-l"65 run_and_verify "zfs allow $HIST_USER reservation $root_testfs" "-l"66 run_and_verify "zfs allow $HIST_USER allow $root_testfs" "-l"67 run_and_verify -u "$HIST_USER" "zfs snapshot $root_testfs@snap" "-l"68 run_and_verify -u "$HIST_USER" "zfs destroy $root_testfs@snap" "-l"69 run_and_verify -u "$HIST_USER" "zfs set reservation=64M $root_testfs" "-l"70 run_and_verify -u "$HIST_USER" \72 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 …]
65 run_and_verify "zfs snapshot -r $root_testfs@snap" "-i"66 run_and_verify "zfs hold -r tag $root_testfs@snap" "-i"67 run_and_verify "zfs release -r tag $root_testfs@snap" "-i"70 run_and_verify "zfs rollback -r $root_testfs@snap" "-i"71 run_and_verify "zfs inherit -r mountpoint $root_testfs" "-i"72 run_and_verify "zfs destroy -r $root_testfs" "-i"
110 run_and_verify "zfs $subcmd $options $testfs" "-i"
34 function run_and_verify function