We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When deploying OSD it complains about one or two MONs having too high of a clock skew, showing the NTP config is not setup correctly
The text was updated successfully, but these errors were encountered:
Easiest fix seems to be to simply add a rule to the iptables INPUT chain, for example:
iptables
INPUT
iptables -I INPUT 6 -p udp -s 192.168.123.0/24 -m state --state NEW --dport 123 -j ACCEPT
Sorry, something went wrong.
No branches or pull requests
When deploying OSD it complains about one or two MONs having too high of a clock skew, showing the NTP config is not setup correctly
The text was updated successfully, but these errors were encountered: