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

fs: shell: Allow retries after a mount failure #80026

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pahindman
Copy link

Clean up if the mount command fails, such as due to a typo in the mount point name, so that it can be retried.

Fixes #80024

Clean up if the mount command fails, such as due to a typo in the mount
point name, so that it can be retried.

Signed-off-by: Phil Hindman <[email protected]>
Copy link
Collaborator

@Laczen Laczen left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

@de-nordic de-nordic added this to the v4.0.0 milestone Oct 18, 2024
@de-nordic de-nordic added bug The issue is a bug, or the PR is fixing a bug backport v2.7-branch Request backport to the v2.7-branch backport v3.6-branch Request backport to the v3.6-branch backport v3.7-branch Request backport to the v3.7-branch labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: File System backport v2.7-branch Request backport to the v2.7-branch backport v3.6-branch Request backport to the v3.6-branch backport v3.7-branch Request backport to the v3.7-branch bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot retry fs mount command if first attempt failed
4 participants