diff options
author | Tony Hutter <[email protected]> | 2016-05-05 09:30:05 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-05-05 09:30:05 -0700 |
commit | f7c63cda908ac10ecf11e4c3314011eedfbd9e42 (patch) | |
tree | 85d346f70e1099ac8873ae7c9398e75104d98f21 /include | |
parent | 3ac2794cbf7eb6ae76311701ac755fc39616c8ac (diff) |
OpenZFS 6544 - incorrect comment in libzfs.h about offline status
6544 incorrect comment in libzfs.h about offline status
Reviewed by: Matthew Ahrens <[email protected]>
Approved by: Dan McDonald <[email protected]>
Ported-by: Tony Hutter <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/6544
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/cb605c4
Closes #4595
Diffstat (limited to 'include')
-rw-r--r-- | include/libzfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libzfs.h b/include/libzfs.h index 33b4f17b1..4b3fab83f 100644 --- a/include/libzfs.h +++ b/include/libzfs.h @@ -345,7 +345,7 @@ typedef enum { ZPOOL_STATUS_VERSION_OLDER, /* older legacy on-disk version */ ZPOOL_STATUS_FEAT_DISABLED, /* supported features are disabled */ ZPOOL_STATUS_RESILVERING, /* device being resilvered */ - ZPOOL_STATUS_OFFLINE_DEV, /* device online */ + ZPOOL_STATUS_OFFLINE_DEV, /* device offline */ ZPOOL_STATUS_REMOVED_DEV, /* removed device */ /* |