Comment 13 for bug 1453959

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

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

commit 801cf96c8e08d87683919e0ae5b83d93e0f81bad
Author: Ryan Moe <email address hidden>
Date: Wed May 13 09:13:24 2015 -0700

    Fix incorrect shell command in ceph OSD Facter function

    When DEVLINKS was on the first line of udevadm output
    this function would fail to correctly find a journal
    device name. This would result in an invalid ceph-deploy
    command line. An empty string as the journal device name
    would cause the same issue and this case has been fixed
    as well.

    Change-Id: I785fd463fab781ac1b769fb2eee5c6abf0ef6261
    Co-Authored-By: Mykola Golub <email address hidden>
    Closes-bug: #1453959
    Related-bug: #1441434