[PATCH 0/1] virsh: allow both --table and --uuid at the same time

Nikolai Barybin via Devel posted 1 patch 3 months, 1 week ago
docs/manpages/virsh.rst      | 14 +++++++-------
tools/virsh-domain-monitor.c | 37 ++++++++++++++++++++++++++++++++----
2 files changed, 40 insertions(+), 11 deletions(-)
[PATCH 0/1] virsh: allow both --table and --uuid at the same time
Posted by Nikolai Barybin via Devel 3 months, 1 week ago
For now virsh does not provide a set of options to print all info about
domain: --all does not print uuid, combination of --id --name --uuid
does not have '--state' option.

I think we should address this issue and allow user to get all available
info with one command. The easiest way to do that is to allow combining
--table and --uuid (the same way it now works with --title).

Thus, the most diverse info would look like that:

# virsh list --table --title --uuid
 Id   Name   State   Title   UUID
-----------------------------------


Nikolai Barybin (1):
  virsh: allow both --table and --uuid at the same time

 docs/manpages/virsh.rst      | 14 +++++++-------
 tools/virsh-domain-monitor.c | 37 ++++++++++++++++++++++++++++++++----
 2 files changed, 40 insertions(+), 11 deletions(-)

-- 
2.43.5