Provide a troubleshooting reference for engineers when a BeeGFS Capacity Critical alert is triggered in the cluster.
This document outlines the meaning of the alert and the actions required by L1 and L2 engineers.
Use this KB article when the monitoring system generates the following alert:
Alert Name: BeeGFS Capacity Critical
This alert indicates that BeeGFS storage capacity has reached a critical threshold.
This may occur due to:
High storage consumption
Large files written to the filesystem
Stuck or deleted files consuming space
Storage servers (OSS) being offline
Metadata or storage thread bottlenecks
If not addressed, this may result in:
Job failures
Storage write failures
Performance degradation
Critical
Immediate investigation is recommended to prevent storage exhaustion.
Follow the steps below when the alert is received.
Record the alert in the Alert Monitoring System
Check the following:
Affected filesystem
Node generating the alert
Current storage usage
Confirm whether the usage spike is temporary
Monitor storage usage for a short duration
If the alert persists:
Escalate to L2 Engineer
Provide alert details and timestamps
Perform deeper investigation once the alert is escalated.
Verify whether any OSS server is down or offline.
Check for issues with:
Metadata service
Storage threads
Run the following command:
df -h
Check usage on the BeeGFS mount point.
Locate large directories consuming space.
du -sh *
Investigate files that may still be consuming storage after deletion.
If required:
Coordinate with NetApp team
Investigate backend storage issues
Take corrective actions such as:
Cleaning unused data
Moving data
Expanding storage capacity
After corrective action:
BeeGFS storage usage should fall below the critical threshold
Alert should automatically clear in the monitoring system