Searched refs:multipathd (Results 1 – 10 of 10) sorted by relevance
6 If /etc/multipath.conf doesn't exist, don't start multipathd and blacklist26 multipathd/multipathd.8.in | 2 ++27 multipathd/multipathd.service.in | 1 +90 diff --git a/multipathd/multipathd.8.in b/multipathd/multipathd.8.in92 --- a/multipathd/multipathd.8.in93 +++ b/multipathd/multipathd.8.in96 sends commands to a running instance of the multipathd daemon (see99 +In this Linux distribution, multipathd does not run unless a /etc/multipath.conf file exists.103 diff --git a/multipathd/multipathd.service.in b/multipathd/multipathd.service.in105 --- a/multipathd/multipathd.service.in[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 libmpathpersist libmpathvalid multipath multipathd: libmultipath33 mpathpersist multipathd: libmpathpersist34 +libmultipath mpathpersist multipath multipathd: libmpathcmd
106 +# # multipathd show config137 + echo "start/stop/reload multipathd (Default n): --with_multipathd <y|n>"355 + if /bin/systemctl status multipathd.service > /dev/null 2>&1 ; then415 + if /bin/systemctl status multipathd.service > /dev/null 2>&1 ; then422 + echo "multipathd is running"424 + echo "multipathd is not running"535 + systemctl start multipathd.service539 + systemctl stop multipathd.service542 + systemctl reload multipathd.service566 +.B multipathd[all …]
24 @@ -94,6 +94,16 @@ libmpathpersist libmpathvalid multipath multipathd: libmultipath26 mpathpersist multipathd: libmpathpersist30 + multipathd \
12 patch also execs "/sbin/multipath -A" before running multipathd in13 multipathd.service
19 DAEMON=/sbin/multipathd
7 2. multipathd - Detects when paths fail and execs multipath to update \33 file://multipathd.oe \57 SYSTEMD_SERVICE:${PN} = "multipathd.service"90 # We copy an initscript, but do not start multipathd at init time.94 cp ${UNPACKDIR}/multipathd.oe ${D}${sysconfdir}/init.d/multipathd
286 static void multipathd(struct md_thread *thread) in multipathd() function405 md_register_thread(multipathd, mddev, "multipath")); in multipath_run()
70 for ``multipathd`` to check for persistent reservation for newly
[all...]