Re: [libvirt] [PATCH 2/7] qemu: lxc: Clarify error message when setting current memory

2015-02-24 Thread Peter Krempa
On Fri, Feb 20, 2015 at 08:16:17 -0500, John Ferlan wrote: > On 02/18/2015 09:16 AM, Peter Krempa wrote: > > Commit 60f7303c151cccdbe214b9f9ac59ecaf95cbf24b introduced the error > > message but it's unclear whether the persistent config or the live > > config tripped the message. Later the LXC driv

Re: [libvirt] [PATCH 2/7] qemu: lxc: Clarify error message when setting current memory

2015-02-20 Thread John Ferlan
On 02/18/2015 09:16 AM, Peter Krempa wrote: > Commit 60f7303c151cccdbe214b9f9ac59ecaf95cbf24b introduced the error > message but it's unclear whether the persistent config or the live > config tripped the message. Later the LXC driver copied the same code. > > Separate the message which will als

[libvirt] [PATCH 2/7] qemu: lxc: Clarify error message when setting current memory

2015-02-18 Thread Peter Krempa
Commit 60f7303c151cccdbe214b9f9ac59ecaf95cbf24b introduced the error message but it's unclear whether the persistent config or the live config tripped the message. Later the LXC driver copied the same code. Separate the message which will also clarify the code. --- src/lxc/lxc_driver.c | 21 +++