Dan Kenigsberg has submitted this change and it was merged.

Change subject: BZ#821867: Do not append comments to config values
......................................................................


BZ#821867: Do not append comments to config values

In Fedora 17, libvirt is reading the entire line from configuration
file, ignoring comments.

Starting libvirt as:

        root       907  0.0  0.3 459996 13556 ?        Ssl  09:05   0:00
        /usr/sbin/libvirtd --listen # by vdsm

This patch will mark the configuration section created by vdsm, example:

        ## beginning of configuration section by vdsm-4.9.6
        listen_addr="0.0.0.0"
        ## end of configuration section by vdsm-4.9.6

Change-Id: I01840754844fbcd4d3f44bd16e0627015a59af83
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
---
M vdsm/vdsmd.init.in
1 file changed, 21 insertions(+), 4 deletions(-)

Approvals:
  Douglas Schilling Landgraf: Verified
  Royce Lv: Looks good to me, but someone else must approve
  Dan Kenigsberg: Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I01840754844fbcd4d3f44bd16e0627015a59af83
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Ofer Schreiber <[email protected]>
Gerrit-Reviewer: Royce Lv <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to