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

Cole Robinson crobinso at redhat.com
Sun Oct 4 18:56:14 UTC 2020


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




More information about the libvir-list mailing list