Comment 5 for bug 1433812

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

Reviewed: https://review.openstack.org/165954
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=79790171bc76207787873e58561b00652e8875c6
Submitter: Jenkins
Branch: master

commit 79790171bc76207787873e58561b00652e8875c6
Author: Jay Faulkner <email address hidden>
Date: Thu Mar 19 11:25:35 2015 -0700

    Call partprobe+partx before writing configdrive

    partx -u $DEVICE doesn't work in some cases, but partprobe $DEVICE fails
    in virtual environments (like devstack). For now, run both commands and
    ignore partprobe failures.

    Moving forward, this shell should be factored into python and share code
    with the other partition-modifying code added this cycle.

    Change-Id: I7e4c010e260be2a23dcc894bc0c1b30aea949084
    Partial-bug: 1433812