Adam Litke has posted comments on this change. Change subject: storage: Cleanup usage of DMDK_POOLS ......................................................................
Patch Set 1: (2 comments) https://gerrit.ovirt.org/#/c/54564/1/vdsm/storage/sd.py File vdsm/storage/sd.py: Line 37: import clusterlock Line 38: import outOfProcess as oop Line 39: from persistentDict import unicodeEncoder, unicodeDecoder Line 40: import volume Line 41: import constants as storage_constants > constants are no at lib/vdsm/storage. Done Line 42: Line 43: from vdsm.config import config Line 44: Line 45: DOMAIN_MNT_POINT = 'mnt' https://gerrit.ovirt.org/#/c/54564/1/vdsm/storage/volume.py File vdsm/storage/volume.py: Line 22: import logging Line 23: import time Line 24: from contextlib import contextmanager Line 25: Line 26: import constants > import from vdsm.storage Done Line 27: import image Line 28: from vdsm import qemuimg Line 29: import storage_exception as se Line 30: import sd -- To view, visit https://gerrit.ovirt.org/54564 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iccde03ea2fb77fb2df24de59b61952578b3f1fc3 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
