Whamcloud - gitweb
Branch HEAD
authorbobijam <bobijam>
Thu, 15 Feb 2007 00:23:59 +0000 (00:23 +0000)
committerbobijam <bobijam>
Thu, 15 Feb 2007 00:23:59 +0000 (00:23 +0000)
commit6e9ad1d588e96a607721df65b998fc6743e81eb3
treeca4ca6555416b401755576e7d7cc52336c91b8b4
parent9193623bd51513bf0900f8f7632a6ffbd7651388
Branch HEAD
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.
lustre/ChangeLog
lustre/ptlrpc/client.c