Skip to content
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

fix: make sure the crc daemon is running before execute start (#205)" #219

Merged
merged 3 commits into from
May 22, 2024

Conversation

lstocchi
Copy link
Contributor

This PR removes the isNeedSetup variable which is used to decide if crc has already been set up or we need to perform it. However that variable is misleading because its value is not always refreshed. By removing it we can be sure that, when needed, we exactly know if the daemon is running or not.

This fixes #205

lstocchi added 2 commits May 20, 2024 15:33
…daemon as the value stored could be not up to date with the environment

Signed-off-by: lstocchi <[email protected]>
Signed-off-by: lstocchi <[email protected]>
@lstocchi lstocchi requested review from benoitf and jeffmaury May 20, 2024 14:19
Copy link
Collaborator

@jeffmaury jeffmaury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@slemeur
Copy link

slemeur commented May 21, 2024

great!

@lstocchi lstocchi merged commit d11c356 into crc-org:main May 22, 2024
3 checks passed
@lstocchi lstocchi deleted the i205 branch May 22, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Podman Desktop - OpenShift local start error: connect ENOENT //?/pipe/crc-http
3 participants