Comment 6 for bug 1426324

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

Reviewed: https://review.openstack.org/159797
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=051fced477cdead4e307c23fc343da427beb6c81
Submitter: Jenkins
Branch: master

commit 051fced477cdead4e307c23fc343da427beb6c81
Author: James Page <email address hidden>
Date: Fri Feb 27 11:27:30 2015 +0000

    Handle return code 2 from blkid calls

    blkid returns code 2 if the requested TYPE key is not found
    for the specified device.

    Ensure that this situation is handled correctly; blkid will
    not return any data, so the return value will be empty.

    Change-Id: I38cd7b53cdfd694c0eba1b6054d8e4c33759b0b8
    Closes-Bug: #1426324