Skip to content

fix fuse mount#2069

Merged
benjamin-747 merged 3 commits into
gitmono-dev:mainfrom
jackieismpc:fix/fuse-mount
Apr 29, 2026
Merged

fix fuse mount#2069
benjamin-747 merged 3 commits into
gitmono-dev:mainfrom
jackieismpc:fix/fuse-mount

Conversation

@jackieismpc

Copy link
Copy Markdown
Contributor

old fuse mount clean

Signed-off-by: jackie <jackieismpc@gmail.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3ca3bb7ca3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread orion/src/antares.rs Outdated
Signed-off-by: jackie <jackieismpc@gmail.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 360d15088b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread orion/src/antares.rs
Comment on lines +302 to +304
if !best_effort_detach_mountpoint(mountpoint, false).await
&& !best_effort_detach_mountpoint(mountpoint, true).await
{

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Allow retry prep without fusermount binary

prepare_mountpoint_for_retry now hard-fails if both best_effort_detach_mountpoint calls return false, but best_effort_detach_mountpoint returns false whenever fusermount cannot be executed (e.g., hosts that only have fusermount3 or no helper installed). In that environment, any leftover mountpoint directory for the same job id causes remount to fail before remove_mountpoint_path runs, even if unmount_job already detached the mount. This turns a best-effort cleanup path into a hard availability regression for retry/remount flows.

Useful? React with 👍 / 👎.

Signed-off-by: jackie <jackieismpc@gmail.com>
@benjamin-747 benjamin-747 self-requested a review April 29, 2026 06:17
@benjamin-747 benjamin-747 added this pull request to the merge queue Apr 29, 2026
Merged via the queue into gitmono-dev:main with commit 768fbf4 Apr 29, 2026
8 checks passed
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.

2 participants