mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-12 06:04:46 -05:00
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:
@@ -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
|
||||
========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user