From nobody Fri Nov 22 10:26:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1716393845123532.3822412654499; Wed, 22 May 2024 09:04:05 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id EEF711D0C; Wed, 22 May 2024 12:04:03 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 68F331BAF; Wed, 22 May 2024 12:00:40 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id C6E041A6E; Wed, 22 May 2024 12:00:27 -0400 (EDT) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 57F531A12 for ; Wed, 22 May 2024 12:00:27 -0400 (EDT) Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-81-U1mW1nv1OlKSsTGRfGFCQw-1; Wed, 22 May 2024 12:00:25 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 457D03C0CEE1 for ; Wed, 22 May 2024 16:00:25 +0000 (UTC) Received: from speedmetal.lan (unknown [10.45.242.20]) by smtp.corp.redhat.com (Postfix) with ESMTP id ABE29C15BB1 for ; Wed, 22 May 2024 16:00:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE autolearn=unavailable autolearn_force=no version=3.4.4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1716393627; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=G+4N/cZEhTE4rEjDNUs3Ebon6Dx7/YhuWwQr3SetgbI=; b=bpAv5BoaxSQCIBUdMFNhiu8Xv+nFIEPHiTMJiSbKvWfzVogkSgFZQN1Vqfxq0Jlwylxw5W kIgUgmOamW8Wn0AmaRP3dB+gox27Pop7pbGjZOVtAd/S4DWCk74gH4pwlDGMA4WUq+k0ou O0ni4sCkqCrrSFeTjp9v0s8rQCgcbHw= X-MC-Unique: U1mW1nv1OlKSsTGRfGFCQw-1 From: Peter Krempa To: devel@lists.libvirt.org Subject: [PATCH 4/4] NEWS: Mention migration/save bug on root_squash NFS Date: Wed, 22 May 2024 18:00:19 +0200 Message-ID: In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Message-ID-Hash: KJXTCT4X5HT7DQTO5R7RHOGTY4G7RQGL X-Message-ID-Hash: KJXTCT4X5HT7DQTO5R7RHOGTY4G7RQGL X-MailFrom: pkrempa@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1716393846133100001 Content-Type: text/plain; charset="utf-8" Signed-off-by: Peter Krempa Reviewed-by: Jiri Denemark --- 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 roo= t_squashed NFS + Attempting to save a VM to a root_squash NFS mount or migrating with d= isks + 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) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.45.1