Searched full:pool1 (Results 1 – 11 of 11) sorted by relevance
39 poolexists pool1 && destroy_pool pool146 log_must zpool create pool1 $vdev150 expect_iostat "POOL1"51 start_iostat pool165 expect_iostat "POOL1"66 log_must zpool import -d $vdev1 pool170 log_must zpool destroy pool1
40 poolexists pool1 && destroy_pool pool154 expect_iostat "POOL1"55 log_must zpool create pool1 $vdev174 log_must zpool import -d $vdev1 pool179 log_must zpool destroy pool1
41 # POOL1: a line starting with "pool1" (stats line for a pool of that name)43 # POOLBOTH: three lines, starting with "pool1", "pool2" (either order) and167 # pool1 147K 240M 0 0 0 0172 # pool1 147K 240M 0 0 0 0184 if [[ $first = "pool1" ]] || [[ $first = "pool2" ]] ; then192 if [[ $first = "pool1" ]] ; then193 _iostat_state="POOL1"203 if [[ $_iostat_state = "POOL1" && $first = "pool2" ]] ||204 [[ $_iostat_state = "POOL2" && $first = "pool1" ]] ;
27 # 1. Create pool1 with some devices and an alternate cachefile.29 # 3. Export pool1.30 # 4. Create pool2 using a device that belongs to pool1.33 # 7. Import pool1 and write some data to it.60 typeset pool1="$1"65 log_note "$0: pool1 '$pool1', pool2 '$pool2' takes $sharedvdev."67 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $pool1
203 # eg: check_pool_config pool1 "mirror c0t0d0s0 c0t1d0s0 log c1t1d0s0"259 # eg: wait_for_pool_config pool1 "mirror c0t0d0s0 c0t1d0s0" 60
32 # 'zfs snapshot pool1@snap pool2@snap' should fail since both snapshots58 log_assert "'zfs snapshot pool1@snap1 pool2@snap2' should fail since snapshots are in different poo…69 log_pass "'zfs snapshot pool1@snap1 pool2@snap2' should fail since snapshots are in different pools…
59 pool1,pkt-size = <512>;
35 pool1,pkt-size = <512>;
170 # For example consider the case where we have a pool (called pool1), containing 174 # field being set to 'inherited from pool1'.
164 # For example consider the case where we have a pool (called pool1), containing168 # field being set to 'inherited from pool1'.
196 # Example: Importing ZFS pool pool1 [OK]