ops: railiance01 reboot for capacity; guest still 2 vCPU / 3.8 GiB
Soft reboot did not pick up reported 4/16 flavor; provider resize still required.
This commit is contained in:
parent
830276e46a
commit
16cafc3e67
6 changed files with 47 additions and 7 deletions
|
|
@ -3,3 +3,4 @@
|
|||
{"agent": "host-operator", "duty": "deep_assessment", "engagement_id": "eng-coulomb-railiance01-ho-001", "execution_time_s": 1200.0, "phase": "operating", "quality_score": 0.88, "success": true, "timestamp": "2026-07-16T11:05:17Z"}
|
||||
{"agent": "host-operator", "duty": "standard_review", "engagement_id": "eng-coulomb-railiance01-ho-001", "execution_time_s": 60.0, "phase": "operating", "quality_score": 0.7, "success": true, "timestamp": "2026-07-16T12:33:33Z"}
|
||||
{"agent": "host-operator", "duty": "short_assist", "engagement_id": "eng-coulomb-railiance01-ho-001", "execution_time_s": 30.0, "phase": "operating", "quality_score": 0.8, "success": true, "timestamp": "2026-07-21T02:14:41Z"}
|
||||
{"agent": "host-operator", "duty": "short_assist", "engagement_id": "eng-coulomb-railiance01-ho-001", "execution_time_s": 180.0, "phase": "operating", "quality_score": 0.75, "success": true, "timestamp": "2026-07-21T22:37:48Z"}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"agent": "host-operator",
|
||||
"avg_execution_time_s": 439.0,
|
||||
"avg_quality_score": 0.796,
|
||||
"execution_count": 5,
|
||||
"last_execution": "2026-07-21T02:14:41Z",
|
||||
"avg_execution_time_s": 395.833,
|
||||
"avg_quality_score": 0.788,
|
||||
"execution_count": 6,
|
||||
"last_execution": "2026-07-21T22:37:48Z",
|
||||
"success_rate": 1.0,
|
||||
"trend": {
|
||||
"quality_score": "stable",
|
||||
"quality_score": "up",
|
||||
"success_rate": "stable"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@
|
|||
{"access_surcharge_product": "privileged_ops", "account": "coulomb-ops-kai", "amount_kai": 5200, "apiVersion": "kaizen.agentic/v1", "capability_tier": 4, "created_at": "2026-07-16T11:05:17Z", "currency": "KAI", "engagement_id": "eng-coulomb-railiance01-ho-001", "id": "kai-20260716T110517Z-deep_assessment", "kind": "KaiLedgerEntry", "metadata": {"access_class": "privileged_ops", "phase": "operating", "success": true, "target": "railiance01"}, "product": "deep_assessment", "session_ref": "reports/2026-07-16-deep-assessment.md", "type": "duty_charge"}
|
||||
{"access_surcharge_product": "host_observe", "account": "coulomb-ops-kai", "amount_kai": 1700, "apiVersion": "kaizen.agentic/v1", "capability_tier": 4, "created_at": "2026-07-16T12:33:33Z", "currency": "KAI", "engagement_id": "eng-coulomb-railiance01-ho-001", "id": "kai-20260716T123333Z-standard_review", "kind": "KaiLedgerEntry", "metadata": {"access_class": "host_observe", "phase": "operating", "success": true, "target": "railiance01"}, "product": "standard_review", "session_ref": "reports/2026-07-16-standard-review.md", "type": "duty_charge"}
|
||||
{"access_surcharge_product": "host_observe", "account": "coulomb-ops-kai", "amount_kai": 500, "apiVersion": "kaizen.agentic/v1", "capability_tier": 4, "created_at": "2026-07-21T02:14:41Z", "currency": "KAI", "engagement_id": "eng-coulomb-railiance01-ho-001", "id": "kai-20260721T021441Z-short_assist", "kind": "KaiLedgerEntry", "metadata": {"access_class": "host_observe", "phase": "operating", "success": true, "target": "railiance01"}, "product": "short_assist", "session_ref": "reports/2026-07-21-short-assist.md", "type": "duty_charge"}
|
||||
{"access_surcharge_product": "privileged_ops", "account": "coulomb-ops-kai", "amount_kai": 800, "apiVersion": "kaizen.agentic/v1", "capability_tier": 4, "created_at": "2026-07-21T22:37:48Z", "currency": "KAI", "engagement_id": "eng-coulomb-railiance01-ho-001", "id": "kai-20260721T223748Z-short_assist", "kind": "KaiLedgerEntry", "metadata": {"access_class": "privileged_ops", "phase": "operating", "success": true, "target": "railiance01"}, "product": "short_assist", "session_ref": "reports/2026-07-22-short-assist.md", "type": "duty_charge"}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,24 @@
|
|||
# Capacity recheck after reboot — railiance01 — 2026-07-21
|
||||
|
||||
**Action:** soft reboot via `sudo reboot` (to pick up provider resize if already assigned)
|
||||
**Reboot issued:** 2026-07-21 ~22:35 UTC
|
||||
**SSH back:** ~22:37 UTC
|
||||
|
||||
## Result: still 2 vCPU / ~3.8 GiB after reboot
|
||||
|
||||
| Resource | Target | After reboot |
|
||||
|----------|--------|--------------|
|
||||
| vCPU | 4 | **2** |
|
||||
| RAM | 16 GiB | **~3.8 GiB** |
|
||||
| Uptime | — | minutes after reboot |
|
||||
|
||||
A guest reboot alone **did not** activate 4/16. The new flavor is almost certainly
|
||||
**not yet assigned** to this instance in OpenStack/HostEurope, or resize needs a
|
||||
**hard reboot / confirm** from the provider panel.
|
||||
|
||||
## Next steps (provider)
|
||||
|
||||
1. Panel: instance for **92.205.62.239** → flavor must show **4 vCPU / 16 GiB**
|
||||
2. Complete VERIFY_RESIZE / confirm if pending
|
||||
3. Prefer **hard reboot** from the panel if soft reboot already done
|
||||
4. Re-verify: `ssh railiance01 'nproc; free -h'`
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
# Session report — eng-coulomb-railiance01-ho-001
|
||||
|
||||
- **Date:** 2026-07-22
|
||||
- **Duty:** short_assist
|
||||
- **Targets:** railiance01
|
||||
- **Outcome:** success
|
||||
- **Phase:** operating
|
||||
|
||||
## Summary
|
||||
|
||||
Reboot completed; guest still 2CPU/3.8G not 4/16; resize must be finished in provider panel
|
||||
|
||||
_Billing metadata only in commercial/ledger.jsonl; no secrets in this report._
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
agent: host-operator
|
||||
engagement_id: eng-coulomb-railiance01-ho-001
|
||||
project: coulomb-railiance01
|
||||
last_updated: '2026-07-21'
|
||||
session_count: 6
|
||||
last_updated: '2026-07-22'
|
||||
session_count: 7
|
||||
confidentiality: client_owned
|
||||
---
|
||||
|
||||
|
|
@ -117,3 +117,4 @@ See reports/2026-07-16-capacity-upgrade-check.md
|
|||
- 2026-07-16 · railiance01 · standard_review · Operator reported 4CPU/16G upgrade; live guest still 2CPU/3.8G after reboot; k3s Ready; load calmer · ok
|
||||
- 2026-07-21 · railiance01 · capacity recheck: guest still 2CPU/3.8G (not 4/16); swap 1.1G used · watch
|
||||
- 2026-07-21 · railiance01 · short_assist · Capacity recheck 2026-07-21: guest still 2CPU/3.8G not 4/16; k3s Ready; swap 1.1G used · ok
|
||||
- 2026-07-22 · railiance01 · short_assist · Reboot completed; guest still 2CPU/3.8G not 4/16; resize must be finished in provider panel · ok
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue