From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1bQc-0002W0-IR for qemu-devel@nongnu.org; Thu, 08 Sep 2011 06:01:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1bQY-0001eB-JW for qemu-devel@nongnu.org; Thu, 08 Sep 2011 06:01:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1bQY-0001e7-Ai for qemu-devel@nongnu.org; Thu, 08 Sep 2011 06:01:46 -0400 Message-ID: <4E68933A.2000907@redhat.com> Date: Thu, 08 Sep 2011 12:04:42 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1315412886-21092-1-git-send-email-sage@newdream.net> In-Reply-To: <1315412886-21092-1-git-send-email-sage@newdream.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] rbd: allow client id to be specified 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 07.09.2011 18:28, schrieb Sage Weil: > Allow the client id to be specified in the config string via 'id=' so that > users can control who they authenticate as. Currently they are stuck with > the default ('admin'). This is necessary for anyone using authentication > in their environment. > > Signed-off-by: Sage Weil Thanks, applied all to the block branch. Kevin