mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
VERSION_ID of centos7 is "7", but VERSION_ID of oel7.7 is "7.7" scylla_ntp_setup doesn't work on OEL7.7 for ValueError. - ValueError: invalid literal for int() with base 10: '7.7' This patch changed redhat_version() to return version string, and compare with parse_version(). Fixes #5433 Signed-off-by: Amos Kong <amos@scylladb.com>