]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: do NOT include op vector when shipping raw transaction
authorSage Weil <sage@newdream.net>
Sat, 20 Jun 2009 06:27:04 +0000 (23:27 -0700)
committerSage Weil <sage@newdream.net>
Sat, 20 Jun 2009 06:27:04 +0000 (23:27 -0700)
commite0097bc12e48bf952d6a0a412a55cd2af8803e24
tree64a23e02d7437d6cf374630edffc79c069a77448
parent414818539242fadfd54c99de40f982694c1f2fe2
osd: do NOT include op vector when shipping raw transaction

This just doubles up the data payload.  And makes the MOSDSubOp printout
look like garbage, since e.g. the setxattr names are taken from the
portion of the data payload encoding the transaction.
src/messages/MOSDSubOp.h
src/osd/ReplicatedPG.cc