Skip to content

Commit

Permalink
[PLAT-15706] Removed chronyc requirement from preflights
Browse files Browse the repository at this point in the history
Summary:
Chronyc itself is not a requirement, instead we just need the ntp service check to pass.

There are several services that can satisfy the ntp requirement, so checking specifically for chrony is
not needed.

Test Plan: ran preflight checks

Reviewers: nsingh, muthu, anijhawan

Reviewed By: anijhawan

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D39149
  • Loading branch information
shubin-yb committed Oct 21, 2024
1 parent 81278fc commit dd779d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion managed/node-agent/resources/preflight_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ check_package_installed() {
}

check_binaries_installed() {
check_binary_installed "chronyc"
if [[ "$is_aarch64" = false ]]; then
check_binary_installed "azcopy" # Optional.
fi
Expand Down

0 comments on commit dd779d7

Please sign in to comment.