Comment 4 for bug 1418833

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

Reviewed: https://review.openstack.org/153592
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=877f66826cd1b50163c67e73c8ebb4590c0f7ec8
Submitter: Jenkins
Branch: master

commit 877f66826cd1b50163c67e73c8ebb4590c0f7ec8
Author: Jim Rollenhagen <email address hidden>
Date: Fri Feb 6 07:08:09 2015 -0800

    Use partx to update partition table

    partprobe does not appear to work in virtual machines. Let's find out if
    `partx -u` does the same thing and also works on virt.

    Change-Id: I4467299a82e728930ac8f99a0ba16d3ea7c6755c
    Closes-Bug: #1418833