Fixes: https://tracker.ceph.com/issues/44692
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Instead of doing this::
- [monitor 1] # ceph orchestrator osd create *<host>*:*<path-to-device>*
+ [monitor 1] # ceph orch daemon add osd *<host>*:*<path-to-device>*
for each device and each host, we can define a yaml|json file that allows us to describe
the layout. Here's the most basic example.
and pass it to `osd create` like so::
- [monitor 1] # ceph orchestrator osd create -i /path/to/drivegroup.yml
+ [monitor 1] # ceph orch apply osd -i /path/to/drivegroup.yml
This will go out on all the matching hosts and deploy these OSDs.
based on their properties, such device type (SSD or HDD), device
model names, size, or the hosts on which the devices exist::
- # ceph orch osd create -i spec.yml
+ # ceph orch apply osd -i spec.yml
Deploy MDSs