StorageGRID container not starting due to podman image returning no images
- Views:
- 22
- Visibility:
- Public
- Votes:
- 0
- Category:
- storagegrid
- Specialty:
- sgrid
- Last Updated:
- 6/9/2025, 5:12:35 PM
Applies to
- NetApp StorageGRID on Baremetal
- Red Hat Enterprise Linux (RHEL) 8.10
- Podman 4.9.4
Issue
- StorageGRID primary admin node is not starting after install on RHEL baremetal host.
storagegrid node status
output showing state as Not-Running:
WARNING: Node <node_name> exited by itself (code 1)
Name Config-State Run-State
<node_name> Configured Not-Running
/var/log/storagegrid/nodes/<node_name.log>
records:
ERROR -- Can't find latest image in docker
ERROR -- Terminating node service
- No output when running:
podman images
- Running:
podman load -i <image>
returns:
Error: payload does not match any of the supported image formats
Creating temp directory: untarring file <image>: no space left on device
- The
/var/tmp
directory size is set to 2.0GB.