Closed
Bug 1470016
Opened 7 years ago
Closed 6 years ago
Add a reboot to run-hw-generic-worker-10-and-reboot.bat if OCC manifest takes excessive amount of time
Categories
(Infrastructure & Operations :: RelOps: OpenCloudConfig, task)
Infrastructure & Operations
RelOps: OpenCloudConfig
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: markco, Assigned: markco)
Details
No description provided.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mcornmesser
Assignee | ||
Comment 1•6 years ago
|
||
Being addressed by:
https://github.com/markcor/OpenCloudConfig/blob/master/userdata/hw-startup-check.ps1
Start-Sleep -s 1800
if((Get-Process -Name generic-worker -ErrorAction SilentlyContinue) -eq $null){
foreach ($flag in $flagss) {
if (Test-Path -Path $flag -ErrorAction SilentlyContinue) {
}
}
Remove-Item $flag -confirm:$false -recurse:$true -force -ErrorAction SilentlyContinue
shutdown @('-r', '-t', '0', '-c', 'Generic-worker.exe has not started within the expected time; Restarting', '-f')
}
exit
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•