Comment 3 for bug 1800889

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to stx-integ (master)

Reviewed: https://review.openstack.org/616129
Committed: https://git.openstack.org/cgit/openstack/stx-integ/commit/?id=2994a26b9edbd1ea038855dde5e1bf5492179ee7
Submitter: Zuul
Branch: master

commit 2994a26b9edbd1ea038855dde5e1bf5492179ee7
Author: Robert Church <email address hidden>
Date: Wed Nov 7 00:41:17 2018 -0500

    Fix exec check which restricts ceph-prepare execution

    Minor patch update to the command that checks to see if an OSD should be
    erased.

    The recent bug fix attempts to perform command expansion within a
    literal string. This will always fail and cause the OSD to be
    reformatted.

    Change the single quotes to double quotes to allow the command expansion
    to execute successfully.

    Change-Id: I522207e7e5f7a428fb3a962ab6a13574f73bb3c9
    Related-Bug: #1800889
    Signed-off-by: Robert Church <email address hidden>