]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
sepia-fog-images: Add machine name to unlock command 969/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 27 Feb 2018 00:12:18 +0000 (19:12 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 27 Feb 2018 00:14:56 +0000 (19:14 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
sepia-fog-images/build/failure

index a19968998d0bb332c389e8cc5839f0033cea7ffd..b9b5d166bc17284ab6f846b1c79779e9295dcc40 100755 (executable)
@@ -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)