From: David Galloway Date: Tue, 27 Feb 2018 00:12:18 +0000 (-0500) Subject: sepia-fog-images: Add machine name to unlock command X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F969%2Fhead;p=ceph-build.git sepia-fog-images: Add machine name to unlock command Signed-off-by: David Galloway --- diff --git a/sepia-fog-images/build/failure b/sepia-fog-images/build/failure index a19968998..b9b5d166b 100755 --- a/sepia-fog-images/build/failure +++ b/sepia-fog-images/build/failure @@ -33,7 +33,7 @@ allhosts=$(teuthology-lock --brief | grep "Locked to capture FOG image for Jenki for machine in $allhosts; do ssh ubuntu@store01.front.sepia.ceph.com "sudo /usr/local/sbin/set-next-server.sh $machine fog" teuthology-lock --update --status down $machine - teuthology-lock --update --desc "Failed to capture FOG image: ${BUILD_URL}" + teuthology-lock --update --desc "Failed to capture FOG image: ${BUILD_URL}" $machine done # Restart dhcpd (for some reason doing this every time we set the next-server in the for loop above, dhcpd would fail to start)