| 66 | | 7. '''''__設定 Lustre FS & 啟動 xend __,[wiki:Xen_Lustre 參考此處] |
| | 66 | 7. '''''__設定 Lustre FS & 啟動 xend__,[wiki:Xen_Lustre 參考此處]''''' |
| | 67 | * Mount Error Message |
| | 68 | {{{ |
| | 69 | $ sudo mount -t lustre /dev/sdb2 /home/mdt/ |
| | 70 | mount.lustre: mount /dev/sdb2 at /home/mdt failed: No such device |
| | 71 | Are the lustre modules loaded? |
| | 72 | Check /etc/modprobe.conf and /proc/filesystems |
| | 73 | Note 'alias lustre llite' should be removed from modprobe.conf |
| | 74 | |
| | 75 | $ dmesg |
| | 76 | LustreError: 13421:0:(router_proc.c:1013:lnet_proc_init()) couldn't create proc entry sys/lnet/stats |
| | 77 | lustre: Unknown symbol ll_remove_suid |
| | 78 | u |
| | 79 | }}} |