virsh: add nodedev-info

This is currently the only way to view the 'autostart' property for a
node device in virsh.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Jonathon Jongsma
2021-06-02 15:27:41 -05:00
parent 24ffeef09c
commit 0cb4550305
2 changed files with 80 additions and 0 deletions

View File

@@ -5057,6 +5057,18 @@ be either device name or wwn pair in "wwnn,wwpn" format (only works
for HBA).
nodedev-info
------------
**Syntax:**
::
nodedev-info device
Returns basic information about the *device* object.
nodedev-list
------------