Osier Yang 448be8f706 nodedev: Dump max vports and vports in use for HBA's XML
This enrichs HBA's xml by dumping the number of max vports and
vports in use. Format is like:

  <capability type='vport_ops'>
    <max_vports>164</max_vports>
    <vports>5</vports>
  </capability>

* docs/formatnode.html.in: (Document the new XML)
* docs/schemas/nodedev.rng: (Add the schema)
* src/conf/node_device_conf.h: (New member for data.scsi_host)
* src/node_device/node_device_linux_sysfs.c: (Collect the value of
  max_vports and vports)
2013-03-25 20:46:05 +08:00
..
2012-10-12 00:03:43 +02:00
2012-10-12 00:03:43 +02:00
2011-04-01 16:03:11 -06:00
2011-10-29 19:50:48 +02:00
2012-12-06 16:15:54 -07:00
2013-01-30 09:37:03 +01:00
2011-03-28 10:40:24 +08:00
2013-03-05 12:00:53 +08:00
2012-10-12 00:03:43 +02:00
2012-08-10 10:58:38 +02:00
2013-03-20 21:47:49 +08:00
2011-05-11 08:18:04 -06:00
2011-04-01 16:03:11 -06:00