]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodedev: Fabric name must not be required for fc_host capability
authorBoris Fiuczynski <fiuczy@linux.vnet.ibm.com>
Mon, 16 Jan 2017 13:27:34 +0000 (14:27 +0100)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 18 Jan 2017 11:31:54 +0000 (06:31 -0500)
commit666bee397371d830ecfdbf92f6110a12b3a126f5
tree9c09512860bed008b834f4e44531b41a5bb6f090
parentd59226926e12545489d516777fcf8714800453af
nodedev: Fabric name must not be required for fc_host capability

fabric_name is one of many fc_host attributes in Linux that is optional
and left to the low-level driver to decide if it is implemented.
The zfcp device driver does not provide a fabric name for an fcp host.

This patch removes the requirement for a fabric name by making it optional.

Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
docs/formatnode.html.in
docs/news.xml
docs/schemas/nodedev.rng
src/node_device/node_device_linux_sysfs.c
tests/fchostdata/fc_host/host6/node_name [new file with mode: 0644]
tests/fchostdata/fc_host/host6/port_name [new file with mode: 0644]
tests/fchostdata/fc_host/host6/port_state [new file with mode: 0644]
tests/fchosttest.c