From 527384533436bda10fe0e29f86da7f6ca7be7ba9 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 26 Feb 2018 19:12:18 -0500 Subject: [PATCH] sepia-fog-images: Add machine name to unlock command Signed-off-by: David Galloway --- sepia-fog-images/build/failure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3