Change in vdsm[master]: move alignmentScan.py to lib

nsoffer at redhat.com nsoffer at redhat.com
Tue Mar 1 14:17:41 UTC 2016


Nir Soffer has posted comments on this change.

Change subject: move alignmentScan.py to lib
......................................................................


Patch Set 7: Code-Review-1

(1 comment)

https://gerrit.ovirt.org/#/c/53758/7/lib/vdsm/alignmentScan.py
File lib/vdsm/alignmentScan.py:

Line 21: 
Line 22: 
Line 23: from collections import namedtuple
Line 24: from vdsm.utils import CommandPath
Line 25: from vdsm.commands import execCmd
Please keep using misc.execCmd - this changes the logging and may break our debugging tools depending on vdsm log.

Looks like storage.misc must move first to lib - and alignmentScan should move into lib/vdsm/storage - this is not common infrastructure.
Line 26: 
Line 27: ScanOutput = namedtuple(
Line 28:     'ScanOutput',
Line 29:     ['partitionName', 'partitionStartBytes', 'partitionAlignment',


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib0537393da342507c9e64e9d71656cfc69bbe15e
Gerrit-PatchSet: 7
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list