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

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

321 * requiring administrative attention. There is no corresponding
322 * message ID.
323 */
324 ZPOOL_STATUS_VERSION_OLDER, /* older legacy on-disk version */
325 ZPOOL_STATUS_FEAT_DISABLED, /* supported features are disabled */
326 ZPOOL_STATUS_RESILVERING, /* device being resilvered */
327 ZPOOL_STATUS_OFFLINE_DEV, /* device online */
328 ZPOOL_STATUS_REMOVED_DEV, /* removed device */
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

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

321 * requiring administrative attention. There is no corresponding
322 * message ID.
323 */
324 ZPOOL_STATUS_VERSION_OLDER, /* older legacy on-disk version */
325 ZPOOL_STATUS_FEAT_DISABLED, /* supported features are disabled */
326 ZPOOL_STATUS_RESILVERING, /* device being resilvered */
327 ZPOOL_STATUS_OFFLINE_DEV, /* device online */
328 ZPOOL_STATUS_REMOVED_DEV, /* removed device */
329 ZPOOL_STATUS_NON_NATIVE_ASHIFT, /* (e.g. 512e dev with ashift of 9) */
329
330 /*
331 * Finally, the following indicates a healthy pool.
332 */
333 ZPOOL_STATUS_OK
334} zpool_status_t;
335
336extern zpool_status_t zpool_get_status(zpool_handle_t *, char **);

--- 452 unchanged lines hidden ---
330
331 /*
332 * Finally, the following indicates a healthy pool.
333 */
334 ZPOOL_STATUS_OK
335} zpool_status_t;
336
337extern zpool_status_t zpool_get_status(zpool_handle_t *, char **);

--- 452 unchanged lines hidden ---