mbox series

[0/1] Fix regression when no PID file

Message ID 20240228153720.12685-1-mateusz.kusiak@intel.com (mailing list archive)
Headers show
Series Fix regression when no PID file | expand

Message

Mateusz Kusiak Feb. 28, 2024, 3:37 p.m. UTC
Following patch is a fix for regression introduced by commit b7d7837128e9
("Monitor: open file before check in check_one_sharer()").

This prevented Monitor from starting if there was no PID file in
/run/mdadm. 

Mateusz Kusiak (1):
  Monitor: Allow no PID in check_one_sharer()

 Monitor.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Mariusz Tkaczyk Feb. 29, 2024, 1:10 p.m. UTC | #1
On Wed, 28 Feb 2024 16:37:19 +0100
Mateusz Kusiak <mateusz.kusiak@intel.com> wrote:

> Following patch is a fix for regression introduced by commit b7d7837128e9
> ("Monitor: open file before check in check_one_sharer()").
> 
> This prevented Monitor from starting if there was no PID file in
> /run/mdadm. 
> 
> Mateusz Kusiak (1):
>   Monitor: Allow no PID in check_one_sharer()
> 
>  Monitor.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 

Applied! 

Thanks,
Mariusz