Message ID | e62e53a7c178720348492765a5eac9ab089d7eb4.1601837418.git.crobinso@redhat.com |
---|---|
State | New |
Headers | show |
Series | docs: formatdomain: misc fixes | expand |
On a Sunday in 2020, Cole Robinson wrote: >libvirt doesn't reject this but only one <driver> element takes >effect. > >Drop the instance that is already referenced in the previous example > >Signed-off-by: Cole Robinson <crobinso@redhat.com> >--- > docs/formatdomain.rst | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano
diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index f3cf9e1fb3..d75a91bbf4 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -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/>
libvirt doesn't reject this but only one <driver> element takes effect. Drop the instance that is already referenced in the previous example Signed-off-by: Cole Robinson <crobinso@redhat.com> --- docs/formatdomain.rst | 1 - 1 file changed, 1 deletion(-) -- 2.28.0