LXC-Web-Panel icon indicating copy to clipboard operation
LXC-Web-Panel copied to clipboard

crashes if more than one mount.entry

Open benintech opened this issue 6 years ago • 0 comments

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

benintech avatar Sep 09 '19 22:09 benintech