close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: cannot map zero-fill pages: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 6, 2008, 4:19:59 PM (17 years ago)
- Author:
-
chris
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 2 | 2 | * 利用虛擬機初步測試的結果發現 Lustre 檔案系統在'''寫入'''操作方面,本身就具有 load balance 的機制,[[BR]] |
| 3 | 3 | 在 OST 具有不同大小的情況下,MDS 會先指派 free space 較大的 OST 給予 client 寫入檔案。[[BR]] |
| 4 | | 然而若 OST 全部具有同樣大小的情況,MDS 則會採用 round-robin 的機制,輪流分配 OST 給 client 端寫入檔案![[BR]] |
| | 4 | 然而若 OST 全部具有同樣大小的情況,MDS 則會採用 round-robin 的機制,輪流分配 OST 給 client 端寫入檔案! [[BR]] |
| 5 | 5 | [[BR]] |
| 6 | 6 | * 得到上面這個結論後的第一個反應就是,那麼 read 的 Load Balance 豈不是也已經作好了?[[BR]] |