Changes between Version 10 and Version 11 of Servers/virt_machines/kernel
- Timestamp:
- Feb 18, 2009, 5:38:27 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Servers/virt_machines/kernel
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 參考此處]