Re: [pve-devel] [PATCH 0/2] code refactoring for lxc pending changes feature

2019-09-05 Thread Thomas Lamprecht
On 05.09.19 11:13, Oguz Bektas wrote: > hi, > > On Thu, Sep 05, 2019 at 11:01:57AM +0200, Thomas Lamprecht wrote: >> On 04.09.19 18:00, Oguz Bektas wrote: >>> this patch series moves some pending changes related functions into >>> AbstractConfig. the only thing that changes is that these are now c

Re: [pve-devel] [PATCH 0/2] code refactoring for lxc pending changes feature

2019-09-05 Thread Oguz Bektas
hi, On Thu, Sep 05, 2019 at 11:01:57AM +0200, Thomas Lamprecht wrote: > On 04.09.19 18:00, Oguz Bektas wrote: > > this patch series moves some pending changes related functions into > > AbstractConfig. the only thing that changes is that these are now class > > methods, > > since they need to be

Re: [pve-devel] [PATCH 0/2] code refactoring for lxc pending changes feature

2019-09-05 Thread Thomas Lamprecht
On 04.09.19 18:00, Oguz Bektas wrote: > this patch series moves some pending changes related functions into > AbstractConfig. the only thing that changes is that these are now class > methods, > since they need to be inherited in LXC::Config and QemuConfig. > (the functionality in Qemu side should

[pve-devel] [PATCH 0/2] code refactoring for lxc pending changes feature

2019-09-04 Thread Oguz Bektas
this patch series moves some pending changes related functions into AbstractConfig. the only thing that changes is that these are now class methods, since they need to be inherited in LXC::Config and QemuConfig. (the functionality in Qemu side should stay the same) for now, vmconfig_apply_pending