On Wed, Dec 12, 2012 at 03:19:22PM +0100, Maciej Gałkiewicz wrote:
> Hello
> 
> I can't map rbd volume after upgrading to 0.55 from 0.53.
> 
> # ceph auth list
> ...
> client.test
>         key: AQAaAshQ6NakBRAAHbOaK7DvO9NIKDwTV5REMw==
>         caps: [mon] allow r
>         caps: [osd] allow rwx pool=winnie-test
> 
> 
> If I use admin key or use "caps: [osd] allow rwx" instead of "caps:
> [osd] allow rwx pool=winnie-test" it works fine.
> 

Hi,

 Try removing the "=" from the osd cap, ie.

client.test
        key: AQAaAshQ6NakBRAAHbOaK7DvO9NIKDwTV5REMw==
        caps: [mon] allow r
        caps: [osd] allow rwx pool winnie-test

 I believe that changed after 0.53. I know my 0.54 cluster only works with
"allow rwx pool name". Good luck!

-Mike
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to