LXC-Web-Panel
LXC-Web-Panel copied to clipboard
crashes if more than one mount.entry
Hi,
Took me a while to find out what caused the crash (Internal Server Error)
It works fine as long as my containers have only one lxc.mount.entry.
As soon as I add a second one, it crashes
So :
lxc.mount.entry = /opt/icons opt/icons none bind,ro 0 0 is fine
lxc.mount.entry = /opt/utils/common opt/utils/common none bind,ro 0 0 is fine too
but the two together make LWP crash (containers work fine though)
lxc.mount.entry = /opt/icons opt/icons none bind,ro 0 0 lxc.mount.entry = /opt/utils/common opt/utils/common none bind,ro 0 0