This document provides a standardized approach for handling and troubleshooting the ZFS Pool Error alert, enabling L1 and L2 engineers to quickly identify disk-related issues, prevent data loss, and maintain storage reliability.
This alert is triggered when the ZFS error count is greater than 0, indicating underlying issues within the ZFS storage pool.
Errors reported by ZFS may include:
-
Disk faults
- Checksum errors
- Data integrity issues
These errors often precede:
-
Disk failure
- Pool degradation
Severity
P1- Critical Impact
Possible Causes
- Disk hardware failure
- Checksum/data corruption
- Faulty or degraded storage device
- I/O errors on disk
- Controller or connectivity issues
L1 Engineer Actions
Step 1 – Log the Alert
- Log in to the monitoring system
- Review alert summary and affected pool/system
Step 2 – Create Ticket
- Immediately create an internal ticket including:
- Alert name
- Hostname
- ZFS pool details
- Timestamp
- Initial observations
Step 3 – Escalation (If required)
- Inform L2 team immediately (P1 priority)
- Share alert details and observations
Step 4 – Documentation
- Update Issue Master Sheet with incident details
- Ensure proper tracking of the issue
L2 Engineer Actions
Step 1 – Check ZFS Pool Status
zpool status
- Review pool health
- Identify errors and affected devices
Step 2 – Check Checksum Errors
- Analyze output of
zpool status & zpool list
- Look for:
- Checksum errors
- Read/write failures
Step 3 – Identify Faulty Disk
- Determine:
- Failed or degraded disk
- Affected pool and vdev
Step 4 – OEM Escalation
- Inform OEM/vendor with:
- ZFS status output
- Disk details
- System information
Step 5 – Disk Replacement & Resilver
- Replace faulty disk
- Monitor resilvering process:
zpool status -v
- Ensure pool returns to healthy state
Resolution
The issue is considered resolved when:
- ZFS pool status is healthy (ONLINE)
- No checksum or I/O errors are reported
- Resilvering completes successfully
- No further alerts are triggered
Escalation
- L1 → L2: Immediate escalation for P1 alerts
- L2 → OEM/Vendor: For disk replacement and hardware issues