[libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-22 Thread Tim Wiederhake
virsh has several arguments that are better not used. This series introduces a formal way of marking them as deprecated. Tim Wiederhake (5): vsh: Set default log level to "warning" vsh: Introduce flag for deprecated options vsh: setmem: Mark '--kilobytes' as deprecated vsh: setmaxmem: Mark

Re: [libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-23 Thread Michal Privoznik
On 3/22/21 5:09 PM, Tim Wiederhake wrote: virsh has several arguments that are better not used. This series introduces a formal way of marking them as deprecated. Commit messages are rather sparse. What we currently have is hiding options we deem obsolete from users and replacing them with bet

Re: [libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-23 Thread Daniel P . Berrangé
On Tue, Mar 23, 2021 at 02:36:19PM +0100, Michal Privoznik wrote: > On 3/22/21 5:09 PM, Tim Wiederhake wrote: > > virsh has several arguments that are better not used. This series introduces > > a formal way of marking them as deprecated. > > Commit messages are rather sparse. What we currently ha

Re: [libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-23 Thread Michal Privoznik
On 3/23/21 2:42 PM, Daniel P. Berrangé wrote: On Tue, Mar 23, 2021 at 02:36:19PM +0100, Michal Privoznik wrote: On 3/22/21 5:09 PM, Tim Wiederhake wrote: virsh has several arguments that are better not used. This series introduces a formal way of marking them as deprecated. Commit messages ar

Re: [libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-23 Thread Peter Krempa
On Tue, Mar 23, 2021 at 14:36:19 +0100, Michal Privoznik wrote: > On 3/22/21 5:09 PM, Tim Wiederhake wrote: > > virsh has several arguments that are better not used. This series introduces > > a formal way of marking them as deprecated. > > Commit messages are rather sparse. What we currently have

Re: [libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-23 Thread Daniel P . Berrangé
On Tue, Mar 23, 2021 at 02:50:09PM +0100, Michal Privoznik wrote: > On 3/23/21 2:42 PM, Daniel P. Berrangé wrote: > > On Tue, Mar 23, 2021 at 02:36:19PM +0100, Michal Privoznik wrote: > > > On 3/22/21 5:09 PM, Tim Wiederhake wrote: > > > > virsh has several arguments that are better not used. This

Re: [libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-23 Thread Peter Krempa
On Tue, Mar 23, 2021 at 14:50:09 +0100, Michal Privoznik wrote: > On 3/23/21 2:42 PM, Daniel P. Berrangé wrote: > > On Tue, Mar 23, 2021 at 02:36:19PM +0100, Michal Privoznik wrote: > > > On 3/22/21 5:09 PM, Tim Wiederhake wrote: > > > > virsh has several arguments that are better not used. This se

Re: [libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-23 Thread Michal Privoznik
On 3/23/21 3:04 PM, Peter Krempa wrote: On Tue, Mar 23, 2021 at 14:50:09 +0100, Michal Privoznik wrote: On 3/23/21 2:42 PM, Daniel P. Berrangé wrote: On Tue, Mar 23, 2021 at 02:36:19PM +0100, Michal Privoznik wrote: On 3/22/21 5:09 PM, Tim Wiederhake wrote: virsh has several arguments that ar

Re: [libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-23 Thread Peter Krempa
On Tue, Mar 23, 2021 at 15:19:44 +0100, Michal Privoznik wrote: > On 3/23/21 3:04 PM, Peter Krempa wrote: > > On Tue, Mar 23, 2021 at 14:50:09 +0100, Michal Privoznik wrote: > > > On 3/23/21 2:42 PM, Daniel P. Berrangé wrote: > > > > On Tue, Mar 23, 2021 at 02:36:19PM +0100, Michal Privoznik wrote:

Re: [libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-23 Thread Tim Wiederhake
On Tue, 2021-03-23 at 15:28 +0100, Peter Krempa wrote: > On Tue, Mar 23, 2021 at 15:19:44 +0100, Michal Privoznik wrote: > > On 3/23/21 3:04 PM, Peter Krempa wrote: > > > On Tue, Mar 23, 2021 at 14:50:09 +0100, Michal Privoznik wrote: > > > > On 3/23/21 2:42 PM, Daniel P. Berrangé wrote: > > > > >

Re: [libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-23 Thread Daniel P . Berrangé
On Tue, Mar 23, 2021 at 05:23:38PM +0100, Tim Wiederhake wrote: > On Tue, 2021-03-23 at 15:28 +0100, Peter Krempa wrote: > > On Tue, Mar 23, 2021 at 15:19:44 +0100, Michal Privoznik wrote: > > > On 3/23/21 3:04 PM, Peter Krempa wrote: > > > > On Tue, Mar 23, 2021 at 14:50:09 +0100, Michal Privoznik

Re: [libvirt PATCH 0/5] Formalize the deprecation of arguments in virsh

2021-03-24 Thread Tim Wiederhake
On Tue, 2021-03-23 at 16:55 +, Daniel P. Berrangé wrote: > On Tue, Mar 23, 2021 at 05:23:38PM +0100, Tim Wiederhake wrote: > > On Tue, 2021-03-23 at 15:28 +0100, Peter Krempa wrote: > > > On Tue, Mar 23, 2021 at 15:19:44 +0100, Michal Privoznik wrote: > > > > On 3/23/21 3:04 PM, Peter Krempa wr