Node Disks
proxmox_node_diskQuery disk details, SMART health, and storage layouts (LVM, ZFS, etc.) for any Proxmox node to monitor and diagnose disk issues.
Instructions
Query node disk information. action=list|smart|lvm|zfs|lvmthin|directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | No | Block device path (e.g., /dev/sda) | |
| node | Yes | Node name | |
| type | No | Filter by disk type | |
| action | Yes | ||
| skip_smart | No | Skip SMART health checks (faster) | |
| health_only | No | Only return health status | |
| include_partitions | No | Include partitions in listing |