]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: pool cleanups
authorSage Weil <sage@newdream.net>
Tue, 16 Feb 2010 23:07:35 +0000 (15:07 -0800)
committerSage Weil <sage@newdream.net>
Tue, 16 Feb 2010 23:49:33 +0000 (15:49 -0800)
commit1b0711dc5718bb9dd827a043ed3f17f01d3a4ca4
tree170cdccaa0546952d03baf467d50bf83fe3b249d
parent465b46fb0c3c9c848d040ff9bf8d37977eaa2fc2
osd: pool cleanups

missed this before:

 - no need to initalize in create_pending(), constructor does that
 - int32_t, not int
 - pool_max while we're at it
 - initialize pool_max in OSDMap constructor
src/mon/OSDMonitor.cc
src/osd/OSDMap.cc
src/osd/OSDMap.h