You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os/Transaction: page align write data buffers to improve performance
Align write data in Objectstore::Transaction encoded buffers so that
RepOp and ECSubOpWrite messages align data on the receiving OSD to
avoid a later memmove. Also fix ECSubOpReadReply messages in a
similar way so that read data is aligned on the receiving OSD.
Signed-off-by: Radoslaw Zarzynski <[email protected]>
Signed-off-by: Bill Scales <[email protected]>
0 commit comments