kbase: virtiofs: Add a note that virtiofs is not migratable

Note that certain operations will not work.

Resolves: https://gitlab.com/libvirt/libvirt/-/issues/452
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Peter Krempa 2023-02-27 09:10:08 +01:00
parent 5d59142122
commit 590a6c1b78

View File

@ -13,6 +13,10 @@ is designed to offer local file system semantics and performance.
See https://virtio-fs.gitlab.io/
*Note:* virtiofs currently does not support migration so operations such as
migration, save/managed-save, or snapshots with memory are not supported if
a VM has a virtiofs filesystem connected.
Sharing a host directory with a guest
=====================================