Amirhossein Shaerpour

Results 14 comments of Amirhossein Shaerpour

> Is there any impact on the RPM packages and/or should we be doing the same? It sounds like some kind of dirty state is left so it probably needs...

> I think the commits have gone a bit wonky rather than be rebased Yes that was a mistake, I just fixed them

Should I do anything for windows build action issue?

> I tested this from documentation and is not working > > https://cloudinit.readthedocs.io/en/latest/howto/launch_libvirt.html# > > The system as a Debian 12, the vm started but never executed the cloud init...

Dear @kolonelkrazy Thanks for your response. So you are saying we can't use ```setup_controller``` with ```install_method: distro``` in jammy or older versions. Because they install official repo's ansible version that...

We should probably think about what action we should do for that. ```install_method: pip``` is probably OK because it installs last version by default but ```distro``` will cause issue.

Does docker socket returns specific code for containers status or we should handle it our self?

All status types are `created`, `restarting`, `running`, `removing`, `paused`, `exited`, or `dead` as documented [here](https://docs.docker.com/reference/cli/docker/container/ls/#status). So maybe using a dict object having all these types and then get value from...

Every container state should have numbers to assign in `gauge_container_status` metric. Right now running containers are 1 and others are 0. Checking one by one is not really a good...