virsh: man: Document asynchronous behaviour of detach-device-alias

This command is fully async. Note that users can use virsh event to be
notified of the guest actually removing the device.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Peter Krempa 2019-03-18 08:08:57 +01:00
parent e95a66349a
commit 61d1abd5f1

View File

@ -3290,7 +3290,10 @@ I<--persistent>.
=item B<detach-device-alias> I<domain> I<alias>
[[[I<--live>] [I<--config>] | [I<--current>]]]]
Detach a device with given I<alias> from the I<domain>.
Detach a device with given I<alias> from the I<domain>. This command returns
successfully after the unplug request was sent to the hypervisor. The actual
removal of the device is notified asynchronously via libvirt events
(see virsh event).
If I<--live> is specified, affect a running domain.
If I<--config> is specified, affect the next startup of a persistent domain.