close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 17, 2009, 11:47:07 PM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
7 | 7 | * Q: Lustre OST 加入 MDT 之後,可否改 Lable ? |
8 | 8 | * Q: 如果要關閉某個 OST,該如何做才算是正常程序 ? |
| 9 | * 從 dmesg 查 Lustre 異常的訊息 |
| 10 | {{{ |
| 11 | LustreError: 118-8: No local IP interfaces for ip2nets to match |
| 12 | }}} |
| 13 | {{{ |
| 14 | #!diff |
| 15 | @@ -1,0 +1,0 @@ |
| 16 | |
| 17 | }}} |
| 18 | {{{ |
| 19 | LustreError: 158-c: Can't load module 'mgc' |
| 20 | }}} |
| 21 | {{{ |
| 22 | #!diff |
| 23 | --- modules.org 2009-06-17 23:43:59.000000000 +0800 |
| 24 | +++ modules 2009-06-17 23:43:04.000000000 +0800 |
| 25 | @@ -4,6 +4,8 @@ |
| 26 | # at boot time, one per line. Lines beginning with "#" are ignored. |
| 27 | |
| 28 | loop max_loop=512 |
| 29 | +lustre |
| 30 | usbkdb |
| 31 | ldiskfs |
| 32 | lnet |
| 33 | +mgc |
| 34 | }}} |
9 | 35 | |
10 | 36 | == Cloud Computing == |