Lines Matching refs:pool
28 typeset pool=$1
31 while is_pool_removing $pool; do
39 sync_pool $pool
41 log_must is_pool_removed $pool
60 typeset pool=$1
67 log_must zpool remove $pool $disk
73 sync_pool $pool
74 log_must is_pool_removing $pool
82 log_must is_pool_removing $pool
86 log_must wait_for_removal $pool
87 log_mustnot vdevs_in_pool $pool $disk
93 typeset pool=$1
94 zdb -P $pool | grep 'indirect vdev' | \