Change in vdsm[master]: A new method to read from VMs' channels.

danken at redhat.com danken at redhat.com
Tue Mar 6 20:38:37 UTC 2012


Dan Kenigsberg has submitted this change and it was merged.

Change subject: A new method to read from VMs' channels.
......................................................................


A new method to read from VMs' channels.

Replaced having a thread-per-VM that monitors and reads from the
VM's virtual channel with a 1-thread listener that handles all
VMs' channels.

This patch should reduce vdsm's memory usage consumed by memory
overhread of each thread.

Change-Id: I687a22a3fba6c1d2b42e837c5f2024aee0a98bdc
---
M vdsm.spec.in
M vdsm/Makefile.am
M vdsm/clientIF.py
M vdsm/guestIF.py
M vdsm/libvirtvm.py
A vdsm/vmChannels.py
6 files changed, 221 insertions(+), 69 deletions(-)

Approvals:
  Haim Ateya: Verified
  Dan Kenigsberg: Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I687a22a3fba6c1d2b42e837c5f2024aee0a98bdc
Gerrit-PatchSet: 10
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Gal Hammer <ghammer at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Gal Hammer <ghammer at redhat.com>
Gerrit-Reviewer: Haim Ateya <hateya at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>


More information about the vdsm-patches mailing list