LXC Mount Points
proxmox_lxc_mountpointAdd or remove LXC container mount points by specifying node, VMID, mount point name, storage, and size. Use action=add or action=remove to manage storage attachments.
Instructions
Manage LXC mount points. action=add: add mountpoint | action=remove: remove mountpoint (all elevated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mp | Yes | Mount point name (e.g., mp0, mp1, mp2) | |
| node | Yes | Node name where container is located | |
| size | No | Mount point size in GB (e.g., 10) | |
| vmid | Yes | Container ID number | |
| action | Yes | ||
| storage | No | Storage name (e.g., local-lvm) |