New Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

We've recently added live resize support, basically watching for rbd resize events and notifying the driver accordingly. If needed, we can backport this feature to Quincy.

The keyring handling is not platform specific and you should be able to use non-admin keyrings. Please paste the output of the following command, omitting the key: "ceph auth get client.$user".

You'll most probably want something like this:

ceph auth get-or-create client.$user mon 'profile rbd' osd 'profile rbd pool=rbd'

Regards, Lucian