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

2011-09-08 Thread Kevin Wolf
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. > >

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

2011-09-08 Thread Stefan Hajnoczi
On Wed, Sep 7, 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 environm

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

2011-09-07 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 ++