Re: [pve-devel] [PATCH container] start/fix #1478: add check for unsupported config

2017-08-21 Thread Fabian Grünbichler
On Fri, Aug 18, 2017 at 04:30:33PM +0200, Philip Abernethy wrote: > Adds a check if an unprivileged container is configured to use > quota on any of its mountpoints. If so an understandable error > message is given. Ideally I'd like to catch those > configurations on the GUI, too, to avoid users ju

[pve-devel] [PATCH container] start/fix #1478: add check for unsupported config

2017-08-18 Thread Philip Abernethy
Adds a check if an unprivileged container is configured to use quota on any of its mountpoints. If so an understandable error message is given. Ideally I'd like to catch those configurations on the GUI, too, to avoid users just running into it. --- src/PVE/API2/LXC/Status.pm | 10 ++ 1 fil