All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cgl][PATCH 0/1] Disable autostart of pacemaker
@ 2017-11-07  9:20 kai.kang
  2017-11-07  9:20 ` [meta-cgl][PATCH 1/1] pacemaker: disable autostart kai.kang
  0 siblings, 1 reply; 2+ messages in thread
From: kai.kang @ 2017-11-07  9:20 UTC (permalink / raw)
  To: yocto

From: Kai Kang <kai.kang@windriver.com>

Patch to disable autostart of corosync is in review.

Kai Kang (1):
  pacemaker: disable autostart

 meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.16.bb | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.14.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [meta-cgl][PATCH 1/1] pacemaker: disable autostart
  2017-11-07  9:20 [meta-cgl][PATCH 0/1] Disable autostart of pacemaker kai.kang
@ 2017-11-07  9:20 ` kai.kang
  0 siblings, 0 replies; 2+ messages in thread
From: kai.kang @ 2017-11-07  9:20 UTC (permalink / raw)
  To: yocto

From: Kai Kang <kai.kang@windriver.com>

pacemaker requires corosync starts before it. But corosync could not start
without configuration and autostart is disabled. So disable autostart of
pacemaker too.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.16.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.16.bb b/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.16.bb
index 3a4a848..37c3b53 100755
--- a/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.16.bb
+++ b/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.16.bb
@@ -88,6 +88,8 @@ FILES_${PN} += " ${datadir}/snmp                             \
 FILES_${PN}-dbg += "${libdir}/corosync/lcrso/.debug"
 RDEPENDS_${PN} = "bash python libqb"
 
+SYSTEMD_AUTO_ENABLE = "disable"
+
 SYSTEMD_PACKAGES += "${PN}-remote"
 SYSTEMD_SERVICE_${PN} += "pacemaker.service crm_mon.service"
 SYSTEMD_SERVICE_${PN}-remote += "pacemaker_remote.service"
-- 
2.14.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-07  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07  9:20 [meta-cgl][PATCH 0/1] Disable autostart of pacemaker kai.kang
2017-11-07  9:20 ` [meta-cgl][PATCH 1/1] pacemaker: disable autostart kai.kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.