Searched refs:autoreplace (Results 1 – 15 of 15) sorted by relevance
66 expect_ok ${ZPOOL} create -o autoreplace=on ${name0} ${disk0}71 expect "${exp}" ${ZPOOL} get autoreplace ${name0}
78 log_must $ZPOOL set autoreplace=on $TESTPOOL
98 log_must $ZPOOL set autoreplace=on $TESTPOOL
81 log_must $ZPOOL set autoreplace=off $TESTPOOL
97 log_must $ZPOOL set autoreplace=on $TESTPOOL
93 log_must $ZPOOL set autoreplace=on $TESTPOOL
82 log_must $ZPOOL set autoreplace=on "$TESTPOOL"
85 log_must zpool set autoreplace=on $TESTPOOL
118 log_must zpool set autoreplace=on $TESTPOOL
61 bootfs autoreplace"
44 "autoreplace"
115 failmode autoreplace"
79 must set the pool's `autoreplace` property to enable it. The new disk
2887 replace) prop=autoreplace ;;
4803 uint64_t autoreplace = 0; local4806 spa_prop_find(spa, ZPOOL_PROP_AUTOREPLACE, &autoreplace);4814 spa->spa_autoreplace = (autoreplace != 0);