mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03: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
|
||||
#ifdef WITH_STORAGE_GLUSTER
|
||||
vshPrint(ctl, " Gluster");
|
||||
#endif
|
||||
#ifdef WITH_STORAGE_ZFS
|
||||
vshPrint(ctl, " ZFS");
|
||||
#endif
|
||||
vshPrint(ctl, "\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user