Commit d62968b
committed
guestfs: increase SSH config timeout for Fedora on Debian hosts
Fedora guests running on Debian hosts timeout after 60 seconds while waiting
for network configuration during first boot. The 60-second timeout is
insufficient due to slower boot times caused by SELinux permissive mode
initialization on non-SELinux hosts.
Increase the default timeout from 60 to 180 seconds to accommodate Fedora boot
times. Make the timeout configurable via KDEVOPS_SSH_CONFIG_TIMEOUT environment
variable for flexibility in different environments.
Improve the error message to include the configured timeout value and suggest
using 'virsh console' for boot diagnostics.
Generated-by: Claude AI
Signed-off-by: Daniel Gomez <[email protected]>1 parent c9cc565 commit d62968b
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
40 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
0 commit comments