On Wed, May 22, 2024 at 18:00:19 +0200, Peter Krempa wrote: > Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> > --- > NEWS.rst | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/NEWS.rst b/NEWS.rst > index b6985980ba..4a532bb673 100644 > --- a/NEWS.rst > +++ b/NEWS.rst > @@ -51,7 +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)`_. > One more empty line is needed here. Before this patch were three empty lines (too many) and now only one :-) > v10.3.0 (2024-05-02) > ==================== Reviewed-by: Jiri Denemark <jdenemar@xxxxxxxxxx>