pve_ceph_pool_status
Check a Ceph pool's current configuration and optionally view its usage and IO statistics.
Instructions
READ-ONLY: one pool's current settings (+ usage/IO statistics when verbose=True).
ADVERSARIAL — same argument as pve_ceph_pool_list above (reversed from REVIEWED_TRUSTED by
the Wave 6d review, 2026-07-17): name carries the same unconstrained pool-name channel, and
application_metadata is settable via raw ceph osd pool application set outside this API.
GET /nodes/{node}/ceph/pool/{name}/status[?verbose=]. Smoke-confirm: shape not
live-verified — expected {id, name, application, application_list, crush_rule, min_size,
size, pg_num, pg_num_min, pgp_num, pg_autoscale_mode, target_size, target_size_ratio,
autoscale_status, fast_read, hashpspool, nodelete, nopgchange, nosizechange, noscrub,
nodeep-scrub, use_gmt_hitset, write_fadvise_dontneed, statistics?} per schema truth
(statistics only present when verbose=True). CORRECTED (Wave 6d review Finding 2,
2026-07-17 — the original NOTE here was wrong, verified against the raw schema JSON): unlike
pve_ceph_pool_list's crush_rule (a numeric rule id, with a separate crush_rule_name
string), THIS tool's crush_rule is ALREADY a string (title "Crush Rule Name," matching
pve_ceph_pool_create/pve_ceph_pool_set's own write-side param exactly) — no separate
crush_rule_name field exists here, and no round-trip hazard exists for this tool's value
(see ceph.py module docstring's Wave 6d "Schema divergences" section).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Pool name. | |
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| verbose | No | If True, also includes usage/IO statistics for the pool. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |