Home
last modified time | relevance | path

Searched refs:POOLNAME (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/pool_names/
H A Dpool_names_002_neg.ksh51 POOLNAME=""
55 if poolexists $POOLNAME; then
56 log_must zpool destroy $POOLNAME
87 if poolexists $POOLNAME; then
91 log_mustnot zpool destroy $POOLNAME
101 POOLNAME=`eval "echo x | tr 'x' '$oct'"`
103 if poolexists $POOLNAME; then
107 log_mustnot zpool destroy $POOLNAME
117 POOLNAME[${#POOLNAME[@]}]='log'
122 if poolexists ${POOLNAME[$i]}; then
[all …]