mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
docs: virtiofs: use the preferred virtiofs spelling
The virtiofs project started off using "virtio-fs" but later switched to the "virtiofs" spelling because it matches the spelling of the mount -t virtiofs command-line. Update the kbase article with the new spelling so it matches the virtiofs website. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
39dcb4f73e
commit
8ef93e5ba2
@ -3305,7 +3305,7 @@ A directory on the host that can be accessed directly from the guest.
|
|||||||
pages touched during a guest file write operation :since:`(since 0.9.10)`
|
pages touched during a guest file write operation :since:`(since 0.9.10)`
|
||||||
. :since:`Since 6.2.0` , ``type='virtiofs'`` is also supported. Using
|
. :since:`Since 6.2.0` , ``type='virtiofs'`` is also supported. Using
|
||||||
virtiofs requires setting up shared memory, see the guide:
|
virtiofs requires setting up shared memory, see the guide:
|
||||||
`Virtio-FS <kbase/virtiofs.html>`__
|
`Virtiofs <kbase/virtiofs.html>`__
|
||||||
``template``
|
``template``
|
||||||
OpenVZ filesystem template. Only used by OpenVZ driver.
|
OpenVZ filesystem template. Only used by OpenVZ driver.
|
||||||
``file``
|
``file``
|
||||||
|
@ -12,7 +12,7 @@ Usage
|
|||||||
Explanation of how disk backing chain specification impacts libvirt's
|
Explanation of how disk backing chain specification impacts libvirt's
|
||||||
behaviour and basic troubleshooting steps of disk problems.
|
behaviour and basic troubleshooting steps of disk problems.
|
||||||
|
|
||||||
`Virtio-FS <virtiofs.html>`__
|
`Virtiofs <virtiofs.html>`__
|
||||||
Share a filesystem between the guest and the host
|
Share a filesystem between the guest and the host
|
||||||
|
|
||||||
`Security with QEMU passthrough <qemu-passthrough-security.html>`__
|
`Security with QEMU passthrough <qemu-passthrough-security.html>`__
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
============================
|
===========================
|
||||||
Sharing files with Virtio-FS
|
Sharing files with Virtiofs
|
||||||
============================
|
===========================
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
Virtio-FS
|
Virtiofs
|
||||||
=========
|
========
|
||||||
|
|
||||||
Virtio-FS is a shared file system that lets virtual machines access
|
Virtiofs is a shared file system that lets virtual machines access
|
||||||
a directory tree on the host. Unlike existing approaches, it
|
a directory tree on the host. Unlike existing approaches, it
|
||||||
is designed to offer local file system semantics and performance.
|
is designed to offer local file system semantics and performance.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user