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: multiple temp directories on command executions (backport #8726) #8729

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 24, 2024

Closes: #8725

What is the purpose of the change

This pull request fix issue with temp directories and stops creating multiple temp directories
also gives panic if node is unable to create a temp directory instead of returning node default home directory which leads to erasing of entire node data


This is an automatic backport of pull request #8726 done by [Mergify](https://mergify.com).

* delete temp dir after it's usage

* update changelog

(cherry picked from commit 4ce0dbf)

# Conflicts:
#	CHANGELOG.md
@mergify mergify bot added the conflicts label Sep 24, 2024
Copy link
Contributor Author

mergify bot commented Sep 24, 2024

Cherry-pick of 4ce0dbf has failed:

On branch mergify/bp/v26.x/pr-8726
Your branch is up to date with 'origin/v26.x'.

You are currently cherry-picking commit 4ce0dbf17.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   cmd/osmosisd/cmd/root.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   CHANGELOG.md

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@PaddyMc PaddyMc merged commit bb7a94e into v26.x Sep 26, 2024
1 check passed
@PaddyMc PaddyMc deleted the mergify/bp/v26.x/pr-8726 branch September 26, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants