Searched refs:multipathd (Results 1 – 12 of 12) sorted by relevance
9 If /etc/multipath.conf doesn't exist, don't start multipathd and blacklist26 multipathd/multipathd.8 | 2 ++27 multipathd/multipathd.service | 1 +90 diff --git a/multipathd/multipathd.8 b/multipathd/multipathd.892 --- a/multipathd/multipathd.893 +++ b/multipathd/multipathd.896 In turn, the multipath tool signals the multipathd daemon when it is done with99 +In this Linux distribution, multipathd does not run unless a /etc/multipath.conf file exists.103 diff --git a/multipathd/multipathd.service b/multipathd/multipathd.service105 --- a/multipathd/multipathd.service[all …]
9 Makefile:36: recipe for target 'multipathd' failed10 make[1]: *** [multipathd] Error 111 make[1]: Leaving directory 'git/multipathd'12 Makefile:29: recipe for target 'multipathd' failed13 make: *** [multipathd] Error 231 multipath multipathd mpathpersist libmpathpersist : libmultipath33 +mpathpersist multipathd: libmpathpersist34 +libdmmp libmultipath mpathpersist multipath multipathd: libmpathcmd
4 Subject: [PATCH] multipathd: ignore duplicated multipathd command keys22 multipathd/cli.c | 8 ++--23 multipathd/main.c | 104 +++++++++++++++++++++++-----------------------26 diff --git a/multipathd/cli.c b/multipathd/cli.c28 --- a/multipathd/cli.c29 +++ b/multipathd/cli.c45 diff --git a/multipathd/main.c b/multipathd/main.c47 --- a/multipathd/main.c48 +++ b/multipathd/main.c
109 +# # multipathd show config140 + echo "start/stop/reload multipathd (Default n): --with_multipathd <y|n>"358 + if /bin/systemctl status multipathd.service > /dev/null 2>&1 ; then418 + if /bin/systemctl status multipathd.service > /dev/null 2>&1 ; then425 + echo "multipathd is running"427 + echo "multipathd is not running"538 + systemctl start multipathd.service542 + systemctl stop multipathd.service545 + systemctl reload multipathd.service569 +.B multipathd[all …]
22 -multipath multipathd mpathpersist: libmultipath23 +multipath multipathd mpathpersist libmpathpersist : libmultipath31 + multipathd \
18 patch also execs "/sbin/multipath -A" before running multipathd in19 multipathd.service
19 DAEMON=/sbin/multipathd
45 multipathd/multipathd
28 _error(ctx, "Invalid JSON output from multipathd IPC: " \
7 2. multipathd - Detects when paths fail and execs multipath to update \33 file://multipathd.oe \63 SYSTEMD_SERVICE:${PN} = "multipathd.service"90 # We copy an initscript, but do not start multipathd at init time.94 cp ${WORKDIR}/multipathd.oe ${D}${sysconfdir}/init.d/multipathd
27 * multipathd - Multipath daemon.
291 static void multipathd(struct md_thread *thread) in multipathd() function410 mddev->thread = md_register_thread(multipathd, mddev, in multipath_run()