리부팅이 무한 대기상태일때...
두옵션의 차이점은?
reboot_timeout 옵션을...600으로 주고 600초이상(약1200초)이 지났음에도...자동으로 하드 재부팅이 되지 않음
example)
xxxxxxxx | nxxx_xxx | REBOOT | reboot_started | Running | nearsun=172.XXX.0.7, XX.XXX.203.217
-->> | HARD_REBOOT | reboot_started_hard | Running
[DEFAULT]
reboot_timeout = 0
(Integer) Automatically hard reboot an instance if it has been stuck in a rebooting state longer than N seconds. Set to 0 to disable.
:: 인스턴스가 N 초보다 긴 재부트 상태에서 멈춘 경우 인스턴스를 자동으로 하드 재부팅합니다. 사용하지 않으려면 0으로 설정하십시오.
[libvirt]
wait_soft_reboot_seconds = 120
(Integer) Number of seconds to wait for instance to shut down after soft reboot request is made. We fall back to hard reboot if instance does not shutdown within this window.
:: 소프트 재부트 요청 후 인스턴스가 종료 될 때까지 대기하는 시간 (초). 이 창에서 인스턴스가 종료되지 않으면 하드 재부팅됩니다.