Issue
The inode usage statistics is not showing in the cPanel account or the count shown is different from the real one, 0 or 1 for example.
Environment
- CloudLinux
- cPanel
Solution
1. Check crontab is running and if quota sync cronjob is present:
# grep cl-quota /etc/cron.d/lvemanager-cron
*/5 * * * * root /usr/bin/flock -n /var/run/cloudlinux_cl-quota.cronlock /usr/bin/cl-quota -YC
2. Synchronize quotas with caching manually, e.g. check real count and applied limits:
cl-quota | grep UID
Sync the cache:
cl-quota -YC
Useful links
https://docs.cloudlinux.com/command-line_tools/#cl-quota
https://docs.cloudlinux.com/command-line_tools/#caching-and-synchronizing-the-limits
https://docs.cloudlinux.com/command-line_tools/#cli-options-examples
Comments
0 comments
Please sign in to leave a comment.