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:
Stefan Hajnoczi 2021-09-09 15:58:29 +01:00 committed by Ján Tomko
parent 39dcb4f73e
commit 8ef93e5ba2
3 changed files with 8 additions and 8 deletions

View File

@ -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)`
. :since:`Since 6.2.0` , ``type='virtiofs'`` is also supported. Using
virtiofs requires setting up shared memory, see the guide:
`Virtio-FS <kbase/virtiofs.html>`__
`Virtiofs <kbase/virtiofs.html>`__
``template``
OpenVZ filesystem template. Only used by OpenVZ driver.
``file``

View File

@ -12,7 +12,7 @@ Usage
Explanation of how disk backing chain specification impacts libvirt's
behaviour and basic troubleshooting steps of disk problems.
`Virtio-FS <virtiofs.html>`__
`Virtiofs <virtiofs.html>`__
Share a filesystem between the guest and the host
`Security with QEMU passthrough <qemu-passthrough-security.html>`__

View File

@ -1,13 +1,13 @@
============================
Sharing files with Virtio-FS
============================
===========================
Sharing files with Virtiofs
===========================
.. 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
is designed to offer local file system semantics and performance.