Kernel version and architecture
OS distribution and version
Issue Description:
For FineOps of V2.1.11 and earlier versions, errors may occur when you deploy the MySQL and MinIO components during project deployment.
The error message in the error log reads "Fatal glibc error: CPU does not support x86-64-v2."
Cause Analysis:
The Glibc version in the component images requires the CPU to support the x86-64-v2 instruction set.
The server you prepared for deploying the MySQL and MinIO components does not meet this requirement. Replace it with a compliant server.
Solution one: Upgrade FineOps to V2.12.0 or later versions, which includes component images that do not require this CPU instruction set.
Solution two: Replace the server CPU with one that supports the x86-64-v2 instruction set.
The following content describes how to check if the CPU supports the x86-64-v2 instruction set.
1. Download and decompress awk_check.zip. awk_check.zip
2. Upload the awk_check.sh file to the target server (any location on which you have the EXECUTE permission).
3. Execute one of the following commands in the directory containing awk_check.sh:
chmod a+x awk_check.sh && ./awk_check.sh
awk -f awk_check.sh
4. If the return value is v2 or later versions, the server CPU meets the requirement.
If the return value is v1, the server CPU does not meet the requirement.
滑鼠選中內容,快速回饋問題
滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。
不再提示
10s後關閉
Submitted successfully
Network busy