Douglas Schilling Landgraf has uploaded a new change for review. Change subject: init-functions: remove hack to strip log_filters ......................................................................
init-functions: remove hack to strip log_filters oVirt Node strips the log_filers from libvirt conf file. This "temp fix" came from 2012 and currently can affect vdsm changes in libvirt during the boot. This patch removes the temp fix. Change-Id: I79a1dba32352103fa6e128a8dd3e59adca95f27f Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1133971 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M scripts/ovirt-init-functions.sh.in 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/82/33382/1 diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in index 271f3a4..ce8f570 100644 --- a/scripts/ovirt-init-functions.sh.in +++ b/scripts/ovirt-init-functions.sh.in @@ -206,8 +206,6 @@ log "Starting ovirt-early" _start_ovirt_early RETVAL=$? - # TEMP fix broken libvirtd.conf - sed -c -i '/^log_filters=/d' /etc/libvirt/libvirtd.conf log "Completed ovirt-early" } >> $OVIRT_LOGFILE 2>&1 return $RETVAL -- To view, visit http://gerrit.ovirt.org/33382 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I79a1dba32352103fa6e128a8dd3e59adca95f27f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
