docs: formatdomain: remove doubled filesystem <driver>

libvirt doesn't reject this but only one <driver> element takes
effect.

Drop the instance that is already referenced in the previous example

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-10-04 12:27:39 -04:00
parent c96eba3d03
commit b35947e635
1 changed files with 0 additions and 1 deletions

View File

@ -3064,7 +3064,6 @@ A directory on the host that can be accessed directly from the guest.
</filesystem>
<filesystem type='file' accessmode='passthrough'>
<driver type='loop' format='raw'/>
<driver type='path' wrpolicy='immediate'/>
<source file='/export/to/guest.img'/>
<target dir='/import/from/host'/>
<readonly/>