diff options
author | Osier Yang <jyang@redhat.com> | 2013-01-08 01:05:28 +0800 |
---|---|---|
committer | Osier Yang <jyang@redhat.com> | 2013-03-25 20:46:05 +0800 |
commit | 652a2ec63051f1c4570f49858db445b686abbb0e (patch) | |
tree | 4b63feda5f542fcf2f25110aeea3e6932aa93676 /tools/virsh.pod | |
parent | ab4b0001887061881cb0849ed40da526bdbc0a31 (diff) | |
download | libvirt-652a2ec63051f1c4570f49858db445b686abbb0e.tar.gz |
nodedev: Introduce two new flags for listAll API
VIR_CONNECT_LIST_NODE_DEVICES_CAP_FC_HOST to filter the FC HBA,
and VIR_CONNECT_LIST_NODE_DEVICES_CAP_VPORTS to filter the FC HBA
which supports vport.
Diffstat (limited to 'tools/virsh.pod')
-rw-r--r-- | tools/virsh.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/virsh.pod b/tools/virsh.pod index 07e7c24aba..e7e82e35d4 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1998,9 +1998,10 @@ List all of the devices available on the node that are known by libvirt. I<cap> is used to filter the list by capability types, the types must be separated by comma, e.g. --cap pci,scsi, valid capability types include 'system', 'pci', 'usb_device', 'usb', 'net', 'scsi_host', 'scsi_target', -'scsi', 'storage'. If I<--tree> is used, the output is formatted in a tree -representing parents of each node. I<cap> and I<--tree> are mutually -exclusive. +'scsi', 'storage', 'fc_host', 'vports'. If I<--tree> is used, the output +is formatted in a tree representing parents of each node. I<cap> and +I<--tree> are mutually exclusive. + =item B<nodedev-reattach> I<nodedev> Declare that I<nodedev> is no longer in use by any guests, and that |