On Wed, Sep 24, 2008 at 05:22:55PM -0600, Nathan Dauchy wrote:
> Can anyone direct me to documentation to decipher these messages?
> What does "server_bulk_callback" do, and does "status -103" indicate a
> severe problem for event types 2 and 4?

server_bulk_callback signals the completion of bulk data movement
initiated by servers; type 2 and 4 are for bulk read and write
operations (from the perspective of the server) respectively.

The -103 error most likely came from Lustre networking stacks. You'd
be able to get more details by enabling low-level network error
console logging:
echo +neterror > /proc/sys/lnet/printk

Thanks,
Isaac
_______________________________________________
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss

Reply via email to