Dan Kenigsberg has posted comments on this change. Change subject: block: simplify zeroImgVolumes using threads ......................................................................
Patch Set 3: Code-Review-1 (1 comment) http://gerrit.ovirt.org/#/c/35630/3/vdsm/storage/blockSD.py File vdsm/storage/blockSD.py: Line 48: from storage_mailbox import MAILBOX_SIZE Line 49: import resourceManager as rm Line 50: import mount Line 51: import supervdsm as svdsm Line 52: from threadLocal import vars The unloved threadLocal module is important to make zeroImgVolumes abortable; it should not appear in this patch, that aims only to simplify the code by using threads. Line 53: import volume Line 54: Line 55: STORAGE_DOMAIN_TAG = "RHAT_storage_domain" Line 56: STORAGE_UNREADY_DOMAIN_TAG = STORAGE_DOMAIN_TAG + "_UNREADY" -- To view, visit http://gerrit.ovirt.org/35630 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I665d863085842de8ff93c9aacf7c26277dfb031d Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
