Comment 10 for bug 1319995

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/4.1)

Reviewed: https://review.openstack.org/96859
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=e6d2ddaaff69cd12f18724c000d0265823bae019
Submitter: Jenkins
Branch: stable/4.1

commit e6d2ddaaff69cd12f18724c000d0265823bae019
Author: Dmitry Ilyin <email address hidden>
Date: Wed May 21 19:51:27 2014 +0400

    Fix ubuntu provisioning

    This patch fixes partitioning counting. We use kind of
    '$(readlink -f $(ls /dev/disk/by-path/foo) )' as a
    key for a partitioning counter, but in that particular place
    it was like /dev/disk/by-path/foo.

    Change-Id: Iafbfcda96d0904ff87781df4d3b04d9293656d04
    Closes-Bug: 1319995