免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: yftty
打印 上一主题 下一主题

浩存 - 面向数据库,虚拟机等海量数据可同时提供NFS/iSCSI访问的集群存储系统 [复制链接]

论坛徽章:
0
231 [报告]
发表于 2008-11-19 00:27 |只看该作者
请教个问题哈, 目录的内容一般是怎么保存比较好呢?
按常规的文件系统, 目录就是个特殊文件, 内容就是下面的文件列表, 是保存在block上的.
那分布式系统应该采取什么策略比较好呢? 也是保存一份文件列表放在chunk上吗? 这样似乎开销会比较大, 每次定位文件的时候要先定位目录, 然后读取目录内容获得文件inode号再去定位.

我看google的设计是采用放弃目录内容的方法:
GFS does not have a per-directory data structure that lists all the files in that directory
这样一来想要支持链接, 或者列出目录下的所有文件就基本没戏了.

论坛徽章:
0
232 [报告]
发表于 2010-01-15 14:27 |只看该作者
分布式文件系统 专业群
1. qq群:(讨论非常热烈)
   102082446  (通关密码:我爱分布式文件系统)
2. bbs讨论:
    mfs权威指南(moosefs)分布式文件系统一站式解决方案(部署,性能测试)不断更新ing
     http://bbs.chinaunix.net/thread-1644309-1-1.html

mfs优势:
0. 通用文件系统,不需要修改上层应用就可以使用。
1. 可以在线扩容。
2. 部署简单。
3. google filesystem的一个c实现。
4. 提供web gui监控接口。
5. 提高随机读或写的效率
6. 提高海量小文件的读写效率

论坛徽章:
0
233 [报告]
发表于 2010-01-15 14:29 |只看该作者
分布式文件系统 专业群
1. qq群:(讨论非常热烈)
   102082446  (通关密码:我爱分布式文件系统)
2. bbs讨论:
    mfs权威指南(moosefs)分布式文件系统一站式解决方案(部署,性能测试)不断更新ing
     http://bbs.chinaunix.net/thread-1644309-1-1.html

mfs优势:
0. 通用文件系统,不需要修改上层应用就可以使用。
1. 可以在线扩容。
2. 部署简单。
3. google filesystem的一个c实现。
4. 提供web gui监控接口。
5. 提高随机读或写的效率
6. 提高海量小文件的读写效率

论坛徽章:
0
234 [报告]
发表于 2010-01-17 22:20 |只看该作者

ding

www.meidisen.com,看了这个帖子,让我很感动!虽没能细细的看,不过我知道这个帖子从2005年持续至今天!很幸运,能加入到www.meidisen.com

论坛徽章:
0
235 [报告]
发表于 2010-02-03 00:07 |只看该作者
回复 234# l540l540


    你是哪个,msn上告诉我下~

论坛徽章:
0
236 [报告]
发表于 2010-02-03 00:11 |只看该作者
http://www.china-pub.com/196237  欢迎大家看看这本书

Will The Cloud Deliver A 'Computer' to Every Person and Education to Every Child?
Written by Mike Kirkwood / February 1, 2010 5:30 PM / 1 Comments

These days, having computer skills is an important part of a person's resume. Likewise, it is important for a country's ability to navigate through economic opportunities of our world. In recent years, countries like India have changed their position in the world based on their population's ability to deliver computer skills and support to the rest of the world.

At the same time that these skills are becoming increasingly needed, prices are dropping dramatically for computing hardware. The netbook enjoyed a huge year in 2009. New form factors of computing devices also gained that attention of the masses, and 2010 started with a bang with the $499 iPad tablet computing device. The technology world is continuing to innovate computing systems that continue to get smaller and more portable. This video from a researcher in Japan shows a entirely new form factor of computer coming to market, in the shape of a pen with a projector and camera at the tips.

So we're asking this question: For the world to live in harmony do we all need to own one (or more) personal computers?

论坛徽章:
0
237 [报告]
发表于 2010-12-04 23:14 |只看该作者
本帖最后由 yftty 于 2010-12-06 10:12 编辑

在这个集群文件系统产品基础上形成了我们的云主机产品方案如下面的图。

我们的架构和测试结果如下:

服务器同时运行虚拟机软件和集群存储软件,磁盘不做RAID。

SAS一块盘160 IOPS,随机的

读 IOPS = 单盘 IOPS * 盘数
写 IOPS = 单盘 IOPS * 盘数 / 副本数

单台 虚拟机 IOPS = 读写 IOPS / 虚拟机数目

盘数是指的集群内所有服务器的磁盘总数,副本数是一个文件同时冗余存储到几台服务器的磁盘上(一般2到3台)。

这样单台虚拟机可以达到非常高的IOPS能力。

例如有10台服务器,每台6块SAS盘,则总体IOPS=10 X 6 X 160 = 9600 IOPS

只运行一台虚拟机的话,则这台虚拟机可以达到 9600 IOPS的能力

论坛徽章:
0
238 [报告]
发表于 2010-12-05 00:19 |只看该作者

论坛徽章:
0
239 [报告]
发表于 2010-12-06 09:59 |只看该作者
相当的nb啊,游总经过这几年的坚持,已经搞出了完善可用的部署在cluster FS上的虚拟化系统,技术实现上已经超越了Amazon那一套。是非常适合公司用来部署Private cloud环境的。。。死顶这个帖子!!!

论坛徽章:
1
辰龙
日期:2015-03-23 10:24:00
240 [报告]
发表于 2010-12-10 16:27 |只看该作者
Unix下针对邮件,搜索,网络硬盘等海量存储的分布式文件系统项目
largeness   project
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP