According to CEPH docs (https://docs.ceph.com/docs/master/rados/configuration/network-config-ref/#id1) several public nets could be defined (useful in case of rdb mirroring when slave CEPH cluster is located in separate location or/and monitors need to be created on different network interfaces/addresses)
However when trying to create mon from Web UI I get an error:
Could anyone suggest how to properly create mon in such setup?
Thanks in advance
Code:
public_network = 10.10.10.0/24, 10.71.200.0/24
However when trying to create mon from Web UI I get an error:
Code:
command '/sbin/ip address show to '10.10.10.0/24, 10.71.200.0/24' up' failed: exit code 1 (500)
Could anyone suggest how to properly create mon in such setup?
Thanks in advance