proxmox_node_disk
Inspect disk information on a Proxmox node: list disks, check SMART status, and view LVM, ZFS, LVM-thin, and directory storage details.
Instructions
Query node disk information. action=list|smart|lvm|zfs|lvmthin|directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name | |
| include_partitions | No | Include partitions in listing | |
| skip_smart | No | Skip SMART health checks (faster) | |
| type | No | Filter by disk type | |
| disk | No | Block device path (e.g., /dev/sda) | |
| health_only | No | Only return health status | |
| action | Yes |