Details
-
Bug
-
Resolution: Duplicate
-
Major
-
Lustre 2.1.0
-
None
-
3
-
16,359
-
10180
Description
The incorrect patch was landed in bug 16359. The check for swabbing is always negative when there is no swabbing needed, causing missed opcode, flags and status in debug log:
req@ffff81032ead3c00 x1365585644523006/t0(4295007526) o-1->917221e7-5188-2444-10d7-07b3e1abdbd0@NET_0x50000c0a80416_UUID:0/0 lens 528/1240 e 0 to 0 dl 1302324554 ref 1 fl Complete:/ffffffff/ffffffff rc 0/-1
Flags, status and opcode are -1, while request is fully initialized and valid.
We need to change _debug_req() in similar way with b1_8 code.