Re: [ceph-users] valid characters for pool and rbd name

2013-12-14 Thread Loic Dachary
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/c

Re: [ceph-users] valid characters for pool and rbd name

2013-12-14 Thread Wido den Hollander
On 12/14/2013 10:14 AM, James Harper wrote: What characters are valid for a pool and an rbd name? I think it's UTF-8, but I'd stay safe and only use: A-Z, 0-9, -, _ and . Might be that Ceph supports other names, but you never know what various tools would support. Wido Thanks James

[ceph-users] valid characters for pool and rbd name

2013-12-14 Thread James Harper
What characters are valid for a pool and an rbd name? Thanks James ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com