Douglas Schilling Landgraf has posted comments on this change.

Change subject: Checking syslog availability before starting vdsm
......................................................................


Patch Set 5: I would prefer that you didn't submit this

(1 inline comment)

....................................................
File vdsm/vdsmd.init.in
Line 137: 
Line 138: syslog_available() {
Line 139:     if ! [[ -S "/dev/log" ]]; then
Line 140:       log_failure_msg "Cannot communicate with syslog deamon for 
reports. " \
Line 141:                       "Check rsyslog.conf"
space instead of tab. I couldn't verify yet. I will try tomorrow.
Line 142:       return 1
Line 143:     fi
Line 144:     return 0
Line 145: }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I60d0537f67da3cf81477760ccb3760a103dc15ac
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Barak Azulay <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]>
Gerrit-Reviewer: Haim Ateya <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to