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

Support direct filesystem #2

Merged

Conversation

yusuke-koyoshi
Copy link
Contributor

overview

EC2 allows attaching multiple EBS volumes, and there are cases where only the file system exists without the MBR, except for the root volume. We will add support for cases where only the file system exists without the MBR.

概要

EC2には複数のEBSをアタッチすることができ、ルートボリューム以外はMBRを含まずファイルシステムのみが存在するケースが存在します。
MBRを含まずファイルシステムのみが存在するケースをサポートを追加します。

disk.go Show resolved Hide resolved
fs/fs.go Show resolved Hide resolved
@masahiro331 masahiro331 self-requested a review June 22, 2024 10:23
fs/fs.go Outdated Show resolved Hide resolved
fs/fs.go Outdated Show resolved Hide resolved
fs/fs.go Show resolved Hide resolved
@masahiro331 masahiro331 self-requested a review June 25, 2024 04:43
@masahiro331
Copy link
Owner

テスト追加できますか?(一旦僕の方で書いてもいいですが)

@masahiro331 masahiro331 force-pushed the support_direct_filesystem branch from 843ca5e to 52b43ac Compare June 25, 2024 07:10
@masahiro331 masahiro331 merged commit 56c9332 into masahiro331:main Jun 25, 2024
1 check passed
@masahiro331
Copy link
Owner

LGTM.
Thank you for your great contribution !!!

@yusuke-koyoshi
Copy link
Contributor Author

テスト追加していただきありがとうございます!

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