You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#21963] YSQL: Support clockbound on other cloud providers
Summary:
### Azure PHC Issue
Azure VMs have hardware clocks too. However, we haven't figured out how we can use them yet. Currently, the clockbound configuration script fatals with the following error.
```
PHC is not available on eth0
```
**Fix:** Configure PTP only when the script runs on an AWS machine.
### Missing policycoreutils package
Install policycoreutils-devel explicitly.
### Yugabyted changes
clockbound can now be used on any cloud provider. So, alter users with a warning when using Azure or GCP as well.
Jira: DB-10879
Test Plan:
Jenkins: compile only
Ran
```
sudo bash ./bin/configure_clockbound.sh
```
on AWS, Azure, and GCP
Reviewers: nikhil, sanketh
Reviewed By: sanketh
Differential Revision: https://phorge.dev.yugabyte.com/D39224
0 commit comments