Change in vdsm[master]: performance: switch to cPickle

fromani at redhat.com fromani at redhat.com
Fri Mar 28 12:56:43 UTC 2014


Francesco Romani has posted comments on this change.

Change subject: performance: switch to cPickle
......................................................................


Patch Set 9:

(1 comment)

http://gerrit.ovirt.org/#/c/25860/9/vdsm/storage/remoteFileHandler.py
File vdsm/storage/remoteFileHandler.py:

Line 28: try:
Line 29:     import cPickle as pickle
Line 30:     pickle  # make pyflakes happy
Line 31: except ImportError:  # py3
Line 32:     import pickle
Here and in storageServer: not sure we can use lib/vdsm code, will have a deeper look ASAP.
Line 33: import signal
Line 34: import sys
Line 35: import select
Line 36: from contextlib import contextmanager


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I7b4b7d600c8432c948b795adad0459c318c8164b
Gerrit-PatchSet: 9
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland at redhat.com>
Gerrit-Reviewer: Eduardo <ewarszaw at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list