Skip to content
Snippets Groups Projects
user avatar
Bobi Jam authored
b=9829
r=adilger

Description: client incorrectly hits assertion in ptlrpc_replay_req()
Details    : for a short time RPCs with bulk IO are in the replay list,
       but replay of bulk IOs is unimplemented.  If the OST filesystem
       is corrupted due to disk cache incoherency and then replay is
       started it is possible to trip an assertion.  Avoid putting
       committed RPCs into the replay list at all to avoid this issue.
6e9ad1d5
History
Instructions for building, configuring and running Lustre can be found at:
    http://projects.clusterfs.com/lustre/LustreHowto.