Re: [Qemu-devel] [PATCH 2/3] rbd: allow client id to be specified in config string

2011-09-02 Thread Stefan Hajnoczi
On Tue, Aug 23, 2011 at 5:28 PM, Sage Weil wrote: > 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 environ

[Qemu-devel] [PATCH 2/3] rbd: allow client id to be specified in config string

2011-08-23 Thread 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 --- block/rbd.c | 52 ++