]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Revert use of dmclock message feature bit since not yet finalized 21398/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 10 Apr 2018 18:28:39 +0000 (14:28 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Fri, 13 Apr 2018 14:27:26 +0000 (10:27 -0400)
commitc0153ca2243be1c1134f174c6cb83a3db2da0148
tree27b848135e091e7c53adcff7dff9a94e012a079c
parentfac23593785f48db65c3b85c61b1eea516111de9
osd: Revert use of dmclock message feature bit since not yet finalized

Because the updated use of dmclock is not yet finalized and the
unfinished functionality uses a valuable messaging feature bit that we
don't want to waste, we're removing it for the mimic release and from
master.

Reverts most of the following commits for mimic:

  de8110ebb39401d3e09cb871f843776421ccd56f
  739d7e462f3a03c4e188fcfa48eb05c0063970c9
  2361e9c790306e789393323ef349d8b4a20bc70d
  9b702cf8fc2ff881ca16edc78874f2118a2e4641

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
18 files changed:
src/CMakeLists.txt
src/common/legacy_config_opts.h
src/common/mClockCommon.h [deleted file]
src/common/mClockPriorityQueue.h
src/common/options.cc
src/include/ceph_features.h
src/messages/MOSDOp.h
src/messages/MOSDOpReply.h
src/osd/OSD.cc
src/osd/OpQueueItem.h
src/osd/OpRequest.cc
src/osd/OpRequest.h
src/osd/PrimaryLogPG.cc
src/osd/mClockClientQueue.cc
src/osdc/CMakeLists.txt
src/osdc/Objecter.cc
src/osdc/Objecter.h
src/test/osd/TestMClockClientQueue.cc