1
0
Fork 0

Refreshing exit-gracefully-when-md-device-not-found.patch.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-14 06:11:54 +01:00
parent 0599b172e4
commit 2b54b3bcb3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -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;