From 294c535e699af4dbeee740c56a4e99af02a4a5f9 Mon Sep 17 00:00:00 2001 From: David Blaisonneau Date: Fri, 8 Jan 2016 14:52:54 +0100 Subject: [PATCH] Correct bad var name Change-Id: I3d582d02c16fd3124d8ef89a9ab02b9426979d08 Signed-off-by: David Blaisonneau --- jjb/joid/joid-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/joid/joid-deploy.sh b/jjb/joid/joid-deploy.sh index ad4248954..59c66e418 100644 --- a/jjb/joid/joid-deploy.sh +++ b/jjb/joid/joid-deploy.sh @@ -81,7 +81,7 @@ fi #Find the first line of osd-devices to change the one for ceph, then the other for ceph-osd CEPH_DEV_LINE=$(grep -nr osd-devices $SRCBUNDLE |head -n1|cut -d: -f1) sed -i -- "${CEPH_DEV_LINE}s@osd-devices: /srv@osd-devices: $CEPH_DISKS@" $SRCBUNDLE -sed -i -- "s@osd-devices: /srv@osd-devices: $CEPH_DISKS_CONTROLERS@" $SRCBUNDLE +sed -i -- "s@osd-devices: /srv@osd-devices: $CEPH_DISKS_CONTROLLERS@" $SRCBUNDLE sed -i -r -- "s/^(\s+osd-reformat: )'no'/\1'$CEPH_REFORMAT'/" $SRCBUNDLE ## -- 2.16.6