You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
Currenly libvirt/server.rb has a hardcoded 60 second wait.
401 if count >= 60 then
402 raise KytoonException, "Failed to lookup ip address for #{inst_name}"
403 end
Could be make it so that user is able to specify the dom//interface/source" to wait for (first one by default) to allow cases where there can be 2 or more network adaptors and kytoon only needs to care about one/default interface
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currenly libvirt/server.rb has a hardcoded 60 second wait.
401 if count >= 60 then
402 raise KytoonException, "Failed to lookup ip address for #{inst_name}"
403 end
Could be make it so that user is able to specify the dom//interface/source" to wait for (first one by default) to allow cases where there can be 2 or more network adaptors and kytoon only needs to care about one/default interface
The text was updated successfully, but these errors were encountered: