Comment 4 for bug 1739421

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

Reviewed: https://review.openstack.org/529325
Committed: https://git.openstack.org/cgit/openstack/ironic-lib/commit/?id=0d65451cfc7c96f735143c0d2e593abb80beb731
Submitter: Zuul
Branch: master

commit 0d65451cfc7c96f735143c0d2e593abb80beb731
Author: Nikolay Fedotov <email address hidden>
Date: Fri Dec 15 15:05:03 2017 +0300

    Add wait_for_disk to destroy_disk_metadata function

    * Move _wait_for_disk_to_become_available function
      from DiskPartitioner class to utils.py
    * Call the wait_for_disk_to_become_available during
      the destroy_disk_metadata metadata to ensure that
      nothing is using disk and preventing metadata
      from being destroyed.

    Change-Id: I9134b4cfdf15ba9610b4d1f844e64858d69713a5
    Closes-Bug: #1739421