From 0f99b4bd73c916004fe94d17c7f37c8c6f68c8b8 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 16 Dec 2010 09:07:52 +1100 Subject: mdmon: when a reshape is detected, add any newly added devices to the array. When mdadm starts a reshape, it might add some devices to the array first. mdmon needs to notice the reshape starting and check for any new devices. If there are any they need to be provided to be monitored. Signed-off-by: NeilBrown --- mdmon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdmon.h') diff --git a/mdmon.h b/mdmon.h index 5c515663..6d1776f9 100644 --- a/mdmon.h +++ b/mdmon.h @@ -46,6 +46,7 @@ struct active_array { enum sync_action prev_action, curr_action, next_action; int check_degraded; /* flag set by mon, read by manage */ + int check_reshape; /* flag set by mon, read by manage */ int devnum; }; -- cgit v1.2.3