eeb1c23670
- git snapshot
28 lines
954 B
Diff
28 lines
954 B
Diff
From cf864c1b8009f4544e6b494979bf396bafcd8834 Mon Sep 17 00:00:00 2001
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
Date: Thu, 20 Nov 2014 15:56:43 +0100
|
|
Subject: [PATCH] 90multipath: Install libgcc_s library
|
|
|
|
multipathd is using pthreads, which require libgcc_s for
|
|
pthread_cancel to work. Without it multipathd might crash
|
|
with SIGABRT.
|
|
|
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
|
---
|
|
modules.d/90multipath/module-setup.sh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/modules.d/90multipath/module-setup.sh b/modules.d/90multipath/module-setup.sh
|
|
index c86c5d9..a547c07 100755
|
|
--- a/modules.d/90multipath/module-setup.sh
|
|
+++ b/modules.d/90multipath/module-setup.sh
|
|
@@ -87,6 +87,7 @@ install() {
|
|
inst $(command -v partx) /sbin/partx
|
|
|
|
inst_libdir_file "libmultipath*" "multipath/*"
|
|
+ inst_libdir_file 'libgcc_s.so*'
|
|
|
|
if dracut_module_included "systemd"; then
|
|
inst_multiple \
|