mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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>
This commit is contained in:
parent
a5a484ddfc
commit
602751b4ab
@ -3068,6 +3068,9 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
|
|||||||
#endif
|
#endif
|
||||||
#ifdef WITH_STORAGE_SHEEPDOG
|
#ifdef WITH_STORAGE_SHEEPDOG
|
||||||
vshPrint(ctl, " Sheepdog");
|
vshPrint(ctl, " Sheepdog");
|
||||||
|
#endif
|
||||||
|
#ifdef WITH_STORAGE_GLUSTER
|
||||||
|
vshPrint(ctl, " Gluster");
|
||||||
#endif
|
#endif
|
||||||
vshPrint(ctl, "\n");
|
vshPrint(ctl, "\n");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user