-
-
Notifications
You must be signed in to change notification settings - Fork 785
Description
π£οΈ Foreword
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.
π» Brief Description
A clear and concise description of what the bug is.
When a docker container is created with gpus set (all or device=0), the container is always deleted and recreated when running chef-client again.
-
docker_container[container-1] action run[2025-03-31T08:11:33+00:00] INFO: Processing docker_container[container-1] action run (docker-testi::default line 63)
- stopping container-1
- deleting container-1
- update container-1
- set gpus to "all" (was nil)
- starting container-1
π₯ Cookbook version
Version of the cookbook where you are encountering the issue.
11.9.2
π©βπ³ Chef-Infra Version
Version of chef-client in your environment.
18.5.0
π© Platform details
Operating system distribution and release version. Cloud provider if running in the cloud.
Ubuntu 24.04.2 LTS on Akamai Linode
Steps To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
π Expected behavior
A clear and concise description of what you expected to happen.
β Additional context
Add any other context about the problem here. e.g. related issues or existing pull requests.