From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYt9s-0002kQ-Fr for qemu-devel@nongnu.org; Fri, 20 Mar 2015 05:24:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYt9o-0002im-FA for qemu-devel@nongnu.org; Fri, 20 Mar 2015 05:24:00 -0400 Received: from smtp3.mundo-r.com ([212.51.32.191]:34691 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYt9n-0002iZ-Cs for qemu-devel@nongnu.org; Fri, 20 Mar 2015 05:23:56 -0400 Date: Fri, 20 Mar 2015 10:23:52 +0100 From: Alberto Garcia Message-ID: <20150320092352.GA14174@igalia.com> References: <9d3f0e0ee6fcfc6300e165f79b46a4af0ffdc37d.1426779661.git.berto@igalia.com> <550B26AB.4050806@redhat.com> <20150319214201.GA11212@igalia.com> <550B4A95.9060501@redhat.com> <20150319223840.GA13196@igalia.com> <550B5850.5010303@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <550B5850.5010303@redhat.com> Subject: Re: [Qemu-devel] [PATCH 3/3] block: allow BLOCK_IMAGE_CORRUPTED to have a node name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi , Max Reitz On Thu, Mar 19, 2015 at 05:14:24PM -0600, Eric Blake wrote: > So the more I think about it, the more I'd like for this event to > output both 'device' (mandatory, with an empty string if we can't > easily tie the BDS to a single device) and 'node' (where 'node' can > be optional, and omitted if the BDS does not have a node name [if we > ever add generated node names, then we could make 'node' mandatory > at that time]). Ok, I will change that. On a related note, the QUORUM_FAILURE event does have this mixed field already, called "reference", which is the device name if present, else the node name. But I'm not planning to change it unless you think it's a good idea. That would be a thing for a different patch anyway. Berto