Change in vdsm[ovirt-3.5]: virt: Set cloexec flag on channel sockets

fromani at redhat.com fromani at redhat.com
Fri Jan 15 15:31:16 UTC 2016


Francesco Romani has posted comments on this change.

Change subject: virt: Set cloexec flag on channel sockets
......................................................................


Patch Set 5:

run locally:

1209 16:30:33 fromani at musashi ~/Projects/upstream/vdsm $ make check-local
python -c 'import pyflakes; print("pyflakes-%s" % pyflakes.__version__)'
pyflakes-1.0.0
find . -path './.git' -prune -type f -o \
	-name '*.py' -o -name '*.py.in'  | xargs /usr/bin/pyflakes | \
	grep -w -v "\./vdsm/storage/lvm\.py.*: list comprehension redefines 'lv' from line .*" | \
	while read LINE; do echo "$LINE"; false; done
/usr/bin/pep8 --version
1.5.7
for x in config.py constants.py crossImportsTests.py vdsm.py ; do \
    exclude="${exclude},${x}" ; \
done ; \
/usr/bin/pep8 --exclude="${exclude}" --filename '*.py,*.py.in' .
/usr/bin/pep8 contrib/profile-stats init/daemonAdapter vdsm/get-conf-item vdsm/set-conf-item vdsm/supervdsmServer vdsm/vdsm vdsm/vdsm-restore-net-config vdsm/storage/curl-img-wrap vdsm/storage/fc-scan vdsm-tool/vdsm-tool vds_bootstrap/setup 
1210 16:30:48 fromani at musashi ~/Projects/upstream/vdsm $ git log --oneline -1
c7c750c virt: Set cloexec flag on channel sockets

-- 
To view, visit https://gerrit.ovirt.org/51878
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic4a452f7837267434bc836fced4c2efd92d745cf
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Vinzenz Feenstra <vfeenstr at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: No


More information about the vdsm-patches mailing list