Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 检查tidb集群状态出现失败,mount point / does not have ‘nodelalloc’ option set

[TiDB Usage Environment] Single machine with multiple instances simulating a production environment
[TiDB Version] v7.5.0
[Reproduction Path]
When adding a data disk with EXT4 file system mount parameters on the target machine where TiKV is deployed,
if the mount parameters do not include nodelalloc, it means it has not taken effect.
Using the command tiup cluster check ./topology.yaml --apply --user k8soperator -p
Input SSH password:
- Cleanup check files on 192.168.36.61:22 … Done
Node Check Result Message
192.168.36.61 cpu-cores Pass number of CPU cores / threads: 4
192.168.36.61 memory Pass memory size is 16384MB
192.168.36.61 disk Warn mount point / does not have ‘noatime’ option set, auto fixing not supported
192.168.36.61 disk Warn mount point /cubd/tidb1 does not have ‘noatime’ option set, auto fixing not supported
192.168.36.61 disk Warn mount point /cubd/tidb4 does not have ‘noatime’ option set, auto fixing not supported
192.168.36.61 thp Pass THP is disabled
192.168.36.61 command Pass numactl: policy: default
192.168.36.61 os-version Pass OS is CentOS Linux 7 (Core) 7.9.2009
192.168.36.61 cpu-governor Warn Unable to determine current CPU frequency governor policy, auto fixing not supported
192.168.36.61 network Pass network speed of cali180eff2222a is 10000MB
192.168.36.61 network Pass network speed of cali3b166e8a736 is 10000MB
192.168.36.61 disk Fail mount point /cubd/tidb1 does not have ‘nodelalloc’ option set, auto fixing not supported
192.168.36.61 disk Fail mount point /cubd/tidb4 does not have ‘nodelalloc’ option set, auto fixing not supported
192.168.36.61 selinux Pass SELinux is disabled
- Try to apply changes to fix failed checks
mount point / does not have 'nodelalloc' option set
How to troubleshoot and resolve this error?
[Encountered Problem: Problem Phenomenon and Impact]
[Resource Configuration] Go to TiDB Dashboard - Cluster Info - Hosts and take a screenshot of this page
[Attachments: Screenshots/Logs/Monitoring]