Error: Agent Environment Does Not Have Sufficient Disk Space for Pipeline Processing
Issue
The disk space in the Hybrid Deployment Agent environment is insufficient for pipeline processing.
Resolution
Docker and Podman
To resolve this issue, review and increase the available disk space in the following locations:
- Root (/) file system
- Docker storage directory (
/var/lib/docker) - Persistent storage path defined by
host_persistent_storage_mount_pathin theconfig.jsonfile - Temporary storage path defined by
host_persistent_temp_storage_mount_pathin theconfig.jsonfile
Kubernetes
To resolve this issue, do the following:
- Review the disk space allocated to the persistent storage defined by
data_volume_pvcin thevalues.yamlfile or specified with thedata_volume_pvcparameter in thehelm installcommand. - Increase the storage if needed.