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:
parent
95932d250b
commit
362492b081
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue