Comment 9 for bug 1617071

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-nailgun-agent (master)

Reviewed: https://review.openstack.org/373448
Committed: https://git.openstack.org/cgit/openstack/fuel-nailgun-agent/commit/?id=60173537665464db260fb93829eb8affced33535
Submitter: Jenkins
Branch: master

commit 60173537665464db260fb93829eb8affced33535
Author: Alexander Gordeev <email address hidden>
Date: Tue Sep 20 19:11:01 2016 +0300

    Add 'Container' field for MD parser

    The logic of filtering of fake RAID MD heavily relies on the
    presence of of 'Container' field inside of parsed data.
    If this field is missing, it will never figure out the name of any
    fake RAID devices and its component.

    This patch adds this field to a parser.

    In addition to that, it also logs all found fake RAIDs and
    their components for the sake of easy debugging.

    Change-Id: I2066c5a0e995e542271cd308c9d83e2373787be4
    Closes-Bug: #1617071