From: Sage Weil Date: Sun, 21 Jul 2013 14:58:41 +0000 (-0700) Subject: mon/Paxos: accepted_pn_from has no semantic meaning X-Git-Tag: v0.67-rc2~19^2~1^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=99e605455f7bf6088be5ce5ee3d4e29ab7e03d47;p=ceph.git mon/Paxos: accepted_pn_from has no semantic meaning Signed-off-by: Sage Weil --- diff --git a/src/mon/Paxos.h b/src/mon/Paxos.h index 3df238e19332..69419e64ab93 100644 --- a/src/mon/Paxos.h +++ b/src/mon/Paxos.h @@ -290,8 +290,9 @@ private: */ version_t accepted_pn; /** - * @todo This has something to do with the last_committed version. Not sure - * about what it entails, tbh. + * The last_committed epoch of the leader at the time we accepted the last pn. + * + * This has NO SEMANTIC MEANING, and is there only for the debug output. */ version_t accepted_pn_from; /**