Comment 5 for bug 1332521

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

Reviewed: https://review.openstack.org/137737
Committed: https://git.openstack.org/cgit/openstack/diskimage-builder/commit/?id=cc9870ec1142cc46fd3e2e84a2d2e38c78d57d60
Submitter: Jenkins
Branch: master

commit cc9870ec1142cc46fd3e2e84a2d2e38c78d57d60
Author: Haomeng, Wang <email address hidden>
Date: Mon Mar 23 08:35:41 2015 +0000

    Try 5 times for rmdir command call after umount

    Sometime, we will get "Device or resource busy" during the mount point
    deleting, umount return 0, but the resouce is busy for a while, so need
    to add sleep interval to wait resource free, then we can delete it.
    Change-Id: Idaa219d12e847824960eec8907739add5d619d1a
    Closes-Bug: 1332521