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
When the edit page fetches the container configuration with lwp.get_container_settings ConfigParser can not handle multiple lxc.id_map entries and keeps only the first. This breaks unprivileged containers.
Probably it might be fixed with the same trick as issue #73 with adding it to lwp/__init__.py
As this might be a quick fix, in the long run, an alternative for ConfigParser might be useful or at least a way to preserve any other config file parts which are not configurable in the web form. Also having comments would be nice.
The text was updated successfully, but these errors were encountered:
When the edit page fetches the container configuration with
lwp.get_container_settings
ConfigParser can not handle multiplelxc.id_map
entries and keeps only the first. This breaks unprivileged containers.Probably it might be fixed with the same trick as issue #73 with adding it to
lwp/__init__.py
As this might be a quick fix, in the long run, an alternative for ConfigParser might be useful or at least a way to preserve any other config file parts which are not configurable in the web form. Also having comments would be nice.
The text was updated successfully, but these errors were encountered: