Home
last modified time | relevance | path

Searched refs:multipathd (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0023-RH-don-t-start-without-a-config-file.patch9 If /etc/multipath.conf doesn't exist, don't start multipathd and blacklist
26 multipathd/multipathd.8 | 2 ++
27 multipathd/multipathd.service | 1 +
90 diff --git a/multipathd/multipathd.8 b/multipathd/multipathd.8
92 --- a/multipathd/multipathd.8
93 +++ b/multipathd/multipathd.8
96 In turn, the multipath tool signals the multipathd daemon when it is done with
99 +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.service
105 --- a/multipathd/multipathd.service
[all …]
H A D0001-add-explicit-dependency-on-libraries.patch9 Makefile:36: recipe for target 'multipathd' failed
10 make[1]: *** [multipathd] Error 1
11 make[1]: Leaving directory 'git/multipathd'
12 Makefile:29: recipe for target 'multipathd' failed
13 make: *** [multipathd] Error 2
31 multipath multipathd mpathpersist libmpathpersist : libmultipath
33 +mpathpersist multipathd: libmpathpersist
34 +libdmmp libmultipath mpathpersist multipath multipathd: libmpathcmd
H A DCVE-2022-41974.patch4 Subject: [PATCH] multipathd: ignore duplicated multipathd command keys
22 multipathd/cli.c | 8 ++--
23 multipathd/main.c | 104 +++++++++++++++++++++++-----------------------
26 diff --git a/multipathd/cli.c b/multipathd/cli.c
28 --- a/multipathd/cli.c
29 +++ b/multipathd/cli.c
45 diff --git a/multipathd/main.c b/multipathd/main.c
47 --- a/multipathd/main.c
48 +++ b/multipathd/main.c
H A D0025-RH-add-mpathconf.patch109 +# # multipathd show config
140 + echo "start/stop/reload multipathd (Default n): --with_multipathd <y|n>"
358 + if /bin/systemctl status multipathd.service > /dev/null 2>&1 ; then
418 + if /bin/systemctl status multipathd.service > /dev/null 2>&1 ; then
425 + echo "multipathd is running"
427 + echo "multipathd is not running"
538 + systemctl start multipathd.service
542 + systemctl stop multipathd.service
545 + systemctl reload multipathd.service
569 +.B multipathd
[all …]
H A D0001-fix-bug-of-do_compile-and-do_install.patch22 -multipath multipathd mpathpersist: libmultipath
23 +multipath multipathd mpathpersist libmpathpersist : libmultipath
31 + multipathd \
H A D0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch18 patch also execs "/sbin/multipath -A" before running multipathd in
19 multipathd.service
H A Dmultipathd.oe19 DAEMON=/sbin/multipathd
H A D0001-multipath-tools-use-run-instead-of-dev-shm.patch45 multipathd/multipathd
H A D0001-fix-boolean-value-with-json-c-0.14.patch28 _error(ctx, "Invalid JSON output from multipathd IPC: " \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/
H A Dmultipath-tools_0.8.4.bb7 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
/OK3568_Linux_fs/buildroot/package/multipath-tools/
H A DConfig.in27 * multipathd - Multipath daemon.
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-multipath.c291 static void multipathd(struct md_thread *thread) in multipathd() function
410 mddev->thread = md_register_thread(multipathd, mddev, in multipath_run()