mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
virsh: display if ZFS storage backend is enabled
Make 'virsh -V' list ZFS storage backend if it's enabled.
This commit is contained in:
parent
82f17fbe68
commit
6221b8944e
@ -631,6 +631,9 @@ virshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
|
|||||||
#endif
|
#endif
|
||||||
#ifdef WITH_STORAGE_GLUSTER
|
#ifdef WITH_STORAGE_GLUSTER
|
||||||
vshPrint(ctl, " Gluster");
|
vshPrint(ctl, " Gluster");
|
||||||
|
#endif
|
||||||
|
#ifdef WITH_STORAGE_ZFS
|
||||||
|
vshPrint(ctl, " ZFS");
|
||||||
#endif
|
#endif
|
||||||
vshPrint(ctl, "\n");
|
vshPrint(ctl, "\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user