Dan Kenigsberg has posted comments on this change. Change subject: pep8 fixes for vdsm file ......................................................................
Patch Set 1: I would prefer that you didn't submit this (1 inline comment) .................................................... File vdsm/vdsm Line 119: ) Line 120: group = grp.getgrnam(constants.VDSM_GROUP) Line 121: assert ((constants.VDSM_USER in group.gr_mem Line 122: or pwd.getpwnam(constants.VDSM_USER).pw_gid == group.gr_gid), Line 123: "VDSM failed to start: vdsm user is not in KVM group") heh, I've independently fixed a worse problem in these lines http://gerrit.ovirt.org//9745/ please rebase on top of that. Line 124: Line 125: if __name__ == '__main__': Line 126: __assertVdsmUser() Line 127: os.setpgrp() -- To view, visit http://gerrit.ovirt.org/9698 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I24e861a6accc8190875f5e39f20f7deee4abd89b Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
