A PV in Released phase has been unbound from its PVC but not yet reclaimed. With Retain policy, manual cleanup or rebind is needed; with Delete, the provisioner may not have finished deletion.
Warning
N/A
- Report shows: Persistent Volume <name> is Released but not reclaimed
- PV status.phase is Released
- After confirming no PVC needs the PV, handle according to reclaimPolicy
- Retain: back up data, delete the PV object, then clean up backing storage as appropriate
- Delete: check provisioner logs; if needed delete the backing volume then the PV
- To reuse, clear PV claimRef so a new PVC can bind (only in supported scenarios)