[Lustre-discuss] wiki page about Lustre_Debugging

Bernd Schubert bs at q-leap.de
Fri Jul 25 08:55:00 PDT 2008


Hello, 

the wiki page about Lustre debugging has a bug itself ;)

<quote>
Debug daemon commands 

[...]

file size limit. To decode the dumped file to ASCII and order the log entries 
by time, run: 
 sort -k4 -t: > {newfile} 
</quote>

Well, running this command certainly won't decode anything. I guess the 
correct command would be:

lctl debug_file $path_to_debugfile  | sort -k4 -t:


Cheers,
Bernd

-- 
Bernd Schubert
Q-Leap Networks GmbH



More information about the lustre-discuss mailing list