[Lustre-discuss] wiki page about Lustre_Debugging

Andreas Dilger adilger at sun.com
Sat Jul 26 12:54:12 PDT 2008


On Jul 25, 2008  17:55 +0200, Bernd Schubert wrote:
> 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:

To be honest, there is no need for the "sort" anymore, as this is done
internally by lctl using quicksort.  The documentation should just
remove that.

Cheers, Andreas
--
Andreas Dilger
Sr. Staff Engineer, Lustre Group
Sun Microsystems of Canada, Inc.




More information about the lustre-discuss mailing list