mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
virsh: Report iSCSI-direct backend in long version
We already report whether iSCSI backend was enabled at compile time, but we don't do the same with iSCSI-direct backend. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
5eae544022
commit
3b2630a96a
@ -573,6 +573,9 @@ virshShowVersion(vshControl *ctl G_GNUC_UNUSED)
|
||||
#ifdef WITH_STORAGE_ISCSI
|
||||
vshPrint(ctl, " iSCSI");
|
||||
#endif
|
||||
#ifdef WITH_STORAGE_ISCSI_DIRECT
|
||||
vshPrint(ctl, " iSCSI-direct");
|
||||
#endif
|
||||
#ifdef WITH_STORAGE_LVM
|
||||
vshPrint(ctl, " LVM");
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user