close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libhogweed.so.2: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 18, 2009, 5:38:27 PM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v10
|
v11
|
|
| 54 | 54 | $ sudo vim lustre/include/linux/lustre_compat25.h |
| 55 | 55 | 570 //#define ll_remove_suid(inode,mnt) remove_suid(inode,mnt) |
| | 56 | |
| 56 | 57 | $ sudo ./configure --with-linux=/usr/src/linux-2.6.22 |
| 57 | 58 | $ sudo make -j 4 |
| 58 | 59 | $ sudo make install ; sudo depmod -a |
| | 60 | $ sudo vim /etc/modules |
| | 61 | ldiskfs |
| | 62 | lnet networks=tcp |
| | 63 | |
| | 64 | $ sudo sync ; sudo reboot |
| 59 | 65 | }}} |
| 60 | 66 | 7. '''''__設定 Lustre FS & 啟動 xend __,[wiki:Xen_Lustre 參考此處] |