Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: service: make iscsid a systemd dependency
......................................................................

service: make iscsid a systemd dependency

Also remove starting iscsid with force-start as it is no longer
supported

master commit 3c0adf791e790c820d44317204f275aa09513318

Change-Id: I461cf35763c495b0630acf9d4a7c8716036ad41e
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
---
M vdsm/vdsmd.init.in
M vdsm/vdsmd.service
2 files changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/16527/1

diff --git a/vdsm/vdsmd.init.in b/vdsm/vdsmd.init.in
index c8223d3..9789437 100755
--- a/vdsm/vdsmd.init.in
+++ b/vdsm/vdsmd.init.in
@@ -158,7 +158,6 @@
         fi
     done
 
-    /sbin/service iscsid force-start
 }
 
 test_lo() {
diff --git a/vdsm/vdsmd.service b/vdsm/vdsmd.service
index 9823b34..9ed69ba 100644
--- a/vdsm/vdsmd.service
+++ b/vdsm/vdsmd.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=Virtual Desktop Server Manager
-Requires=multipathd.service libvirtd.service time-sync.target
+Requires=multipathd.service libvirtd.service time-sync.target iscsid.service
 Conflicts=libvirt-guests.service
 
 [Service]


-- 
To view, visit http://gerrit.ovirt.org/16527
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I461cf35763c495b0630acf9d4a7c8716036ad41e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.2
Gerrit-Owner: Douglas Schilling Landgraf <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to