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: add fsutils #425

Merged
merged 1 commit into from
Jun 21, 2023
Merged

feat: add fsutils #425

merged 1 commit into from
Jun 21, 2023

Conversation

chrisgacsal
Copy link
Contributor

Description

Add new fsutils package which includes helpers for listing and mounting blockdevices on Linux. Also allow the caller to cancel the underlying filesystem operations by providing context.Context with timeout or cancel.

Fixes: #414

Type of Change

[x] Bug Fix
[ ] New Feature
[ ] Breaking Change
[x] Refactor
[ ] Documentation
[ ] Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@chrisgacsal chrisgacsal requested a review from a team as a code owner June 19, 2023 14:26
@chrisgacsal chrisgacsal self-assigned this Jun 19, 2023
@chrisgacsal chrisgacsal added bug Something isn't working enhancement New feature or request labels Jun 19, 2023
@chrisgacsal chrisgacsal force-pushed the add-fsutils branch 2 times, most recently from 67b2371 to b733379 Compare June 19, 2023 14:35
@chrisgacsal chrisgacsal added this to the v0.5.0 milestone Jun 19, 2023
@chrisgacsal chrisgacsal marked this pull request as draft June 19, 2023 16:18
@chrisgacsal chrisgacsal force-pushed the add-fsutils branch 5 times, most recently from 7e3f19d to c70b969 Compare June 19, 2023 20:16
@chrisgacsal chrisgacsal marked this pull request as ready for review June 19, 2023 20:16
@chrisgacsal chrisgacsal force-pushed the add-fsutils branch 8 times, most recently from a10f737 to 35bfddc Compare June 19, 2023 22:30
Add new `fsutils` package which includes helpers for listing and
mounting blockdevices on Linux.
@chrisgacsal chrisgacsal added this pull request to the merge queue Jun 21, 2023
Merged via the queue into main with commit 5b23e98 Jun 21, 2023
5 checks passed
@chrisgacsal chrisgacsal deleted the add-fsutils branch June 21, 2023 11:15
adamtagscherer pushed a commit that referenced this pull request Jun 29, 2023
Add new `fsutils` package which includes helpers for listing and
mounting blockdevices on Linux.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scanner may stuck on volume mounting
2 participants