proxmox_lxc_mountpoint
Add or remove mount points for LXC containers in Proxmox. Specify node, container ID, mount point name, action, and optionally storage and size.
Instructions
Manage LXC mount points. action=add: add mountpoint | action=remove: remove mountpoint (all elevated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name where container is located | |
| vmid | Yes | Container ID number | |
| mp | Yes | Mount point name (e.g., mp0, mp1, mp2) | |
| storage | No | Storage name (e.g., local-lvm) | |
| size | No | Mount point size in GB (e.g., 10) | |
| action | Yes |