Hello,

On Wed, Dec 13, 2017 at 7:36 AM, Stefan Kooman <ste...@bit.nl> wrote:

> Hi,
>
> Is there a way to ask Ceph which OSD_ID
> would be next up?


if I may suggest, "ceph osd create" allocates and returns an OSD ID. So you
could take it by doing:

 ID=$(ceph osd create)

then remove it with

 ceph osd rm $ID

Now you have the $ID and you can deploy it with ceph-volume (I hope it
works)


Regards,

Webert Lima
DevOps Engineer at MAV Tecnologia
*Belo Horizonte - Brasil*
*IRC NICK - WebertRLZ*


>
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to