diff options
Diffstat (limited to 'mdadm.h')
-rw-r--r-- | mdadm.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -417,6 +417,12 @@ struct mdinfo { #define DS_EXTERNAL_BB 4096 int prev_state, curr_state, next_state; + /* If set by monitor, managemon needs to remove faulty device */ + bool man_disk_to_remove : 1; + + /* Managemon cannot close descriptors if monitor is using them for select() */ + bool mon_descriptors_not_used : 1; + /* info read from sysfs */ enum { ARRAY_CLEAR, |