Deleted Added
full compact
zfs.h (236884) zfs.h (238926)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 506 unchanged lines hidden (view full) ---

515#define ZPOOL_CONFIG_COMMENT "comment"
516#define ZPOOL_CONFIG_SUSPENDED "suspended" /* not stored on disk */
517#define ZPOOL_CONFIG_TIMESTAMP "timestamp" /* not stored on disk */
518#define ZPOOL_CONFIG_BOOTFS "bootfs" /* not stored on disk */
519#define ZPOOL_CONFIG_MISSING_DEVICES "missing_vdevs" /* not stored on disk */
520#define ZPOOL_CONFIG_LOAD_INFO "load_info" /* not stored on disk */
521#define ZPOOL_CONFIG_REWIND_INFO "rewind_info" /* not stored on disk */
522#define ZPOOL_CONFIG_UNSUP_FEAT "unsup_feat" /* not stored on disk */
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 506 unchanged lines hidden (view full) ---

515#define ZPOOL_CONFIG_COMMENT "comment"
516#define ZPOOL_CONFIG_SUSPENDED "suspended" /* not stored on disk */
517#define ZPOOL_CONFIG_TIMESTAMP "timestamp" /* not stored on disk */
518#define ZPOOL_CONFIG_BOOTFS "bootfs" /* not stored on disk */
519#define ZPOOL_CONFIG_MISSING_DEVICES "missing_vdevs" /* not stored on disk */
520#define ZPOOL_CONFIG_LOAD_INFO "load_info" /* not stored on disk */
521#define ZPOOL_CONFIG_REWIND_INFO "rewind_info" /* not stored on disk */
522#define ZPOOL_CONFIG_UNSUP_FEAT "unsup_feat" /* not stored on disk */
523#define ZPOOL_CONFIG_ENABLED_FEAT "enabled_feat" /* not stored on disk */
523#define ZPOOL_CONFIG_CAN_RDONLY "can_rdonly" /* not stored on disk */
524#define ZPOOL_CONFIG_FEATURES_FOR_READ "features_for_read"
525#define ZPOOL_CONFIG_FEATURE_STATS "feature_stats" /* not stored on disk */
526/*
527 * The persistent vdev state is stored as separate values rather than a single
528 * 'vdev_state' entry. This is because a device can be in multiple states, such
529 * as offline and degraded.
530 */

--- 423 unchanged lines hidden ---
524#define ZPOOL_CONFIG_CAN_RDONLY "can_rdonly" /* not stored on disk */
525#define ZPOOL_CONFIG_FEATURES_FOR_READ "features_for_read"
526#define ZPOOL_CONFIG_FEATURE_STATS "feature_stats" /* not stored on disk */
527/*
528 * The persistent vdev state is stored as separate values rather than a single
529 * 'vdev_state' entry. This is because a device can be in multiple states, such
530 * as offline and degraded.
531 */

--- 423 unchanged lines hidden ---