Alon Bar-Lev has posted comments on this change.

Change subject: Introducing configurator package in vdsm-tool
......................................................................


Patch Set 27:

(1 comment)

....................................................
File lib/vdsm/tool/libvirt_configure.sh.in
Line 103:         # so continue to use system default init mechanism
Line 104:         return 0
Line 105:     fi
Line 106: 
Line 107:     "@CHKCONFIG_PATH@" libvirtd off
I guess this is to play safe... always stop/remove from boot the init.d and 
always have the upstrart alive.

Please keep in mind that this script will now not be called unless 
configuration should be applied.
Line 108: 
Line 109:     if ! diff -q "${packaged}" "${target}" >/dev/null 2>&1; then
Line 110:         /bin/cp -p "${packaged}" "${target}" || return 1
Line 111:         /sbin/initctl reload-configuration


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I16bf5894e7e55a84b4c2a0caacde383ae7c19242
Gerrit-PatchSet: 27
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to