1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[Brightbox] Removes incorrect yard tag

This commit is contained in:
Paul Thornthwaite 2012-11-07 14:05:05 +00:00
parent 95932d250b
commit 362492b081

View file

@ -184,9 +184,10 @@ module Fog
# Soft reboots often timeout if the OS missed the request so we do more
# error checking trying to detect the timeout
#
# @fixme - Using side effect of wait_for's (evaluated block) to detect timeouts
# @todo Needs cleaner error handling when the OS times out
def soft_reboot
shutdown
# FIXME Using side effect of wait_for's (evaluated block) to detect timeouts
if wait_for(20) { ! ready? }
# Server is now down, start it up again
start