Searched defs:autoreplace (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1605 * sysevent to notify the autoreplace code that the device has been removed.
2730 uint64_t autoreplace; local
2733 spa_prop_find(spa, ZPOOL_PROP_AUTOREPLACE, &autoreplace);
2740 spa->spa_autoreplace = (autoreplace != 0);
2744 * If the 'autoreplace' property is set, then post a resource notifying
2747 * unopenable vdevs so that the normal autoreplace handler can take

Completed in 59 milliseconds