]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: do not populate MMonCommand paxos version field
authorSage Weil <sage@inktank.com>
Wed, 10 Jul 2013 17:17:45 +0000 (10:17 -0700)
committerSage Weil <sage@inktank.com>
Wed, 10 Jul 2013 17:19:38 +0000 (10:19 -0700)
commit5c8a5634633a0015aa1bb71ece6f2623bdc5daba
treec66933482fcad8856fdf09c258bd98a1d9ef04fe
parentb36338be43f43b6dd4ee87c97f2eaa23b467c386
mon: do not populate MMonCommand paxos version field

The field is not used or useful since the monitor does not even look
at it (in Monitor::handle_command()).  Avoid populating it and the
subsequent confusion for poor developers.

Signed-off-by: Sage Weil <sage@inktank.com>
src/messages/MMonCommand.h
src/mon/MDSMonitor.cc
src/mon/MonClient.cc
src/mon/Monitor.cc
src/mon/Monitor.h
src/osdc/Objecter.cc