docs: Add disk io mode io_uring

Support the io_uring io mode, introduced since Libvirt v6.3.0.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Han Han <hhan@redhat.com>
This commit is contained in:
Han Han 2020-05-07 15:45:26 +08:00 committed by Cole Robinson
parent 0af0f8fa2f
commit 2310ac4123
1 changed files with 1 additions and 1 deletions

View File

@ -977,7 +977,7 @@ storage. Typically does not need to be set by the user.
=item B<driver.io>
Disk IO backend. Can be either "threads" or "native".
Disk IO backend. Can be either "threads", "native" or "io_uring".
=item B<driver.error_policy>