Comment 4 for bug 1312311

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

Reviewed: https://review.openstack.org/90197
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=a6a6ff80e3c7cb778403fc5537e6bd7dc1b992cd
Submitter: Jenkins
Branch: master

commit a6a6ff80e3c7cb778403fc5537e6bd7dc1b992cd
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