pve_ceph_osd_lv_info
Retrieves LVM logical volume details (size, path, UUID, VG) for a Ceph OSD's block, DB, or WAL device on a Proxmox node.
Instructions
READ-ONLY: an OSD's logical-volume details (LVM-reported via lvs, on the SAME host
administering this OSD). REVIEWED_TRUSTED (argued, not asserted — see ceph.py module
docstring's Taint section): closed schema shape (no additionalProperties:1), local-host
command output rather than a remote/cluster daemon self-report at registration.
GET /nodes/{node}/ceph/osd/{osdid}/lv-info[?type=]. Smoke-confirm: shape not live-verified — expected {creation_time, lv_name, lv_path, lv_size, lv_uuid, vg_name} per schema truth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| osdid | Yes | OSD ID (0 is a valid id — the first OSD ever created). | |
| lv_type | No | OSD device type to inspect: 'block' (default), 'db', or 'wal'. Named to avoid shadowing the `type` builtin — the wire query param is still the schema's literal `type`. | |
| 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 |