#0
print
>>> [noc] pulling next host record off laskey…
#2
req 1
connector:http
{
"method": "GET",
"url": "http://laskey.flowmetal.svc.cluster.local:8080/hosts/next"
}
#3
req 1
ok
{
"body": {
"config": {
"disk_layout": "md-raid10",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-b1"
},
"hostname": "host-c7623e43"
},
"headers": {
"content-length": "119",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#4
print
>>> [noc] target host host-c7623e43 (rhel-9 / api-worker / md-raid10) — handing off to wilson.
#6
print
>>> [noc] attempt 1/4: kicking off reinstall of host-c7623e43.
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-b1"
},
"hostname": "host-c7623e43"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
ok
{
"body": {
"hostname": "host-c7623e43",
"reinstall_id": "ri_f1199af117f8"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#10
req 5
sleep
deadline=1776772278.217553887
duration=2s
#12
req 6
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_f1199af117f8"
}
#13
req 6
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-c7623e43",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_f1199af117f8",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:18 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#14
print
>>> [noc] attempt 1: wilson claims it never heard of ri_f1199af117f8. classic.
#16
print
>>> [noc] attempt 2/4: kicking off reinstall of host-c7623e43.
#18
req 9
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-b1"
},
"hostname": "host-c7623e43"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#19
req 9
ok
{
"body": {
"hostname": "host-c7623e43",
"reinstall_id": "ri_37080bc9aa87"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:26 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#20
req 10
sleep
deadline=1776772296.058800215
duration=2s
#22
req 11
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_37080bc9aa87"
}
#23
req 11
ok
{
"body": {
"error_kind": "wilson_forgot",
"hostname": "host-c7623e43",
"message": "wilson forgot this reinstall ever happened",
"reinstall_id": "ri_37080bc9aa87",
"retryable": true,
"status": "forgotten"
},
"headers": {
"content-length": "183",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:36 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#24
print
>>> [noc] attempt 2: wilson claims it never heard of ri_37080bc9aa87. classic.
#26
print
>>> [noc] attempt 3/4: kicking off reinstall of host-c7623e43.
#28
req 14
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "rhel-9",
"profile": "api-worker",
"rack": "rack-b1"
},
"hostname": "host-c7623e43"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#29
req 14
ok
{
"body": {
"hostname": "host-c7623e43",
"reinstall_id": "ri_2b3b44500062"
},
"headers": {
"content-length": "61",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:44 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#30
req 15
sleep
deadline=1776772317.283011902
duration=2s
#32
req 16
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_2b3b44500062"
}
#33
req 16
ok
{
"body": {
"eta_seconds": 0.05,
"hostname": "host-c7623e43",
"reinstall_id": "ri_2b3b44500062",
"status": "pending"
},
"headers": {
"content-length": "99",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:51:57 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#34
req 17
sleep
deadline=1776772322.869598289
duration=2s
#36
req 18
connector:http
{
"method": "GET",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_2b3b44500062"
}
#37
req 18
ok
{
"body": {
"hostname": "host-c7623e43",
"reinstall_id": "ri_2b3b44500062",
"status": "succeeded",
"took_seconds": 13.08
},
"headers": {
"content-length": "103",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:52:02 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#38
print
>>> [noc] host-c7623e43 reinstalled clean on attempt 3. standing down.
#40
DONE
worker=worker-cb363943-e8d5-4544-959e-0acbf94251c1