From f7c63cda908ac10ecf11e4c3314011eedfbd9e42 Mon Sep 17 00:00:00 2001 From: Tony Hutter Date: Thu, 5 May 2016 09:30:05 -0700 Subject: [PATCH] OpenZFS 6544 - incorrect comment in libzfs.h about offline status 6544 incorrect comment in libzfs.h about offline status Reviewed by: Matthew Ahrens Approved by: Dan McDonald Ported-by: Tony Hutter Signed-off-by: Brian Behlendorf OpenZFS-issue: https://www.illumos.org/issues/6544 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/cb605c4 Closes #4595 --- include/libzfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libzfs.h b/include/libzfs.h index 33b4f17b11e7..4b3fab83fe8f 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 */ /*