Hi, I use Ceph firefly (0.80.6) on Ubuntu Trusty (14.04). When I add a new osd to a Ceph cluster, I run these commands :
uuid=$(uuidgen) osd_id=$(ceph --cluster "my_cluster" osd create "$uuid") printf "The id of this osd will be $osd_id.\n" And the osd id is chosen automatically by the cluster. Is it possible to choose my-self the id? It's just to map IP address with osd id (more readable for me). Thanks in advance for your help. -- François Lafont _______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com