Refreshing exit-gracefully-when-md-device-not-found.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0599b172e4
commit
2b54b3bcb3
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
Author: Felix Lechner <felix.lechner@lease-up.com>
|
||||
Description: Exit gracefully when md device not found (Closes: #970329).
|
||||
|
||||
diff -Naurp mdadm.orig/Monitor.c mdadm/Monitor.c
|
||||
--- mdadm.orig/Monitor.c
|
||||
+++ mdadm/Monitor.c
|
||||
@@ -554,8 +554,14 @@ static int check_array(struct state *st,
|
||||
diff -Naurp mdadm.orig/mdmonitor.c mdadm/mdmonitor.c
|
||||
--- mdadm.orig/mdmonitor.c 2024-11-09 12:52:12.929661827 +0100
|
||||
+++ mdadm/mdmonitor.c 2024-11-09 12:54:35.666987182 +0100
|
||||
@@ -761,8 +761,14 @@ static int check_array(struct state *st,
|
||||
if (fd < 0)
|
||||
goto disappeared;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue