mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
c96eba3d03
commit
b35947e635
|
@ -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/>
|
||||
|
|
Loading…
Reference in New Issue