Comment 4 for bug 1381218

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

Reviewed: https://review.openstack.org/128739
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=f18db6ac586491f4afc4b460c5aee9ff407dad73
Submitter: Jenkins
Branch: stable/5.1

commit f18db6ac586491f4afc4b460c5aee9ff407dad73
Author: Andrew Woodward <email address hidden>
Date: Tue Oct 14 14:37:28 2014 -0700

    Add support for cciss p seperator in ceph-osd fact

    the facter code was subsituting the ! in the cciss device, but had forgotten
     about the p seperator between the device and partation number.

    the patch adds the p seperator if the ! is matched in the gsub to the remaining
     locations that would need the p seperator to properly refrence devices.

    Change-Id: I5054cde345495b62fa66f3ae3876fc6eb098cc5c
    Closes-bug: 1381218