usr/src/uts/common/sys/fs/zfs.h
changeset 3975 6674f5d79069
parent 3912 f6891a60bd72
child 4451 24fbf2d7a5d7
equal deleted inserted replaced
3974:a01a9d07ea67 3975:6674f5d79069
   205 #define	ZPOOL_CONFIG_ERRCOUNT		"error_count"
   205 #define	ZPOOL_CONFIG_ERRCOUNT		"error_count"
   206 #define	ZPOOL_CONFIG_NOT_PRESENT	"not_present"
   206 #define	ZPOOL_CONFIG_NOT_PRESENT	"not_present"
   207 #define	ZPOOL_CONFIG_SPARES		"spares"
   207 #define	ZPOOL_CONFIG_SPARES		"spares"
   208 #define	ZPOOL_CONFIG_IS_SPARE		"is_spare"
   208 #define	ZPOOL_CONFIG_IS_SPARE		"is_spare"
   209 #define	ZPOOL_CONFIG_NPARITY		"nparity"
   209 #define	ZPOOL_CONFIG_NPARITY		"nparity"
       
   210 #define	ZPOOL_CONFIG_HOSTID		"hostid"
       
   211 #define	ZPOOL_CONFIG_HOSTNAME		"hostname"
       
   212 #define	ZPOOL_CONFIG_TIMESTAMP		"timestamp" /* not stored on disk */
   210 
   213 
   211 #define	VDEV_TYPE_ROOT			"root"
   214 #define	VDEV_TYPE_ROOT			"root"
   212 #define	VDEV_TYPE_MIRROR		"mirror"
   215 #define	VDEV_TYPE_MIRROR		"mirror"
   213 #define	VDEV_TYPE_REPLACING		"replacing"
   216 #define	VDEV_TYPE_REPLACING		"replacing"
   214 #define	VDEV_TYPE_RAIDZ			"raidz"
   217 #define	VDEV_TYPE_RAIDZ			"raidz"