Federico Simoncelli has uploaded a new change for review. Change subject: deploy: add rpcbind to the needed services ......................................................................
deploy: add rpcbind to the needed services Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=977940 Change-Id: I5ff0b85d5a7c439fbd8d6946f0861c5f27d0042e Signed-off-by: Federico Simoncelli <[email protected]> --- M vdsm/vdsmd.init.in M vdsm/vdsmd.service 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/41/16741/1 diff --git a/vdsm/vdsmd.init.in b/vdsm/vdsmd.init.in index b99cc3b..ed8a944 100755 --- a/vdsm/vdsmd.init.in +++ b/vdsm/vdsmd.init.in @@ -33,7 +33,7 @@ DOM_METADATA_BACKUP_DIR=/var/log/vdsm/backup CORE_PATTERN=/proc/sys/kernel/core_pattern QEMU_DUMP_PATH="/var/log/core" -NEEDED_SERVICES="iscsid multipathd ntpd wdmd sanlock network libvirtd +NEEDED_SERVICES="iscsid multipathd rpcbind ntpd wdmd sanlock network libvirtd supervdsmd" CONFLICTING_SERVICES="libvirt-guests" diff --git a/vdsm/vdsmd.service b/vdsm/vdsmd.service index 535548f..fecb646 100644 --- a/vdsm/vdsmd.service +++ b/vdsm/vdsmd.service @@ -1,7 +1,7 @@ [Unit] Description=Virtual Desktop Server Manager Requires=multipathd.service libvirtd.service time-sync.target \ - iscsid.service supervdsmd.service + iscsid.service rpcbind.service supervdsmd.service Conflicts=libvirt-guests.service ksmtuned.service [Service] -- To view, visit http://gerrit.ovirt.org/16741 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5ff0b85d5a7c439fbd8d6946f0861c5f27d0042e Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
