(edwad, nsoffer, pkliczew, alitke, fromani, ybronhei)
Python3 current work and gaps -
Current main gaps are the removal of deathSignal to unify cpopen api to standard Popen api, and AsyncProc which uses StringIO internal attributes which don't exist in six's stringIO . because of those two we can't import commands.py which most of the tests use.
Jsonrpc client - we need to close gaps before disabling xmlrpc client - Pioter can add more words about the gaps that we currently have.
basically when we finish with that we'll be able to remove vdsClient
New leak was exposed in vdsm - fromani will elaborate more once finding the exact location. Nir suggested https://gerrit.ovirt.org/#/c/51708/ to see the status of the gc and gather more internal information about the current vdsm instance - this can help to debug remotely without changing the code.
--