X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Flibzfs.h;h=08f3d9ebd2aa5cfd7f5474210f9cd52b3bad291d;hb=b9b24bb4ca45f2d903efadba44d10dfd182f62ac;hp=83ac343943d7671d782895dc5318f92ae5b5a98b;hpb=3bc7e0fb0f3904eaf41e0b9768ebe2d042ae98aa;p=zfs.git diff --git a/include/libzfs.h b/include/libzfs.h index 83ac343..08f3d9e 100644 --- a/include/libzfs.h +++ b/include/libzfs.h @@ -322,7 +322,8 @@ typedef enum { * requiring administrative attention. There is no corresponding * message ID. */ - ZPOOL_STATUS_VERSION_OLDER, /* older on-disk version */ + 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_REMOVED_DEV, /* removed device */