RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 605543 - virsh pool-list and vol-list commands could be improved to show more details
Summary: virsh pool-list and vol-list commands could be improved to show more details
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvirt
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: 6.1
Assignee: Eric Blake
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 602217
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-18 08:29 UTC by Justin Clift
Modified: 2011-05-19 13:19 UTC (History)
6 users (show)

Fixed In Version: libvirt-0.8.6-1.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-05-19 13:19:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2011:0596 0 normal SHIPPED_LIVE libvirt bug fix and enhancement update 2011-05-18 17:56:36 UTC

Description Justin Clift 2010-06-18 08:29:21 UTC
Description of problem:

At present when using virsh, the only (non-XML) way to retrieve pool and volume usage information is with the pool-info and vol-info commands.

These commands are functional, but only display information for only one pool or volume at a time, making them impractical for use when dealing with hundreds of volumes.

A patch for fixing this has been submitted upstream:

  http://www.redhat.com/archives/libvir-list/2010-June/msg00458.html

Existing output of pool-list:

  virsh # pool-list
  Name                 State      Autostart 
  -----------------------------------------
  default              active     yes       
  image_dir            active     yes       

  virsh # pool-list --all
  Name                 State      Autostart 
  -----------------------------------------
  default              active     yes       
  image_dir            active     yes       
  tmp                  inactive   no

New output of pool-list, using --details option:

  virsh # pool-list --details
  Name                 State      Autostart  Persistent  Capacity  Allocation  Available 
  --------------------------------------------------------------------------------------
  default              running    yes        yes         1.79 TB   1.47 TB     326.02 GB 
  image_dir            running    yes        yes         1.79 TB   1.47 TB     326.02 GB 

  virsh # pool-list --all --details
  Name                 State      Autostart  Persistent  Capacity  Allocation  Available 
  --------------------------------------------------------------------------------------
  default              running    yes        yes         1.79 TB   1.47 TB     326.02 GB 
  image_dir            running    yes        yes         1.79 TB   1.47 TB     326.02 GB 
  tmp                  inactive   no         yes         -         -           -         

  virsh #

Existing output of vol-list:

  virsh # vol-list default
  Name                 Path
  -----------------------------------------
  CentOS-5.5-x86_64-bin-DVD-1of2.iso /var/lib/libvirt/images/CentOS-5.5-x86_64-bin-DVD-1of2.iso
  CentOS-5.5-x86_64-bin-DVD-2of2.iso /var/lib/libvirt/images/CentOS-5.5-x86_64-bin-DVD-2of2.iso

  virsh # vol-list tmp
  Name                 Path
  -----------------------------------------
  disk1.img            /tmp/images/disk1.img
  disk2.img            /tmp/images/disk2.img
  disk3.img            /tmp/images/disk3.img
  disk4.img            /tmp/images/disk4.img
  disk5.img            /tmp/images/disk5.img
  disk6.img            /tmp/images/disk6.img

  virsh #


New output of vol-list, using --details option:

  virsh # vol-list default --details
  Name                                Path                                                        Type  Capacity   Allocation
  ---------------------------------------------------------------------------------------------------------------------------
  CentOS-5.5-x86_64-bin-DVD-1of2.iso  /var/lib/libvirt/images/CentOS-5.5-x86_64-bin-DVD-1of2.iso  file  4.09 GB    4.10 GB
  CentOS-5.5-x86_64-bin-DVD-2of2.iso  /var/lib/libvirt/images/CentOS-5.5-x86_64-bin-DVD-2of2.iso  file  412.33 MB  412.74 MB

  virsh # vol-list tmp --details
  Name       Path                   Type  Capacity  Allocation
  ------------------------------------------------------------
  disk1.img  /tmp/images/disk1.img  file  20.00 GB  136.00 KB
  disk2.img  /tmp/images/disk2.img  file  20.00 GB  136.00 KB
  disk3.img  /tmp/images/disk3.img  file  20.00 GB  136.00 KB
  disk4.img  /tmp/images/disk4.img  file  20.00 GB  136.00 KB
  disk5.img  /tmp/images/disk5.img  file  20.00 GB  136.00 KB
  disk6.img  /tmp/images/disk6.img  file  20.00 GB  136.00 KB

  virsh #


Version-Release number of selected component (if applicable):

libvirt-0.7.6-2.el6.x86_64.rpm

Comment 3 RHEL Program Management 2010-06-18 08:55:00 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 5 Eric Blake 2010-06-29 16:28:01 UTC
This will not be applied for RHEL 6.0 (the information can be obtained through other virsh commands, so this was just an RFE), but it is reasonable to include for 6.1.

Comment 7 Jiri Denemark 2010-12-23 23:48:15 UTC
Fixed by a rebase to libvirt-0.8.6

Comment 9 Nan Zhang 2010-12-24 08:52:09 UTC
Verified with the following build, the execution result is as expected. Moving it to VERIFIED.

kernel-2.6.32-92.el6.x86_64
qemu-kvm-0.12.1.2-2.128.el6.x86_64
libvirt-0.8.6-1.el6.x86_64


# virsh pool-list --details
Name     State    Autostart  Persistent  Capacity  Allocation  Available
------------------------------------------------------------------------
default  running  yes        yes         36.67 GB    11.19 GB   25.48 GB

# virsh pool-list --all --details
Name       State    Autostart  Persistent  Capacity  Allocation  Available
--------------------------------------------------------------------------
default    running  yes        yes         36.67 GB    11.19 GB   25.48 GB
pool-test  running  yes        yes         36.67 GB    11.19 GB   25.48 GB

# virsh vol-list default --details
Name             Path                                     Type  Capacity  Allocation
------------------------------------------------------------------------------------
rhel5u5.img      /var/lib/libvirt/images/rhel5u5.img      file   8.00 GB     3.30 GB
rhel6-new.qcow2  /var/lib/libvirt/images/rhel6-new.qcow2  file   3.81 GB   140.00 KB
rhel6.img        /var/lib/libvirt/images/rhel6.img        file   8.00 GB     1.62 GB
rhel6.qcow2      /var/lib/libvirt/images/rhel6.qcow2      file   6.00 GB     1.30 GB
winxp.img        /var/lib/libvirt/images/winxp.img        file   8.00 GB     1.60 GB

Comment 13 errata-xmlrpc 2011-05-19 13:19:14 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2011-0596.html


Note You need to log in before you can comment on or make changes to this bug.