From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZA0Gi-0004QL-WF for qemu-devel@nongnu.org; Tue, 30 Jun 2015 14:28:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZA0Ge-00077S-HP for qemu-devel@nongnu.org; Tue, 30 Jun 2015 14:28:28 -0400 Message-ID: <5592DFC2.9060707@redhat.com> Date: Tue, 30 Jun 2015 11:28:18 -0700 From: Josh Durgin MIME-Version: 1.0 References: <1433993326-26294-1-git-send-email-jdurgin@redhat.com> In-Reply-To: <1433993326-26294-1-git-send-email-jdurgin@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] rbd cleanup and settings precedence fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Jeff Cody , qemu-block@nongnu.org Ping On 06/10/2015 08:28 PM, Josh Durgin wrote: > Patches 1 and 2 are simple cleanups. 3 and 4 fix the precedence of > cache options and ceph settings. The cache option precedence in > particular is important due to the potential for misconfigurations > (ceph.conf setting rbd_cache=true, qemu setting cache=none) to > accidentally put data at risk. > > Josh Durgin (4): > rbd: remove unused constants and fields > MAINTAINERS: update email address > rbd: make qemu's cache setting override any ceph setting > rbd: fix ceph settings precedence > > MAINTAINERS | 2 +- > block/rbd.c | 64 +++++++++++++++++++++++++++++++++---------------------------- > 2 files changed, 36 insertions(+), 30 deletions(-) >