Skip to content

Commit

Permalink
Merge pull request #9453 from BlaineEXE/jumbo-frames-note-in-common-i…
Browse files Browse the repository at this point in the history
…ssues

docs: add jumbo frames note to common issues
  • Loading branch information
leseb committed Dec 17, 2021
2 parents 97978b5 + 6c90d66 commit 24d022e
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 24d022e

Please sign in to comment.