
On 3/20/24 05:19, Andrea Bolognani wrote:
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst index 489201d3fc..7e17043c2a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,13 @@ v10.2.0 (unreleased)
* **New features**
+ * qemu: Add ``shared_filesystems`` configuration option + + This option can be used to configure libvirt so that migration between two + hosts, one of which exports a shared filesystem via NFS and the other one
Is NFS the only shared filesystem to consider or is NFS only an example?
+ which mounts it, is allowed in both directions. Without it, libvirt would + block migration from the host that is accessing the data locally. + * **Improvements**
* **Bug fixes**