From: Peter Krempa Date: Mon, 27 Feb 2023 08:10:08 +0000 (+0100) Subject: kbase: virtiofs: Add a note that virtiofs is not migratable X-Git-Tag: v9.2.0-rc1~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590a6c1b781b1484352beb5af489d9124597f8a8;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Martin Kletzander --- diff --git a/docs/kbase/virtiofs.rst b/docs/kbase/virtiofs.rst index 10d1e1d79c..5940092db5 100644 --- a/docs/kbase/virtiofs.rst +++ b/docs/kbase/virtiofs.rst @@ -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 =====================================