Hi,

As Wido wrote, there does not seem to be any restriction.

https://github.com/ceph/ceph/blob/master/src/mon/MonCommands.h#L494
defines CephPoolname as a "PLainold string" :-)
https://github.com/ceph/ceph/blob/master/src/mon/MonCommands.h#L63
which can be any string because
https://github.com/ceph/ceph/blob/master/src/pybind/ceph_argparse.py#L303
does not define the valid() method
https://github.com/ceph/ceph/blob/master/src/pybind/ceph_argparse.py#L81

Cheers

On 14/12/2013 10:14, James Harper wrote:
> What characters are valid for a pool and an rbd name?
> 
> Thanks
> 
> James
> _______________________________________________
> ceph-users mailing list
> [email protected]
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
> 

-- 
Loïc Dachary, Artisan Logiciel Libre

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to