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

2017-08-22 Thread Fabian Grünbichler
On Tue, Aug 22, 2017 at 01:26:14PM +0200, Dominik Csapak wrote: > On 08/22/2017 12:32 PM, 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 tho

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

2017-08-22 Thread Dominik Csapak
On 08/22/2017 12:32 PM, 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 just running into it. ---

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

2017-08-22 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. --- Applied your suggestions. $unprivileged doesn't us