Since new Hardware has arrived I wanted to configure a separate network for the OSDs
Its 4 Hosts each has one OSD
So I configured the extra ethernet with static IPs: 10.1.0.10..13 for host aegaeon,anthe,atlas,calypso.
Then I changed /etc/ceph/ceph.conf:
After host 10.1.0.10 came back I checked for cluster_network:
This gave me the expected result so I did
But somehow it didn't find together by itself complaining about slow ops.
Exakt message:
"oldest one blocked for 221 sec, mon.aegaeon has slow ops"
Is my approach wrong or do I have to set the cluster_network differently to how I did?
Its 4 Hosts each has one OSD
Code:
# ceph osd tree
ID CLASS WEIGHT TYPE NAME STATUS REWEIGHT PRI-AFF
-1 3.72595 root default
-3 0.93149 host aegaeon
0 ssd 0.93149 osd.0 up 1.00000 1.00000
-5 0.93149 host anthe
1 ssd 0.93149 osd.1 up 1.00000 1.00000
-7 0.93149 host atlas
2 ssd 0.93149 osd.2 up 1.00000 1.00000
-9 0.93149 host calypso
3 ssd 0.93149 osd.3 up 1.00000 1.00000
So I configured the extra ethernet with static IPs: 10.1.0.10..13 for host aegaeon,anthe,atlas,calypso.
Then I changed /etc/ceph/ceph.conf:
cluster_network 10.1.0.10/24
followed by a restart: systemctl restart ceph*
After host 10.1.0.10 came back I checked for cluster_network:
ceph config set global cluster_network
This gave me the expected result so I did
systemctl restart ceph*
on every other node.But somehow it didn't find together by itself complaining about slow ops.
Exakt message:
"oldest one blocked for 221 sec, mon.aegaeon has slow ops"
Is my approach wrong or do I have to set the cluster_network differently to how I did?
Last edited: