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

src: add resize2fs call if the block device is formatted #47

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

adityamaru
Copy link

@adityamaru adityamaru commented Nov 27, 2024

Important

Add resize2fs call in maybeFormatBlockDevice() to ensure ext4 filesystem uses full block device.

  • Behavior:
    • In maybeFormatBlockDevice() in main.ts, added resize2fs call when block device is already formatted with ext4 to ensure filesystem uses full block device.

This description was created by Ellipsis for f16c36e. It will automatically update as commits are pushed.

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Reviewed everything up to f16c36e in 24 seconds

More details
  • Looked at 14 lines of code in 1 files
  • Skipped 2 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. src/main.ts:336
  • Draft comment:
    Consider handling potential errors from resize2fs gracefully, similar to how other commands are handled in the code.
  • Reason this comment was not posted:
    Comment looked like it was already resolved.

Workflow ID: wflow_0crtwRbv8FX68ztJ


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

1 day left in your free trial, upgrade for $20/seat/month or contact us.

@adityamaru adityamaru merged commit eb6486e into master Nov 27, 2024
1 check 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.

1 participant