]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: allow clusters of size 2
authorSage Weil <sage@newdream.net>
Thu, 23 Apr 2009 19:07:56 +0000 (12:07 -0700)
committerSage Weil <sage@newdream.net>
Thu, 23 Apr 2009 19:07:56 +0000 (12:07 -0700)
src/mon/Monitor.cc

index 456f59cae1aa62d3cd76d50dcc21ff5bc4ee89cb..dadded02c05e3a3467e7866d8c85b8cc170ef42b 100644 (file)
@@ -124,7 +124,6 @@ void Monitor::init()
   
   // call election?
   if (monmap->size() > 1) {
-    assert(monmap->size() != 2); 
     call_election();
   } else {
     // we're standalone.