diff mbox series

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

Message ID e62e53a7c178720348492765a5eac9ab089d7eb4.1601837418.git.crobinso@redhat.com
State New
Headers show
Series docs: formatdomain: misc fixes | expand

Commit Message

Cole Robinson Oct. 4, 2020, 6:56 p.m. UTC
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

Comments

Ján Tomko Oct. 4, 2020, 8:21 p.m. UTC | #1
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 mbox series

Patch

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