]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: remove doubled filesystem <driver>
authorCole Robinson <crobinso@redhat.com>
Sun, 4 Oct 2020 16:27:39 +0000 (12:27 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 5 Oct 2020 14:07:29 +0000 (10:07 -0400)
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>
docs/formatdomain.rst

index 0930d09c5e32249467578274dc0d118b8ff5f064..a70fd56a92c8543db87c5885272162a28dcc1799 100644 (file)
@@ -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/>