Zhou Zheng Sheng has posted comments on this change.

Change subject: Adding check of os.access to vdsm log file during startup
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File vdsm/vdsm
Line 112: 
Line 113: 
Line 114: def __assertLogPermission():
Line 115:     logfile = constants.P_VDSM_LOG + "vdsm.log"
Line 116:     assert(os.access(logfile, os.W_OK), "error in accessing vdsm log 
file")
This checks vdsm.log. I see libvirt.log, metadata.log, spm-lock.log, mom.log 
are there. Do they need to be checked as well?
Line 117: 
Line 118: 
Line 119: def __assertVdsmUser():
Line 120:     username = getpass.getuser()


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I578bdfaa199afc2d5f154a1de12241e02b1ca1a4
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to