]> xenbits.xensource.com Git - libvirt.git/commit
virsh: Adjust domblklist to understand disk volume syntax
authorJohn Ferlan <jferlan@redhat.com>
Thu, 26 Feb 2015 16:22:17 +0000 (11:22 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 2 Mar 2015 22:07:55 +0000 (17:07 -0500)
commit09aec2a456db8f9464edde61af673648d07d5b80
tree102ee28e8f13d840655e41b0ad70b81e105bb4dc
parent8968c4946caad65c112fe5ce33a4c97fb9421ad8
virsh: Adjust domblklist to understand disk volume syntax

A disk using a source pool is listed as having a source '-' in domblklist
because it doesn't check the right XML syntax to find the source.

Add a check for "./source/volume" which is where the "path" (of sorts)
to the volume name is described.
tools/virsh-domain-monitor.c