编写 GlusterFS 转换器 - 有相关文档吗?
我想编写一个自定义的 GlusterFS 转换器,用于使用 AES 进行文件加密。除了这个相当罕见的描述之外: http://europe.gluster.org/community/documentation/index.php/GlusterFS_Contributors_FAQ ,还有关于编写自定义翻译器的其他文档吗?
I would like to write a custom GlusterFS Translator for file encryption with AES. Besides this rather rare description:
http://europe.gluster.org/community/documentation/index.php/GlusterFS_Contributors_FAQ, is there any other documentation on writing a custom Translator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
也许 HekaFS 就是您所需要的,它已经有一个加密转换器。
Maybe HekaFS is what you need, it already has a encryption translator.
您可以在源存储库的 hacker-guide 目录中找到一些过时的文档:
http://git.gluster.com/?p=glusterfs.git;a=tree;f=doc/hacker-guide;hb=HEAD
黑客指南.tex 应该是一个很好的起点。
You can find some dated documentation in the hacker-guide directory of the source repository:
http://git.gluster.com/?p=glusterfs.git;a=tree;f=doc/hacker-guide;hb=HEAD
hacker-guide.tex should be a good place to start.
#oscon12 有一个关于这个主题的详细演讲,今天正在录制,来自 RedHat,还建议您下载幻灯片,
这里有 演示幻灯片的链接
There is a detailed talk on this topic from #oscon12, which is being recorded today, from RedHat ,also suggest you download the slides
Here's a link to the presentation slides