← console

job 62638723-a70f-47e4-82dd-953e8f8f8c3d

StateDONE
Quotaservitor-demo
Manifest685e1efe78294603048471e6ae5d3464d7fb7e385d3fbf1b46e18988f6350003
Entry overridetirefireind.us/flowmetal-servitor/reinstall-host/reinstall
Workerworker-5879336e-a44f-45a2-ad04-4943fa33f428
Inbox HWM0

Log

#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": "ubuntu-24.04",
      "profile": "api-worker",
      "rack": "rack-c1"
    },
    "hostname": "host-4a50457d"
  },
  "headers": {
    "content-length": "125",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 10:34:00 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#4 print >>> [noc] target host host-4a50457d (ubuntu-24.04 / api-worker / md-raid10) — handing off to wilson.
#6 print >>> [noc] attempt 1/4: kicking off reinstall of host-4a50457d.
#8 req 4 connector:http
{
  "body_json": {
    "config": {
      "disk_layout": "md-raid10",
      "os": "ubuntu-24.04",
      "profile": "api-worker",
      "rack": "rack-c1"
    },
    "hostname": "host-4a50457d"
  },
  "method": "POST",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9 req 4 ok
{
  "body": {
    "hostname": "host-4a50457d",
    "reinstall_id": "ri_9cd6f7ca4d33"
  },
  "headers": {
    "content-length": "61",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 10:34:08 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#10 req 5 sleep deadline=1776767661.233742806 duration=2s
#11 req 5 ok
null
#12 req 6 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_9cd6f7ca4d33"
}
#13 req 6 ok
{
  "body": {
    "eta_seconds": 0.15,
    "hostname": "host-4a50457d",
    "reinstall_id": "ri_9cd6f7ca4d33",
    "status": "pending"
  },
  "headers": {
    "content-length": "99",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 10:34:21 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#14 req 7 sleep deadline=1776767672.015385174 duration=2s
#15 req 7 ok
null
#16 req 8 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_9cd6f7ca4d33"
}
#17 req 8 ok
{
  "body": {
    "error_kind": "wilson_forgot",
    "hostname": "host-4a50457d",
    "message": "wilson forgot this reinstall ever happened",
    "reinstall_id": "ri_9cd6f7ca4d33",
    "retryable": true,
    "status": "forgotten"
  },
  "headers": {
    "content-length": "183",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 10:34:32 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#18 print >>> [noc] attempt 1: wilson claims it never heard of ri_9cd6f7ca4d33. classic.
#20 print >>> [noc] attempt 2/4: kicking off reinstall of host-4a50457d.
#22 req 11 connector:http
{
  "body_json": {
    "config": {
      "disk_layout": "md-raid10",
      "os": "ubuntu-24.04",
      "profile": "api-worker",
      "rack": "rack-c1"
    },
    "hostname": "host-4a50457d"
  },
  "method": "POST",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#23 req 11 ok
{
  "body": {
    "hostname": "host-4a50457d",
    "reinstall_id": "ri_5e0d3ad82026"
  },
  "headers": {
    "content-length": "61",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 10:34:39 GMT",
    "server": "uvicorn"
  },
  "status": 202.0
}
#24 req 12 sleep deadline=1776767690.077246497 duration=2s
#25 req 12 ok
null
#26 req 13 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_5e0d3ad82026"
}
#27 req 13 ok
{
  "body": {
    "eta_seconds": 2.1,
    "hostname": "host-4a50457d",
    "reinstall_id": "ri_5e0d3ad82026",
    "status": "pending"
  },
  "headers": {
    "content-length": "98",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 10:34:50 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#28 req 14 sleep deadline=1776767700.036895660 duration=2s
#29 req 14 ok
null
#30 req 15 connector:http
{
  "method": "GET",
  "url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall/ri_5e0d3ad82026"
}
#31 req 15 ok
{
  "body": {
    "hostname": "host-4a50457d",
    "reinstall_id": "ri_5e0d3ad82026",
    "status": "succeeded",
    "took_seconds": 12.84
  },
  "headers": {
    "content-length": "103",
    "content-type": "application/json",
    "date": "Tue, 21 Apr 2026 10:35:00 GMT",
    "server": "uvicorn"
  },
  "status": 200.0
}
#32 print >>> [noc] host-4a50457d reinstalled clean on attempt 2. standing down.
#34 DONE worker=worker-5879336e-a44f-45a2-ad04-4943fa33f428