From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Npk1R-0002YX-5o for qemu-devel@nongnu.org; Thu, 11 Mar 2010 10:10:01 -0500 Received: from [199.232.76.173] (port=59135 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Npk1Q-0002Xr-N7 for qemu-devel@nongnu.org; Thu, 11 Mar 2010 10:10:00 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Npk1P-0001TX-VR for qemu-devel@nongnu.org; Thu, 11 Mar 2010 10:10:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42284) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Npk1P-0001TL-He for qemu-devel@nongnu.org; Thu, 11 Mar 2010 10:09:59 -0500 Message-ID: <4B9907C4.9030404@redhat.com> Date: Thu, 11 Mar 2010 17:09:56 +0200 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/3]: BLOCK_WATERMARK QMP event References: <1268175216-3600-1-git-send-email-lcapitulino@redhat.com> <4B96D4F1.80405@codemonkey.ws> <4B975B0A.1030502@redhat.com> <4B980D26.8070000@codemonkey.ws> <4B98AB17.8080506@redhat.com> <4B98FBE8.5050708@codemonkey.ws> <4B990507.5090101@redhat.com> <4B990718.90409@codemonkey.ws> In-Reply-To: <4B990718.90409@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , uril@redhat.com, qemu-devel@nongnu.org, Luiz Capitulino On 03/11/2010 05:07 PM, Anthony Liguori wrote: >> Still, if management is actually interested in the change, not just >> to grow the volume (perhaps to handle out-of-space, or to check >> against a global disk low condition), the helper/driver then needs to >> communicate with the management system, which is awkward. > > The management system can poll information from the block driver. > Polling is not always evil :-) In this particular case, it can even poll lvm directly (and I think it does), as it needs global information. So a variant of the raw driver might work here. Is there any way to pass options to nested format drivers? -- error compiling committee.c: too many arguments to function