Comment 2 for bug 1547000

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

Reviewed: https://review.openstack.org/281849
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=b8e3f981a722e0d815e9acfddd88bd4938b22a42
Submitter: Jenkins
Branch: master

commit b8e3f981a722e0d815e9acfddd88bd4938b22a42
Author: Thomas Bechtold <email address hidden>
Date: Thu Feb 18 14:26:45 2016 +0100

    Check for device node availability before mkfs

    When using the generic driver, a volume is attached to the service
    VM and then a mkfs is done to create a FS on that volume inside of
    the VM. But it can be the case that it takes a bit of time before
    the device node pops up inside of the VM. So wait some seconds
    before doing a mkfs on a non-existing device node.

    Change-Id: I42228d9a8ad836a95be5c59e43bd6762677dd85f
    Closes-bug: #1547000