Dear all,

AIO Simplex:
https://docs.starlingx.io/deploy_install_guides/current/bare_metal_aio_simplex.html

Add an OSD on controller-0 for ceph:


system host-disk-list controller-0
system host-disk-list controller-0 | awk '/\/dev\/sdb/{print $2}' | xargs -i system host-stor-add controller-0 {}
system host-stor-list controller-0



There's only one hard disk so there's no /dev/sdb.

How to configure it?




Thanks a lot.