- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于castorfs和xrootd的用户空间文件系统的设计与实现软件工程专业论文
Thesis for Master’s Degree at HIT and UBP
Abstract
The LHC (Large Hadron Collider) experiments use a mass storage system for recording petabytes of experimental data. This system is called CASTOR[1] (CERN Advanced STORage manager) and it is powerful and convenient for many use cases. However, it is impossible to use standard tools and scripts straight away for dealing with the files in the system since the users can access the data just in the way of using command-line utilities and parsing their output. Thus a complete POSIX filesystem – CastorFS[2] is developed based on the FUSE[3] (File System in Userspace) and two CASTOR I/O libraries-RFIO (Remote File I/O) library and NS (Name Server) library. Although it is applied successfully, it has serious limitation of wide application because the I/O protocols it relies on are very old. Each time the CASTOR side receives the calling for accessing data files from the us er side, the load of the CASTOR side system will increase quickly even out of its upper bound and the system would crash. Besides that, those two protocols provide very
primitive mechanism for authentication and the data transmitting rate is very low. Furthermore, since the CastorFS is implemented in C language, it can hardly be extended by using the other well functioned libraries. Hence, it needs to be rewritten in C++ with the implementation of caching and the Xrootd[4] (eXtended Root Daemon) which is developed by SLAC/CERN to provide a high performance, scalable fault tolerant access to data. The new system implemented the LRU (Least Recently Used) algorithm as the mechanism to manage the cache. We use FUSE as
the tool to provide the interfaces for the virtual filesystem. By implementing the actual filesystem function with Xrootd Posix APIs, we provided a filesystem which can effectively ease the server load, provide a steady data transmitting service and provide a good data protection mechanism.
Keywords: CastorFS, FUSE, Caching, Xrootd
I
您可能关注的文档
- 基于fpga实时图像采集与处理系统设计-控制科学与工程专业论文.docx
- 基于censure特征的sar景象匹配技术研究-信号与信息处理专业论文.docx
- 基于bim的建设项目文本信息集成管理研究-土木工程管理专业论文.docx
- 基于cmos技术的60ghz毫米波功率源研究-物理电子学专业论文.docx
- 基于fpga的多通道磁弹性传感器测试仪的设计-仪器科学与技术专业论文.docx
- 基于cfd的小水线面双体船多目标优化-船舶与海洋工程专业论文.docx
- 基于cfd的厌氧发酵搅拌技术研究-农业工程;农业生物环境与能源工程专业论文.docx
- 基于.net的移动工商巡查系统的设计与实现-软件工程专业论文.docx
- 基于4g网络的无线视频监控系统的设计与实现-电子与通信工程专业论文.docx
- 基于ct图像的全心脏分割算法研究-生物医学工程专业论文.docx
- 基于c#的数据采集上位机软件设计-电子与通信工程专业论文.docx
- 基于 dem 的地形特征提取算法研究及应用-计算机技术专业论文.docx
- 基于can总线的汽车车身控制模块的研究-电气工程专业论文.docx
- 基于.net框架的东营职业学院教务管理信息系统的设计与实现-软件工程专业论文.docx
- 基于fpc技术的铜浆料改进及其分形天线方面的应用研究分析-微电子学与固体电子学专业论文.docx
- 基于arm的细胞冷冻自动机控制系统研究-仪器仪表工程专业论文.docx
- 基于can总线的列车监控设备测试系统 设计与实现-电子与通信工程专业论文.docx
- 基于arm与zigbee的智能家居系统的设计与研究-控制工程专业论文.docx
- 基于curvelet变换的图像融合算法研究-计算机应用技术专业论文.docx
- 基于 catia 平台的修边线展开与翻边成形性仿真系统开发-材料加工工程专业论文.docx
文档评论(0)