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

[curvefs]mds:improve check s3info when create fs #2590

Open
Cyber-SiKu opened this issue Jun 29, 2023 · 2 comments
Open

[curvefs]mds:improve check s3info when create fs #2590

Cyber-SiKu opened this issue Jun 29, 2023 · 2 comments
Labels
enhancement improve feature good first issue Good for newcomers

Comments

@Cyber-SiKu
Copy link
Contributor

Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)

Currently, curvefs will check whether the s3 information is available through headbuck when creating fs (s3 type). However, sometimes some s3 service providers will disable this interface for security reasons, resulting in failure to create fs. Please consider how to optimize the related experience.

Describe the solution you'd like (描述你期望的解决方法)

Describe alternatives you've considered (描述你想到的折衷方案)

Additional context/screenshots (更多上下文/截图)

@201341
Copy link
Contributor

201341 commented Jun 30, 2023

We can put the uuid or fsid object into bucket. And use headObject to check the filesystem instead of headbucket? If limitting one bucket for one filesystem, the object name can be "curvefs_fsid", If we want to keep the same behavior, we can use fsid as the object name. @Cyber-SiKu

@caoxianfei1
Copy link
Contributor

@Cyber-SiKu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improve feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants