mbox series

[V2,0/2] Changes in Monitor

Message ID 20221219102158.10180-1-blazej.kucman@intel.com (mailing list archive)
Headers show
Series Changes in Monitor | expand

Message

Blazej Kucman Dec. 19, 2022, 10:21 a.m. UTC
Hi, Jes, Coly
In first patch blocked is starting monitor when
--scan mode and MD devices list are combiened,
to prevent undefined behaviors.
Second patch containst monitor manual update.

Changes in V2:
- remove unnecessary line from commit message

Blazej Kucman (2):
  Monitor: block if monitor modes are combined.
  Update mdadm Monitor manual.

 Monitor.c  |  7 +++++-
 mdadm.8.in | 71 ++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 56 insertions(+), 22 deletions(-)

Comments

Jes Sorensen Dec. 28, 2022, 2:57 p.m. UTC | #1
On 12/19/22 05:21, Blazej Kucman wrote:
> Hi, Jes, Coly
> In first patch blocked is starting monitor when
> --scan mode and MD devices list are combiened,
> to prevent undefined behaviors.
> Second patch containst monitor manual update.
> 
> Changes in V2:
> - remove unnecessary line from commit message
> 
> Blazej Kucman (2):
>   Monitor: block if monitor modes are combined.
>   Update mdadm Monitor manual.
> 
>  Monitor.c  |  7 +++++-
>  mdadm.8.in | 71 ++++++++++++++++++++++++++++++++++++++----------------
>  2 files changed, 56 insertions(+), 22 deletions(-)
> 

Applied,

Thanks,
Jes