Comment 3 for bug 1326021

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

Reviewed: https://review.openstack.org/103691
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=b5ed2f41da16755b1bbf6c9e47427db2a28b65e3
Submitter: Jenkins
Branch: master

commit b5ed2f41da16755b1bbf6c9e47427db2a28b65e3
Author: Andrew Lazarev <email address hidden>
Date: Tue Jul 1 13:41:16 2014 -0700

    Fixed volumes mount in case of existing volumes

    Changed pattern of volumes mounting from "create all volumes,
    find unmounted partitions, mount them" to "create volumes,
    remember their device names, wait for specific devices (not
    abstract as before), mount them". This allows to make sure that
    we are mounting devices we requisted and avoid interfering with
    other devices.

    Change-Id: Ib2f7a801f3e45020d24a59564a102c2fd77ab525
    Closes-Bug: #1326021