]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: show gluster option in virsh --version=long
authorEric Blake <eblake@redhat.com>
Thu, 12 Dec 2013 03:08:10 +0000 (20:08 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 12 Dec 2013 04:02:24 +0000 (21:02 -0700)
commit602751b4abe013c6b668dde014e13b7d0032e903
tree4f0e61279b221147277725b6bd72067aa8f6f032
parenta5a484ddfcf5a8c24bc875ce6e5ba577679a11a9
storage: show gluster option in virsh --version=long

Adding output to 'virsh --version=long' makes it easier to
tell if a distro built with particular libraries (it doesn't
tell you what a remote libvirtd is built with, but is still
better than nothing).  But we forgot to mention gluster.

* tools/virsh.c (vshShowVersion): Add gluster witness.

Signed-off-by: Eric Blake <eblake@redhat.com>
tools/virsh.c