Issue
Check cagefs mount points exists:
FAILED: There are missing mount points: ['/usr/local/cpanel/sbin']
Command for disabling this cron checker: "cldiag --disable-cron-checkers check-cagefs-mount-points-exist"
Environment
- CloudLinux 7
- CloudLinux 8
- CageFS
Solution
1. Remove (or comment out) the mentioned mount point from /etc/cagefs/cagefs.mp
2. Then update CageFS:
cagefsctl --force-update && cagefsctl -M
3. Run cldiag --all
command to check if the problem persists.
You can disable this checker using the following command:
cldiag --disable-cron-checkers check-cagefs-mount-points-exist
Cause
A file or directory that existed before and now is missing. The file /etc/cagefs/cagefs.mp
need to be fixed and the mount point mentioned in the error message should be removed.
Useful links
https://docs.cloudlinux.com/shared/cloudlinux_os_components/#mount-points
Comments
0 comments
Please sign in to leave a comment.