]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/Paxos: accepted_pn_from has no semantic meaning
authorSage Weil <sage@inktank.com>
Sun, 21 Jul 2013 14:58:41 +0000 (07:58 -0700)
committerSage Weil <sage@inktank.com>
Mon, 22 Jul 2013 21:12:51 +0000 (14:12 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/Paxos.h

index 3df238e19332ec9489d33aa2ccd9372b47d9803d..69419e64ab937a483853bb949c4cc922c85039a0 100644 (file)
@@ -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;
   /**