mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
committed by
Ján Tomko
parent
39dcb4f73e
commit
8ef93e5ba2
@@ -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>`__
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user