]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - md_p.h
Assemble: include ACTIVE but not in-sync devices as non-spares.
[thirdparty/mdadm.git] / md_p.h
diff --git a/md_p.h b/md_p.h
index a9f0204c754a4ab9ac12d02ff5e182910b45cca1..4594a36a89ff90217c6f0d9fbfcd87e3326c458e 100644 (file)
--- a/md_p.h
+++ b/md_p.h
@@ -75,7 +75,7 @@
  * Device "operational" state bits
  */
 #define MD_DISK_FAULTY         0 /* disk is faulty / operational */
-#define MD_DISK_ACTIVE         1 /* disk is running or spare disk */
+#define MD_DISK_ACTIVE         1 /* disk is running but may not be in sync */
 #define MD_DISK_SYNC           2 /* disk is in sync with the raid set */
 #define MD_DISK_REMOVED                3 /* disk is in sync with the raid set */