Manual Recovery of Nodes with Insufficient Space
| February 9, 2026
Warning: High storage overprovisioning ratios are a leading cause of disk exhaustion. Ensure your
Storage Overprovisioning Percentagealigns with physical capacity.
NotReady or shows a DiskPressure taint.This usually occurs due to high overprovisioning, snapshot accumulation, or uneven replica scheduling. The node’s disk is full, preventing Longhorn from writing data or creating new replicas.
If a node is facing disk exhaustion, you can use the following methods to reclaim space.
Disable.Disable for that specific path.CRITICAL: Only proceed if the volume status is Healthy and you have at least 2 other healthy replicas on different nodes.
Enable.Longhorn volumes can consume more space than their actual data size due to historical snapshots.
WARNING: Deleting and purging snapshots requires extra temporary disk space to perform the data merge. If a disk is already at 100% capacity, the purge operation may fail or get stuck. Ensure there is a small buffer of available space before initiating a large-scale snapshot purge.
snapshot-delete recurring job. This job periodically removes and purges snapshots that exceed a specified retention count. See Recurring Snapshots and Backups for configuration details.Note: Users must not manually touch or delete the files inside the replica directories on the node’s filesystem, as this will lead to data corruption.
Deleting files within the workload’s filesystem does not automatically free up blocks on the underlying Longhorn block device.
Trim Filesystem operation for attached volumes, or manually via the fstrim command.filesystem-trim recurring job to automate reclamation.UnmapMarkSnapChainRemoved setting. This allows Longhorn to automatically mark ancestor snapshots as removed during a trim to maximize space reclamation.For more information, see Trim Filesystem.
If space issues are caused by uneven replica distribution, you can trigger a rebalance.
least-effort and best-effort balancing modes. You can also set a Replica Auto Balance Disk Pressure Threshold (%) to trigger migrations once a disk reaches a specific capacity.Healthy status. Unhealthy or detached volumes require manual intervention.See Replica Auto Balance for detailed setup and behavior.
Orphaned replica directories are untracked data folders on your disks that are no longer associated with any active Longhorn volume. This can happen if a node or disk goes down and is later reintroduced after its replicas have been removed from the system.
kubectl by deleting the corresponding orphan resource.orphan-resource-auto-deletion setting in Longhorn. This will automatically clean up orphaned resources after a defined grace period.For detailed steps and kubectl examples, see Orphaned Data Cleanup.
Recent articles
© 2019-2026 Longhorn Authors | Documentation Distributed under CC-BY-4.0
© 2026 The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page.