Comment 11 for bug 1942480

Revision history for this message
Flavio Luis Peres (fperes) wrote :

Thanks Alex,

This is the part of the code that seems to be causing this issue:

def _find_ilvg(cc, ihost, ilvg_id):
    if ilvg.isdigit():
        try:
            lvg = cc.ilvg.get(ilvg)
            lvg = cc.ilvg.get(ilvg_id)
        except exc.HTTPNotFound:
            raise exc.CommandError('Local volume group not found by id: %s'
                                   % ilvg)
                                   % ilvg_id)

./cgcs-root/stx/config 64a1944a66a04e09e4515acba0f072accb51af06 2021-11-25 19:19:03 +0000 Gerrit Code Review <email address hidden> Merge "Cleanup pylint error: redefined-outer-name"

I am assigning this LP to Jia Hu to fix it.