feat: implement durable QEMU snapshots
This commit is contained in:
@@ -9,8 +9,8 @@ Proxmox compatibility.
|
||||
| Level | Methods | Contract share | Evidence |
|
||||
|---|---:|---:|---|
|
||||
| Declared and dynamically routed | 675 | 100% | Imported immutable API Viewer artifact |
|
||||
| Stateful semantics implemented on current main | 27 | 4.00% | Handler registry and unit/integration tests |
|
||||
| Schema-only or explicitly unsupported | 648 | 96.00% | Default 501 fallback |
|
||||
| Stateful semantics implemented on current main | 34 | 5.04% | Handler registry and unit/integration tests |
|
||||
| Schema-only or explicitly unsupported | 641 | 94.96% | Default 501 fallback |
|
||||
| proxmoxer smoke exercised | 9 | 1.33% | Unmodified proxmoxer 2.3 compatibility test |
|
||||
|
||||
The smoke set is `POST /access/ticket`, `GET /version`, `GET /nodes`,
|
||||
|
||||
@@ -57,8 +57,9 @@ plaintext password, ticket, CSRF token, or token secret reaches storage/logs.
|
||||
|
||||
- [x] Create, synchronous/asynchronous update, and delete.
|
||||
- [x] Shutdown, reboot, reset, suspend and resume.
|
||||
- [ ] Snapshots and rollback, clone, local/remote migration, resize and move
|
||||
disk, selected agent endpoints, pending/status data.
|
||||
- [x] Snapshots and rollback.
|
||||
- [ ] Clone, local/remote migration, resize and move disk, selected agent
|
||||
endpoints, pending/status data.
|
||||
- [ ] Persist normalized CPU/memory/common fields plus unknown PVE parameters in
|
||||
JSONB; simulate usage, uptime, PID, IO/network, lock, template, QMP, HA and
|
||||
guest-agent availability.
|
||||
|
||||
Reference in New Issue
Block a user