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_path
in theconfig.json
file - Temporary storage path defined by
host_persistent_temp_storage_mount_path
in theconfig.json
file
Kubernetes
To resolve this issue, do the following:
- Review the disk space allocated to the persistent storage defined by
data_volume_pvc
in thevalues.yaml
file or specified with thedata_volume_pvc
parameter in thehelm install
command. - Increase the storage if needed.