virsh: add nodedev-autostart

Add ability to set node devices to autostart on boot or parent device
availability.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Jonathon Jongsma
2021-09-14 14:24:07 -05:00
parent 592031a580
commit 16d078eded
2 changed files with 86 additions and 0 deletions
+15
View File
@@ -5131,6 +5131,21 @@ When *--timestamp* is used, a human-readable timestamp will be printed
before the event.
nodedev-autostart
-----------------
**Syntax:**
::
nodedev-autostart [--disable] device
Configure a device to be automatically started when the host machine boots or
the parent device becomes available. With *--disable*, the device will be set
to manual mode and will no longer be automatically started by the host. This
command is only supported for persistently-defined mediated devices.
VIRTUAL NETWORK COMMANDS
========================