proxmox lcx container mount point #760
-
Hi, I have just started learning proxmox and I am stuck trying to create a lxc container using this terraform provider. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @redpimpernel! Could you please share a screenshot from the UI with the mount point setup you're trying to achieve? I assume you can successfully do it as a non-root user in UI as well? Some mount point configuration will require you to use root though. For example, the bind mount we have in the container example template. Without root user auth, the provider will throw an error like
|
Beta Was this translation helpful? Give feedback.
-
Hi, Yes, I can create a container through the GUI as my non-root user. That 403 error is what I am experiencing when following the example. All I am trying to achieve is, create a container using all the defaults you get when you just click through the GUI changing only what is necessary. When creating a container, you only need to pass a path if you are attaching a second disk, not for creating the rootfs file system. So I am not sure what I am supposed to put as the "mount_point" option to set up the container the same way. Thank you for helping. |
Beta Was this translation helpful? Give feedback.
-
Oh Awesome! Love your work |
Beta Was this translation helpful? Give feedback.
I found a few bugs around volume mount support, will fix them for the next release: