30 lines
983 B
Diff
30 lines
983 B
Diff
|
From 5663e58535567b1566f17b316fab77b467de21e0 Mon Sep 17 00:00:00 2001
|
||
|
From: Hannes Reinecke <hare@suse.de>
|
||
|
Date: Wed, 11 Jun 2014 10:16:46 +0200
|
||
|
Subject: 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>
|
||
|
---
|
||
|
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 0149df9..7b20709 100755
|
||
|
--- a/modules.d/90multipath/module-setup.sh
|
||
|
+++ b/modules.d/90multipath/module-setup.sh
|
||
|
@@ -89,6 +89,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_simple "${moddir}/multipathd.service" "${systemdsystemunitdir}/multipathd.service"
|
||
|
--
|
||
|
1.8.4.5
|
||
|
|