You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The proxmox_virtual_environment_container resource currently has no ability to manage mountpoints. I would like to see this feature inside this provider.
Currently there are three types of mount points: storage backed mount points, bind mounts, and device mounts.
Describe the solution you'd like
Each container can have multiple mountpoints which can have the following fields:
slot_id (internal) - unique identifier of slot
mp (required) - The path to the mount point as seen from inside the container.
size (optional) - Size of the underlying volume.
volume (required) - A string containing the volume, directory, or device to be mounted into the container
acl (optional)- A boolean for enabling ACL support. Default is false.
backup (optional)- A boolean for including the mount point in backups. Default is false.
quota (optional)- A boolean for enabling user quotas inside the container for this mount point. Default is false.
replicate (optional)- A boolean for including this volume in a storage replica job. Default is false.
shared (optional) - A boolean for marking the volume as available on all nodes. Default is false.
Describe alternatives you've considered
The alternatives are simply to manage the mountpoint in the Proxmox GUI (limited functionality), or via the configuration files.
Is your feature request related to a problem? Please describe.
The
proxmox_virtual_environment_container
resource currently has no ability to manage mountpoints. I would like to see this feature inside this provider.Currently there are three types of mount points: storage backed mount points, bind mounts, and device mounts.
Describe the solution you'd like
Each container can have multiple mountpoints which can have the following fields:
Describe alternatives you've considered
The alternatives are simply to manage the mountpoint in the Proxmox GUI (limited functionality), or via the configuration files.
Additional context
https://pve.proxmox.com/wiki/Linux_Container
The text was updated successfully, but these errors were encountered: