Deleted Added
full compact
libzfs.h (236884) libzfs.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

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

311 ZPOOL_STATUS_FAULTED_DEV_R, /* faulted device with replicas */
312 ZPOOL_STATUS_FAULTED_DEV_NR, /* faulted device with no replicas */
313
314 /*
315 * The following are not faults per se, but still an error possibly
316 * requiring administrative attention. There is no corresponding
317 * message ID.
318 */
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

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

311 ZPOOL_STATUS_FAULTED_DEV_R, /* faulted device with replicas */
312 ZPOOL_STATUS_FAULTED_DEV_NR, /* faulted device with no replicas */
313
314 /*
315 * The following are not faults per se, but still an error possibly
316 * requiring administrative attention. There is no corresponding
317 * message ID.
318 */
319 ZPOOL_STATUS_VERSION_OLDER, /* older on-disk version */
319 ZPOOL_STATUS_VERSION_OLDER, /* older legacy on-disk version */
320 ZPOOL_STATUS_FEAT_DISABLED, /* supported features are disabled */
320 ZPOOL_STATUS_RESILVERING, /* device being resilvered */
321 ZPOOL_STATUS_OFFLINE_DEV, /* device online */
322 ZPOOL_STATUS_REMOVED_DEV, /* removed device */
323
324 /*
325 * Finally, the following indicates a healthy pool.
326 */
327 ZPOOL_STATUS_OK

--- 456 unchanged lines hidden ---
321 ZPOOL_STATUS_RESILVERING, /* device being resilvered */
322 ZPOOL_STATUS_OFFLINE_DEV, /* device online */
323 ZPOOL_STATUS_REMOVED_DEV, /* removed device */
324
325 /*
326 * Finally, the following indicates a healthy pool.
327 */
328 ZPOOL_STATUS_OK

--- 456 unchanged lines hidden ---