usr/src/uts/common/sys/fs/zfs.h
changeset 6523 c1d2a7f04573
parent 6423 437422a29d3a
child 6643 3a34b0dbb107
equal deleted inserted replaced
6522:26439431f254 6523:c1d2a7f04573
   388 	VDEV_AUX_TOO_SMALL,	/* vdev size is too small		*/
   388 	VDEV_AUX_TOO_SMALL,	/* vdev size is too small		*/
   389 	VDEV_AUX_BAD_LABEL,	/* the label is OK but invalid		*/
   389 	VDEV_AUX_BAD_LABEL,	/* the label is OK but invalid		*/
   390 	VDEV_AUX_VERSION_NEWER,	/* on-disk version is too new		*/
   390 	VDEV_AUX_VERSION_NEWER,	/* on-disk version is too new		*/
   391 	VDEV_AUX_VERSION_OLDER,	/* on-disk version is too old		*/
   391 	VDEV_AUX_VERSION_OLDER,	/* on-disk version is too old		*/
   392 	VDEV_AUX_SPARED,	/* hot spare used in another pool	*/
   392 	VDEV_AUX_SPARED,	/* hot spare used in another pool	*/
   393 	VDEV_AUX_ERR_EXCEEDED	/* too many errors			*/
   393 	VDEV_AUX_ERR_EXCEEDED,	/* too many errors			*/
       
   394 	VDEV_AUX_IO_FAILURE	/* experienced I/O failure		*/
   394 } vdev_aux_t;
   395 } vdev_aux_t;
   395 
   396 
   396 /*
   397 /*
   397  * pool state.  The following states are written to disk as part of the normal
   398  * pool state.  The following states are written to disk as part of the normal
   398  * SPA lifecycle: ACTIVE, EXPORTED, DESTROYED, SPARE, L2CACHE.  The remaining
   399  * SPA lifecycle: ACTIVE, EXPORTED, DESTROYED, SPARE, L2CACHE.  The remaining