Comment 3 for bug 1381218

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

Reviewed: https://review.openstack.org/128450
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=bc61411d5d1fba2758df08c5008bc0242433815c
Submitter: Jenkins
Branch: master

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