Increase the default UpgradeLeappRebootTimeout to 60 mins
On a physical host with ~36+ HDDs it can take 20-30mins to complete the hardware part of the boot, so rather than cut off the reboot at 30 mins we double it to 60 mins. Note that if the host is ready before that, the process will continue. Change-Id: Iac930081170daa7d4453846c8efaa93b6ceabcfa Closes-Bug: bz#1846475
This commit is contained in:
parent
9f5bee1bff
commit
d58efb58e0
@ -75,7 +75,7 @@ parameters:
|
||||
UpgradeLeappRebootTimeout:
|
||||
description: Timeout (seconds) for the OS upgrade phase via Leapp
|
||||
type: number
|
||||
default: 1800
|
||||
default: 3600
|
||||
UpgradeLeappToRemove:
|
||||
default: []
|
||||
description: List of packages to remove during Leapp upgrade.
|
||||
|
Loading…
Reference in New Issue
Block a user