Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 Google Cloud Storage 作为卷安装在 GCE 实例中以供应用程序访问?
它仍在进行中,您可以尝试s3fuse
不要指望生产可靠性,至少这是我大约一个月前的经验......
除了另一个答案中提到的s3fuse之外,还有gcsfs(基于 s3fuse)和stormfs。
请注意,我没有尝试过其中任何一个,所以我不能说这些解决方案中的任何一个有多强大。
谷歌现在有官方的gcsfuse FS。但是,它处于 Beta 阶段,永远不会稳定发布,因为性能和稳定性存在无法或很难解决的问题。
如果您需要处理许多小文件,性能会迅速下降。此外,扫描包含许多文件的目录(就像find确实如此)需要数小时或数天。
find
我们已经尝试将它用于生产,但它偶尔会出现 I/O 错误。所以现在,我们仅将其用于维护。