mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update runner
This commit is contained in:
parent
fb3c4671f0
commit
26e1338c4e
@ -153,7 +153,7 @@ def check_iptables_legacy():
|
||||
if "legacy" in file_info_str:
|
||||
print(
|
||||
"""
|
||||
iptables is in 'legacy' mode. This is not supported.
|
||||
iptables on your host machine is in 'legacy' mode. This is not supported.
|
||||
|
||||
Please switch to 'nftables' mode, usualy by installing `iptables-nft` or `nftables`, consult your distribution manual.
|
||||
Or, use --ignore-iptables-legacy-check.
|
||||
@ -170,7 +170,7 @@ def check_iptables_legacy():
|
||||
if "legacy" in file_info_str:
|
||||
print(
|
||||
"""
|
||||
ip6tables is in 'legacy' mode. This is not supported.
|
||||
ip6tables on your host machine is in 'legacy' mode. This is not supported.
|
||||
|
||||
Please switch to 'nftables' mode, usualy by installing `iptables-nft` or `nftables`, consult your distribution manual.
|
||||
Or, use --ignore-iptables-legacy-check.
|
||||
|
Loading…
Reference in New Issue
Block a user