[lustre-discuss] No free catalog slots for log ( Lustre 2.5.3 & Robinhood 2.5.3 )

2015-12-01 Thread wanglu
Hi all, We meet a “no free catalog slots for log” problem yesterday. Users got “Bad address” error when they are trying to delete or create a new file. Here are some console logs on MDS: Dec 1 23:14:41 kernel: LustreError: 23658:0:(llog_cat.c:82:llog_cat_new_log()) no free catalog slots

Re: [lustre-discuss] Compiling from sources with Debian 8

2015-12-01 Thread Thomas Stibor
Looks like that still staging Lustre modules are loaded first, and then the remaining newer compiled modules. To make sure that ONLY Lustre kernel modules from "extra" directory are loaded one can do the following: DEPMOD_DIR='/etc/depmod.d' mkdir -p ${DEPMOD_DIR} echo "search extra built-in"

Re: [lustre-discuss] Compiling from sources with Debian 8

2015-12-01 Thread Jérôme BECOT
thanks They load .. huh .. at least, the kernel tries to load them first without this. Still the symbol problem remains. Le 01/12/2015 11:02, Thomas Stibor a écrit : Looks like that still staging Lustre modules are loaded first, and then the remaining newer compiled modules. To make sure