随笔分类 -  Glusterfs

摘要:DHT(Distributed Hash Table) Translator What is DHT? DHT is the real core of how GlusterFS aggregates capacity and performance across multiple serv... 阅读全文
posted @ 2015-12-27 22:28 Vman 阅读(437) 评论(0) 推荐(0)
摘要:Glusterfs中,在brick对应的path下,有一个 文件夹,其中保存了相应文件的gfid。比如,有文件的gfid是 ,则其对应gfid路径为: .glusterfs/86/0f/860fc6e5 73fc 42a6 af49 c75f98b52d0c 第一级目录对应gfid的1 2位。第二级... 阅读全文
posted @ 2015-12-27 18:21 Vman 阅读(3031) 评论(0) 推荐(0)
摘要:Introducing shard translatorbyKrutika Dhananjayon December 23, 2015GlusterFS-3.7.0 saw the release of sharding feature, among several others. The feat... 阅读全文
posted @ 2015-12-24 22:02 Vman 阅读(378) 评论(0) 推荐(0)
摘要:http://www.codeproject.com/Articles/56138/Consistent hashing 阅读全文
posted @ 2015-11-24 19:50 Vman 阅读(204) 评论(0) 推荐(0)
摘要:getfattr用法 用于获取文件扩展属性,返回一系列键值对,参考 "Linux Man Page" 。 常用OPTIONS n name, name=name Dump the value of the named extended attribute extended attrib... 阅读全文
posted @ 2015-11-16 11:33 Vman 阅读(4719) 评论(0) 推荐(0)