[libvirt] RFE: virsh list improvement (--description and --details)

2017-05-03 Thread Przemysław Sztoch
Hello, 1. Please add —description parameter to virsh list command. It should be similar to —title. It will be very helpful for administrators who like to leave the order and documentation after their work. 2. Please add new columns to virsh list (for —details): a) CPUs b) MaxMem c) Flags: p-per

Re: [libvirt] RFE: virsh list improvement (--description and --details)

2017-05-04 Thread Michal Privoznik
On 05/03/2017 01:48 PM, Przemysław Sztoch wrote: > Hello, > > 1. Please add —description parameter to virsh list command. It should be > similar to —title. > It will be very helpful for administrators who like to leave the order and > documentation after their work. Yeah, this one makes sense.

Re: [libvirt] RFE: virsh list improvement (--description and --details)

2017-05-04 Thread Peter Krempa
On Thu, May 04, 2017 at 17:03:00 +0200, Michal Privoznik wrote: > On 05/03/2017 01:48 PM, Przemysław Sztoch wrote: > > Hello, > > > > 1. Please add —description parameter to virsh list command. It should be > > similar to —title. > > It will be very helpful for administrators who like to leave th

Re: [libvirt] RFE: virsh list improvement (--description and --details)

2017-05-04 Thread Przemysław Sztoch
> On 4 May 2017, at 17:03, Michal Privoznik wrote: >> 2. Please add new columns to virsh list (for —details): >> a) CPUs >> b) MaxMem >> c) Flags: p-persistent, t-transient, a-autostart, m-managed save, s-with >> snapshot(s) >> and total sum for column vCPUs and Mem. >> >> In my opinion it is v

Re: [libvirt] RFE: virsh list improvement (--description and --details)

2017-05-05 Thread Michal Privoznik
On 05/05/2017 01:17 AM, Przemysław Sztoch wrote: > >> On 4 May 2017, at 17:03, Michal Privoznik wrote: >>> 2. Please add new columns to virsh list (for —details): >>> a) CPUs >>> b) MaxMem >>> c) Flags: p-persistent, t-transient, a-autostart, m-managed save, s-with >>> snapshot(s) >>> and total

Re: [libvirt] RFE: virsh list improvement (--description and --details)

2017-05-05 Thread Pavel Hrdina
On Fri, May 05, 2017 at 01:17:15AM +0200, Przemysław Sztoch wrote: > > > On 4 May 2017, at 17:03, Michal Privoznik wrote: > >> 2. Please add new columns to virsh list (for —details): > >> a) CPUs > >> b) MaxMem > >> c) Flags: p-persistent, t-transient, a-autostart, m-managed save, s-with > >> sn

Re: [libvirt] RFE: virsh list improvement (--description and --details)

2017-05-08 Thread Przemysław Sztoch
Dear Michal and Pavel, We cover about 100 clients who have their own and simple CentOS KVM installations. Their technical skills are far from writing python scripts. They expect simple solutions. Talking to our helpdesk, I found that 70% of libvirt and virtualization problems are: A) lack of

Re: [libvirt] RFE: virsh list improvement (--description and --details)

2017-05-09 Thread Pavel Hrdina
On Mon, May 08, 2017 at 09:16:26AM +0200, Przemysław Sztoch wrote: > Dear Michal and Pavel, > > We cover about 100 clients who have their own and simple CentOS KVM > installations. > Their technical skills are far from writing python scripts. They expect > simple solutions. Libvirt is an librar

Re: [libvirt] RFE: virsh list improvement (--description and --details)

2017-05-09 Thread Andrea Bolognani
On Mon, 2017-05-08 at 09:16 +0200, Przemysław Sztoch wrote: > Dear Michal and Pavel, >  > We cover about 100 clients who have their own and simple CentOS KVM  > installations. > Their technical skills are far from writing python scripts. They expect  > simple solutions. They don't necessarily have

Re: [libvirt] RFE: virsh list improvement (--description and --details)

2017-05-25 Thread Przemysław Sztoch
As you wish. I have made python script for my customer: https://github.com/psztoch/virt-report Nevertheless, I think the second version of my patch for the virsh list is simple and traightforward, and falls within the scope of a simple low-level virsh tool. And of course should be merged into