亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 2698 | 回復(fù): 0
打印 上一主題 下一主題

[Lustre] Lustre的學(xué)習(xí)筆記(2006.1.21.) [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2006-01-21 20:57 |只看該作者 |倒序瀏覽

Lustre         
http://lustre.org/docs/whitepaper.pdf

Lustre是由Cluster File Systems公司出的高性能文件系統(tǒng),于2003年12月發(fā)布1.0版。Lustre是Linux與Clusters兩個單詞混合而成的。
網(wǎng)絡(luò)化存儲架構(gòu)主要有兩種:Storage Area Network結(jié)構(gòu)與Network Attached Storage結(jié)構(gòu),NFS屬于后者。目前在集群中應(yīng)用較多的也是NFS文件系統(tǒng)。但是存在開銷大,帶寬低,延遲大等一些問題。(我們遇到的問題還包括不夠穩(wěn)定。)而Lustre據(jù)說是比之于傳統(tǒng)的分布式文件系統(tǒng)有很多優(yōu)點(diǎn),主要是performance和scalability上。

1. Lustre的一些特點(diǎn)
而Lustre除了傳統(tǒng)的分布式文件系統(tǒng)的一些優(yōu)點(diǎn)外(比如分離了計算資源與存儲資源,支持冗余等),還有以下特點(diǎn):
(1)                 Lustre runs on commodity hardware and uses object based disks for storage and metadata servers for storing file system metadata.
(2)                 It supports strong file and metadata locking semantics to maintain total conherency of the file systems even in the presence of concurrent access.
(3)                 It uses an open networking API, the Portals API.
(4)                 It provides security in the form of authentication, authorization and privacy by leveraging existing security systems.
(5)                 It leverages the underlying jounaling file systems provided by Linux to enable persistent state recovery, enabling resiliency and recoverability from failed OSTs(Object Storage Targets)
(6)                 Its configuration and state information is recorded and managed using open standards such as XML and LDAP.

2. Lustre的基本結(jié)構(gòu)
主要由三部分組成:
l          Clients:客戶端
l          Meta-data Server(MDS):元數(shù)據(jù)服務(wù)器
l          Object Storage Target(OST):存儲服務(wù)器
通常這三個部分是分離的,但是也可以運(yùn)行在同一個系統(tǒng)中。相互關(guān)系如下圖所示 (出自Lustre White Paper)




  
上圖所示是正常情況下三部分的作用關(guān)系。在文件系統(tǒng)級別,Lustre將文件看成是位于MDS的對象,MDS支持所有的文件系統(tǒng)名字空間的操作,比如查找,創(chuàng)建文件,而實際的文件IO請求則是由OST完成的,MDS記錄文件系統(tǒng)元數(shù)據(jù)的改變和集群系統(tǒng)的狀態(tài),并且負(fù)責(zé)失效管理。
在Lustre中,inode也是唯一的,存儲著到OST上的對象的引用。在一般的文件系統(tǒng)中,新文件 時,文件系統(tǒng)要分配inode并做一些相應(yīng)的初始化, 而在Lustre中,創(chuàng)建一個新文件時,客戶端要去找元數(shù)據(jù)服務(wù)器,由元數(shù)據(jù)服務(wù)器為文件創(chuàng)建inode,然后再由元數(shù)據(jù)服務(wù)器請求OST來創(chuàng)建真正保存數(shù)據(jù)的對象。

3.Lustre支持的網(wǎng)絡(luò)
It is currently in use over TCP and Quadrics networks. Myrinet, Fiber Channel, Stargen and InfiniBand supprot are under development.


本文來自ChinaUnix博客,如果查看原文請點(diǎn):http://blog.chinaunix.net/u/12325/showart_69760.html
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP