From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5uxt-0006R3-MO for qemu-devel@nongnu.org; Tue, 20 Sep 2011 03:42:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5uxs-0001yJ-IT for qemu-devel@nongnu.org; Tue, 20 Sep 2011 03:42:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5uxs-0001xw-6h for qemu-devel@nongnu.org; Tue, 20 Sep 2011 03:42:00 -0400 Message-ID: <4E784477.2030000@redhat.com> Date: Tue, 20 Sep 2011 09:44:55 +0200 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] rbd: allow escaping in config string List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sage Weil Cc: ceph-devel@vger.kernel.org, qemu-devel@nongnu.org Am 19.09.2011 22:35, schrieb Sage Weil: > The config string is variously delimited by =, @, and /, depending on the > field. Allow these characters to be escaped by preceeding them with \. > > Signed-off-by: Sage Weil Thanks, applied to the block branch. Kevin