]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge commit 'origin/unstable' into auth
authorYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 22 Sep 2009 17:06:47 +0000 (10:06 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Tue, 22 Sep 2009 17:06:47 +0000 (10:06 -0700)
Conflicts:

src/osd/OSD.cc

1  2 
src/kernel/buffer.h
src/mon/MonClient.cc
src/mon/MonClient.h
src/osd/OSD.cc

Simple merge
Simple merge
Simple merge
diff --cc src/osd/OSD.cc
index d0632c4aec0f3d4bae2e4e031e0907d6277a560a,0094e5456580b8ab800f131622f59f5282b876ac..66bc5e8a18aff47dcf827ccd59a709fda419b88b
@@@ -424,10 -422,9 +424,13 @@@ int OSD::init(
    
    monc->init();
  
 +  EntityName ename;
 +  ename.entity_type = CEPHX_PRINCIPAL_OSD;
 +  ename.name = g_conf.id;
 +
+   monc->sub_want("monmap", 0);
+   monc->renew_subs();  
    // announce to monitor i exist and have booted.
    do_mon_report();