Re: Deterministic naming of LVM volumes (ceph-volume)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

On Wed, Dec 13, 2017 at 7:36 AM, Stefan Kooman <stefan@xxxxxx> 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@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux