-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
containers.no_hosts is not considered by podman system service #13725
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: reda-alaoui The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
You will need to update tests. |
I am not fluent in Go. Could you point me to them? |
Most tests are under tests/ |
ebe5b95
to
6f21568
Compare
Signed-off-by: Réda Housni Alaoui <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be fixed somewhere in specgen and not in the libpod container config.
The import rule is that cli flag must always overwrite the config setting, with your change this does not work because --no-hosts=false no longer overwrites the config setting, see the failing tests.
@Luap99 I took inspiration from rhatdan@f40a0e7 . |
@Luap99 could you point me to an architecture overview document? I don't understand what is |
In the end, the real issue for my case is #13748 . So giving up on this one. |
Fix #13719
Signed-off-by: Réda Housni Alaoui [email protected]