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

feat(bin/ofs): implement fuse for linux #4179

Merged
merged 9 commits into from
Feb 22, 2024
Merged

Conversation

ho-229
Copy link
Contributor

@ho-229 ho-229 commented Feb 13, 2024

No description provided.

bin/ofs/src/frontend/mod.rs Outdated Show resolved Hide resolved
@Xuanwo
Copy link
Member

Xuanwo commented Feb 18, 2024

Hi, @ho-229, would you like to share your plan about this PR? The size seems keep growing which makes it much harder for review.

@ho-229
Copy link
Contributor Author

ho-229 commented Feb 18, 2024

Remove frontend folder and cleanup code

@ho-229 ho-229 marked this pull request as ready for review February 20, 2024 11:00
@ho-229 ho-229 requested a review from PsiACE as a code owner February 20, 2024 11:00
@ho-229 ho-229 changed the title feat(bin/ofs): implement fuse frontend feat(bin/ofs): implement fuse for linux Feb 20, 2024
@@ -31,19 +31,23 @@ rust-version = "1.67"

[dependencies]
anyhow = "1"
async-trait = "0.1.75"
clap = { version = "4.5.1", features = ["derive", "env"] }
Copy link
Member

Choose a reason for hiding this comment

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

Please don't revert this change.

log = "0.4.20"
nix = { version = "0.27.1", features = ["user"] }
opendal = { version = "0.45.0", path = "../../core" }
Copy link
Member

Choose a reason for hiding this comment

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

The same. Seems something wrong during the branch update.

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thanks, let's move

@Xuanwo Xuanwo merged commit acb8ef6 into apache:main Feb 22, 2024
2 checks passed
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.

None yet

2 participants