proxmox_node_disk
Query node disk information including SMART health, LVM, ZFS, LVM-thin, and directory storage. Retrieve disk listings or health status with optional partitions.
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 |