Adding new Ceph OSD when using multiple Cluster LAN IPs

Aug 4, 2019
1
0
6
54
We had problems adding disks as new Ceph OSDs

pveceph createosd /dev/sdX
Error was: command '/sbin/ip address show to '192.168.1.201/24 192.168.1.202/24' up' failed: exit code 1

The workaround was to teporarily deactivate the 2nd Cluster IP in /etc/pve/ceph.conf
cluster_network = 192.168.123.201/24 #192.168.123.202/24

After adding the OSD, 2nd cluster Ip was added, again without problems.

Any tips or comments?