[node-patches] Change in ovirt-node[master]: ovirt-kdump should match the dependencies of regular kdump

rbarry at redhat.com rbarry at redhat.com
Wed Jun 3 17:28:51 UTC 2015


Ryan Barry has uploaded a new change for review.

Change subject: ovirt-kdump should match the dependencies of regular kdump
......................................................................

ovirt-kdump should match the dependencies of regular kdump

Start after remote-fs and network-online to match what unmodified
kdump is doing, since we're currently starting too early, and
relying on the kdump developer's work means avoiding a race.

Change-Id: Ic22bd5c0d218c597d24fbc2ca0e04f1697add76d
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1180371
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M services/ovirt-kdump.service
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/09/41909/1

diff --git a/services/ovirt-kdump.service b/services/ovirt-kdump.service
index e467593..1dd0600 100644
--- a/services/ovirt-kdump.service
+++ b/services/ovirt-kdump.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=oVirt Node kdump service
-After=network.target ovirt-early.service
+After=network.target network-online.target remote-fs.target ovirt-early.service
 
 [Service]
 Type=oneshot


-- 
To view, visit https://gerrit.ovirt.org/41909
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic22bd5c0d218c597d24fbc2ca0e04f1697add76d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list