-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[DOC-1057][2025.2] Configure ClockBound for YBA #29545
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for infallible-bardeen-164bc9 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
docs/content/stable/yugabyte-platform/prepare/server-nodes-software/software-on-prem.md
Outdated
Show resolved
Hide resolved
docs/content/stable/yugabyte-platform/prepare/server-nodes-software/software-on-prem.md
Outdated
Show resolved
Hide resolved
|
|
||
| ### Configure ClockBound (optional) | ||
|
|
||
| [ClockBound](https://github.com/aws/clock-bound) improves clock accuracy by several orders of magnitude and significantly reduces read-restart errors in YSQL. To enable ClockBound for cloud provider universes, set the provider runtime configuration flag `yb.provider.configure_clockbound_cloud_provisioning` to `true` before creating the universe. Refer to [Manage runtime configuration settings](../../administer-yugabyte-platform/manage-runtime-config/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"cloud provider universes" - does this mean all universes created using any cloud provider configuration (and not on-premises?) Why is this not a provider setting?
| | `node_ip` | The fully-qualified domain name or IP address of the node you are provisioning. Must be accessible to other nodes. | | ||
| | `tmp_directory` | The directory on the node to use for storing temporary files during provisioning. | | ||
| | `is_configure_clockbound` | Set to `true` to configure [ClockBound](https://github.com/aws/clock-bound) during provisioning. ClockBound improves clock accuracy by several orders of magnitude and significantly reduces read-restart errors in YSQL. ClockBound requires [chrony](https://chrony-project.org/) to be configured. <br/>When enabled, the provisioning script installs ClockBound as a systemd unit and configures it to communicate with chronyd. <br/> For new universes, the universe creation task automatically sets the [time_source](../../../reference/configuration/yb-master/#time-source) flag to `clockbound`. | | ||
| | `is_configure_clockbound` | Set to `true` to configure [ClockBound](https://github.com/aws/clock-bound) during provisioning. ClockBound improves clock accuracy by several orders of magnitude and significantly reduces read-restart errors in YSQL. ClockBound requires [chrony](https://chrony-project.org/) to be configured. <br/>When enabled, the provisioning script installs ClockBound as a systemd unit and configures it to communicate with chronyd. <br/>**For on-prem deployments:** When set to `true` and the node agent creates or updates the on-premises provider (using the YBA configuration options below), the provider is configured with `useClockbound: true`. This enables the universe creation task to automatically set the [time_source](../../../reference/configuration/yb-master/#time-source) flag to `clockbound` for new universes. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page is exclusively for on premises, so why are we making this distinction
docs/content/stable/yugabyte-platform/create-deployments/create-universe-multi-zone.md
Outdated
Show resolved
Hide resolved
…e-universe-multi-zone.md
kv83821-yb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@netlify /stable/yugabyte-platform/prepare/server-nodes-software/software-on-prem/#modify-the-configuration-file