when adding OSDs the first host gets created OSDs as expected, but
during creating OSDs on second host the output gets wierd, even when
adding each device separately the output shows that `ceph orch` tries to
create multiple osds at once
```
root@test1:~# for xxx in j k l m; do ceph orch daemon add osd
test2:/dev/xvd$xxx; done
Created osd(s) 0,1,2,3 on host 'test2'
Created osd(s) 0,1 on host 'test2'
Created osd(s) 2,3 on host 'test2'
Created osd(s) 1 on host 'test2'
```
solved
turns out that test cluster has wrong mapping of data devices. all three
nodes gets the same set of disks and when booting in parallel the XEN
platform did not prevented to use them multiple times in separate vms
bodik
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx