PHP : PHP 8.1.31 (cli)
Moodle : '4.3+ (Build: 20231124)
mysql : mysql Ver 15.1 Distrib 10.6.21-MariaDB
I am encountering a proxy error when trying to add a course in Moodle.
While investigating the issue, I noticed that CPU usage occasionally drops, but the problem does not seem to be related to CPU or RAM. Instead, I found that disk utilization is extremely high.
- There is enough free space on the disk.
- However, when monitoring utilization via Zabbix, I see that it is consistently 97% to over 100%.
- When checking with iostat, disk utilization remains above 90% on average.
- The MariaDB database is using the disk heavily, and this high utilization has been continuous since the issue started.
What steps should I take to troubleshoot and resolve this problem?
Note: I don’t have deep knowledge of Moodle LMS, unfortunately. I am a Linux administrator, and I took over managing this server after the previous admin left the job.