Change in vdsm[master]: storage: move threadPool module to vdsm storage lib

aaviram at redhat.com aaviram at redhat.com
Mon Apr 25 13:21:20 UTC 2016


Amit Aviram has posted comments on this change.

Change subject: storage: move threadPool module to vdsm storage lib
......................................................................


Patch Set 1:

(2 comments)

https://gerrit.ovirt.org/#/c/56571/1/vdsm/storage/storage_mailbox.py
File vdsm/storage/storage_mailbox.py:

Line 30: import uuid
Line 31: 
Line 32: from vdsm.config import config
Line 33: from vdsm.storage.exception import InvalidParameterException
Line 34: 
> The import should be here
Done
Line 35: import sd
Line 36: import misc
Line 37: import task
Line 38: from vdsm.storage.threadPool import ThreadPool


https://gerrit.ovirt.org/#/c/56571/1/vdsm/storage/taskManager.py
File vdsm/storage/taskManager.py:

Line 23: import threading
Line 24: 
Line 25: from vdsm.config import config
Line 26: from vdsm.storage import exception as se
Line 27: 
> The import should be here
Done
Line 28: from task import Task, Job, TaskCleanType
Line 29: from vdsm.storage.threadPool import ThreadPool
Line 30: 
Line 31: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie5f4edd8eea38fdb6bdf3be5c7732fee0b56d58e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Amit Aviram <aaviram at redhat.com>
Gerrit-Reviewer: Amit Aviram <aaviram at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Freddy Rolland <frolland at redhat.com>
Gerrit-Reviewer: Idan Shaby <ishaby at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list