Ceph add new OSD Automatically

ermanishchawla

Well-Known Member
Mar 23, 2020
332
37
48
38
Hi,
Is there any mechanism built in proxmox that allows new disks to be added into ceph pool automatically. I know I can go to ceph config menu and create OSD is possible. Just wondering if any orchestration possible to do that automatically
 
no, not out of the box. if you know your way around linux/udev/scripting maybe something could be possible with writing a custom udev hook that executes 'pveceph osd create' ?
though i never tried to write something like this