]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
objecter: trigger oncommit acks if the request returns an error code.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 18 Nov 2011 16:47:09 +0000 (08:47 -0800)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 18 Nov 2011 17:49:57 +0000 (09:49 -0800)
commit09c20c51299cd0251b4512d8e73c4190531eace0
treef0d29b2978406e0946eddec96bdb168c91d96f0c
parent9800faeb9256dc86995b5603a2babdb71eef7ddc
objecter: trigger oncommit acks if the request returns an error code.

Many users only set oncommit acks, so if they get an error code
(which comes only as a CEPH_OSD_OP_ACK right now) the request
disappears into the ether.
(And remove stupid debug statements while we're at it.)

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/osdc/Objecter.cc