Issue
CloudLinux Health Check /
cldiagreports:
...
Check cagefs mount points exists:
FAILED: There are missing mount points: ['/usr/local/cpanel/htdocs']
Command for disabling this cron checker: "cldiag --disable-cron-checkers check-cagefs-mount-points-exist"
...
On an affected server, the directory does not exist:
# ls -ld /usr/local/cpanel/htdocs
ls: cannot access '/usr/local/cpanel/htdocs': No such file or directory
Environment
- CloudLinux OS
- CageFs
- cPanel/WHM (confirmed on cPanel v134.x)
Solution
1- Upgrade to CageFS version 7.6.31-1 or later, which removes the stale mount point:
yum update cagefs2- Check issue's persistence:
cldiag -aCause
In cPanel v134, /usr/local/cpanel/htdocs does not exist.
The warning occurs because CageFS mountpoints file /etc/cagefs/cagefs.mp was generated on an older system / older cPanel layout and still contains this legacy mountpoint.
As a result, the check-cagefs-mount-points-exist cron checker flags it as “missing”, even though it may be expected for the current cPanel version.
Comments
0 comments
Please sign in to leave a comment.