From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2tAm-00019F-39 for qemu-devel@nongnu.org; Wed, 10 Jun 2015 23:28:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2tAl-0002yS-C1 for qemu-devel@nongnu.org; Wed, 10 Jun 2015 23:28:56 -0400 From: Josh Durgin Date: Wed, 10 Jun 2015 20:28:42 -0700 Message-Id: <1433993326-26294-1-git-send-email-jdurgin@redhat.com> Subject: [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 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(-) -- 1.9.1