Deleted Added
full compact
551d550
< #define ZPOOL_CONFIG_OFFLINE "offline"
560a560,569
> /*
> * The persistent vdev state is stored as separate values rather than a single
> * 'vdev_state' entry. This is because a device can be in multiple states, such
> * as offline and degraded.
> */
> #define ZPOOL_CONFIG_OFFLINE "offline"
> #define ZPOOL_CONFIG_FAULTED "faulted"
> #define ZPOOL_CONFIG_DEGRADED "degraded"
> #define ZPOOL_CONFIG_REMOVED "removed"
>
592a602
> VDEV_STATE_REMOVED, /* Explicitly removed from system */
593a604
> VDEV_STATE_FAULTED, /* External request to fault device */