I have a 4 node ceph cluster with the configuration in each node as follows
My network configuration is as follows
auto bond0
iface bond0 inet static
address 172.19.X.Y/24
bond-slaves eno2 eno3
bond-miimon 100
bond-mode active-backup
bond-primary eno2
mtu 9000
whenever i set mtu as 9000
ceph seems to hang and I am not able to run ceph -s command
what could be the reason
everything works perfectly with MTU 1500
My network configuration is as follows
auto bond0
iface bond0 inet static
address 172.19.X.Y/24
bond-slaves eno2 eno3
bond-miimon 100
bond-mode active-backup
bond-primary eno2
mtu 9000
whenever i set mtu as 9000
ceph seems to hang and I am not able to run ceph -s command
what could be the reason
everything works perfectly with MTU 1500