Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add jumbo frames note to common issues #9453

Merged
merged 1 commit into from Dec 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions Documentation/ceph-common-issues.md
Expand Up @@ -138,6 +138,10 @@ There are several common causes for the mons failing to form quorum:
for cleaning the previous cluster.
* A firewall may be blocking the ports required for the Ceph mons to form quorum. Ensure ports 6789 and 3300 are enabled.
See the [Ceph networking guide](https://docs.ceph.com/en/latest/rados/configuration/network-config-ref/) for more details.
* There may be MTU mismatch between different networking components. Some networks may be more
susceptible to mismatch than others. If Kubernetes CNI or hosts enable jumbo frames (MTU 9000),
Ceph will use large packets to maximize network bandwidth. If other parts of the networking chain
don't support jumbo frames, this could result in lost or rejected packets unexpectedly.

#### Operator fails to connect to the mon

Expand Down