From: Peter Krempa Date: Wed, 22 May 2024 15:55:04 +0000 (+0200) Subject: NEWS: Mention migration/save bug on root_squash NFS X-Git-Tag: v10.4.0-rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b3efef58dc4bf6c07a73862c280e30f2023054d;p=thirdparty%2Flibvirt.git NEWS: Mention migration/save bug on root_squash NFS Signed-off-by: Peter Krempa Reviewed-by: Jiri Denemark --- diff --git a/NEWS.rst b/NEWS.rst index b6985980ba..42b0f88128 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -51,6 +51,14 @@ v10.4.0 (unreleased) $ virsh help list + * qemu: Fix ``virsh save`` and migration when storage in question is root_squashed NFS + + Attempting to save a VM to a root_squash NFS mount or migrating with disks + hosted on such mount could, in some scenarios, result in error stating:: + + 'Unknown error 255' + + The bug was introduced in `v10.1.0 (2024-03-01)`_. v10.3.0 (2024-05-02)