From 01d9299c1a1632b1be47dd6c9191b0e905928b2b Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 9 Jul 2007 09:59:42 +1000 Subject: [PATCH] Fix spare migration and other problems with --monitor. 2.6 broke --monitor in various ways, including spare migration stopped working. This fixes it. --- Monitor.c | 1 + mdadm.8 | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Monitor.c b/Monitor.c index ece6abb7..92936374 100644 --- a/Monitor.c +++ b/Monitor.c @@ -328,6 +328,7 @@ int Monitor(mddev_dev_t devlist, for (i=0; i= 0) { info[i].state = disc.state; info[i].major = disc.major; diff --git a/mdadm.8 b/mdadm.8 index ce88d04b..25a6758f 100644 --- a/mdadm.8 +++ b/mdadm.8 @@ -972,6 +972,8 @@ the right thing, then the array can be successfully assembled using .TP .BR \-X ", " \-\-examine\-bitmap Report information about a bitmap file. +The argument is either an external bitmap file or an array component +in case of an internal bitmap. .TP .BR \-R ", " \-\-run -- 2.39.2