Actions
Task #4282
openAdd inode limit together with disk usage
Start date:
16.10.2016
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Description
From support, we had a case of [Errno 28] No space left on device, despite the suystem was 50% full. It turned out it was inode limit which was 100% full.
We should add that check into admin > system info. On linux this could be done via df -i
Actions