We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug We ran into a problem when initializing local repo - there were 8 packages that failed to download (from dockerhub in our case).
The failures were seen in the ansible output and in the download_package_status.csv, but without a reason for the failure:
a. Failures listed in Ansible output:
TASK [parse_and_download : Display Failed Packages] ************************************************************************************************************* Tuesday 15 October 2024 23:00:59 +0000 (0:00:00.922) 0:41:14.752 ******* failed: [localhost] (item={'package': 'docker.io/library/nginx:1.25.2-alpine', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/library/nginx:1.25.2-alpine", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/library/nginx:1.25.2-alpine", "status": "Failed", "type": "image"}} failed: [localhost] (item={'package': 'docker.io/rocm/k8s-device-plugin:latest', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/rocm/k8s-device-plugin:latest", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/rocm/k8s-device-plugin:latest", "status": "Failed", "type": "image"}} failed: [localhost] (item={'package': 'docker.io/mpioperator/mpi-operator:master', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/mpioperator/mpi-operator:master", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/mpioperator/mpi-operator:master", "status": "Failed", "type": "image"}} failed: [localhost] (item={'package': 'docker.io/roman8rcm/roce-test:229.2.32.0', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/roman8rcm/roce-test:229.2.32.0", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/roman8rcm/roce-test:229.2.32.0", "status": "Failed", "type": "image"}} failed: [localhost] (item={'package': 'docker.io/traefik:v2.10.5', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/traefik:v2.10.5", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/traefik:v2.10.5", "status": "Failed", "type": "image"}} failed: [localhost] (item={'package': 'docker.io/tensorflow/tensorflow:latest', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/tensorflow/tensorflow:latest", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/tensorflow/tensorflow:latest", "status": "Failed", "type": "image"}} failed: [localhost] (item={'package': 'docker.io/rocm/tensorflow:latest', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/rocm/tensorflow:latest", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/rocm/tensorflow:latest", "status": "Failed", "type": "image"}}
b. failures seen in the download_package_status.csv:
root@omnia-cp:/opt/omnia/offline# grep -i failed download_package_status.csv docker.io/library/nginx:1.25.2-alpine,image,Failed docker.io/rocm/k8s-device-plugin:latest,image,Failed docker.io/mpioperator/mpi-operator:master,image,Failed docker.io/roman8rcm/roce-test:229.2.32.0,image,Failed docker.io/traefik:v2.10.5,image,Failed docker.io/tensorflow/tensorflow:latest,image,Failed docker.io/rocm/tensorflow:latest,image,Failed root@omnia-cp:/opt/omnia/offline#
** This suggestion is to add more detail to the install documentation to help the user triage why packages failed to download.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@jshawdell The local repo failure would have happened due to either internet connectivity or docker pull issue. FAQ links - https://omniahpc.readthedocs.io/en/release_1.7/Troubleshooting/FAQ/Common/LocalRepo.html.
There will be enhancement for this feature in upcoming omnia releases.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
We ran into a problem when initializing local repo - there were 8 packages that failed to download (from dockerhub in our case).
The failures were seen in the ansible output and in the download_package_status.csv, but without a reason for the failure:
TASK [parse_and_download : Display Failed Packages] *************************************************************************************************************
Tuesday 15 October 2024 23:00:59 +0000 (0:00:00.922) 0:41:14.752 *******
failed: [localhost] (item={'package': 'docker.io/library/nginx:1.25.2-alpine', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/library/nginx:1.25.2-alpine", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/library/nginx:1.25.2-alpine", "status": "Failed", "type": "image"}}
failed: [localhost] (item={'package': 'docker.io/rocm/k8s-device-plugin:latest', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/rocm/k8s-device-plugin:latest", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/rocm/k8s-device-plugin:latest", "status": "Failed", "type": "image"}}
failed: [localhost] (item={'package': 'docker.io/mpioperator/mpi-operator:master', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/mpioperator/mpi-operator:master", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/mpioperator/mpi-operator:master", "status": "Failed", "type": "image"}}
failed: [localhost] (item={'package': 'docker.io/roman8rcm/roce-test:229.2.32.0', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/roman8rcm/roce-test:229.2.32.0", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/roman8rcm/roce-test:229.2.32.0", "status": "Failed", "type": "image"}}
failed: [localhost] (item={'package': 'docker.io/traefik:v2.10.5', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/traefik:v2.10.5", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/traefik:v2.10.5", "status": "Failed", "type": "image"}}
failed: [localhost] (item={'package': 'docker.io/tensorflow/tensorflow:latest', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/tensorflow/tensorflow:latest", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/tensorflow/tensorflow:latest", "status": "Failed", "type": "image"}}
failed: [localhost] (item={'package': 'docker.io/rocm/tensorflow:latest', 'type': 'image', 'status': 'Failed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"package": "docker.io/rocm/tensorflow:latest", "status": "Failed", "type": "image"}, "msg": {"package": "docker.io/rocm/tensorflow:latest", "status": "Failed", "type": "image"}}
root@omnia-cp:/opt/omnia/offline# grep -i failed download_package_status.csv
docker.io/library/nginx:1.25.2-alpine,image,Failed
docker.io/rocm/k8s-device-plugin:latest,image,Failed
docker.io/mpioperator/mpi-operator:master,image,Failed
docker.io/roman8rcm/roce-test:229.2.32.0,image,Failed
docker.io/traefik:v2.10.5,image,Failed
docker.io/tensorflow/tensorflow:latest,image,Failed
docker.io/rocm/tensorflow:latest,image,Failed
root@omnia-cp:/opt/omnia/offline#
** This suggestion is to add more detail to the install documentation to help the user triage why packages failed to download.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: