[PATCH 1/4] docs: formatdomain: remove doubled filesystem <driver>

Cole Robinson posted 4 patches 5 years, 4 months ago
[PATCH 1/4] docs: formatdomain: remove doubled filesystem <driver>
Posted by Cole Robinson 5 years, 4 months ago
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(-)

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/>
-- 
2.28.0

Re: [PATCH 1/4] docs: formatdomain: remove doubled filesystem <driver>
Posted by Ján Tomko 5 years, 4 months ago
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