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

[#6320] feat (gvfs-fuse): Support mount and umount command for gvfs-fuse command line tools #6321

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

diqiu50
Copy link
Contributor

@diqiu50 diqiu50 commented Jan 17, 2025

What changes were proposed in this pull request?

  1. Support mount and umount command
  2. Make mount create a daemon process to run background

Why are the changes needed?

Fix: #6320

Does this PR introduce any user-facing change?

No

How was this patch tested?

IT

@diqiu50 diqiu50 changed the title [#6320] feat (gvfs-fuse): Support mount and umount command for gvfs-fuse [#6320] feat (gvfs-fuse): Support mount and umount command for gvfs-fuse command line tools Jan 17, 2025
@diqiu50 diqiu50 self-assigned this Jan 17, 2025
clients/filesystem-fuse/src/command_args.rs Outdated Show resolved Hide resolved
config: Option<String>,

#[arg(short, long, help = "Debug level", default_value_t = 0)]
debug: u8,
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like this is an overdesign?
Are we really using this argument?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, we will need to use this argument in PR #5905.

@jerryshao jerryshao requested a review from FANNG1 January 22, 2025 11:21
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.

[Subtask] Gvfs Fuse command line Tools: support mount and umount command
2 participants