Comment 3 for bug 1312311

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to fuel-main (stable/4.1)

Reviewed: https://review.openstack.org/90201
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=220e09073f75809ceae38a1de9828aee3835b10c
Submitter: Jenkins
Branch: stable/4.1

commit 220e09073f75809ceae38a1de9828aee3835b10c
Author: Dmitry Borodaenko <email address hidden>
Date: Thu Apr 24 12:03:37 2014 -0700

    Don't replace "!" with "/" for cciss until after size calculation

    We use /sys/class/block/${tgtdrive}/size to calculate target drive size.
    Unlike device files in /dev, paths in /sys have "!" instead of "/", so
    the substitution should not be made until we're done with /sys.

    Change-Id: If88c311ceb41e6e3e00ef7e536329477d4243ea7
    Closes-bug: #1312311