From: Sage Weil Date: Fri, 8 Jul 2011 21:17:40 +0000 (-0700) Subject: v0.31 X-Git-Tag: v0.31^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9019c6ce64053ad515a493e912e2e63ba9b8e278;p=ceph.git v0.31 --- diff --git a/configure.ac b/configure.ac index 2ee4c6a92ab..e748d0a5202 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ(2.59) # NOTE: This version is _only_ used for naming the tarball. The # VERSION define is not used by the code. It gets a version string # from 'git describe'; see src/ceph_ver.[ch] -AC_INIT([ceph], [0.30], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.31], [ceph-devel@vger.kernel.org]) AC_CONFIG_SUBDIRS([src/gtest]) diff --git a/src/crushtool.cc b/src/crushtool.cc index 7b02eeafcc4..f2a35f94a6b 100644 --- a/src/crushtool.cc +++ b/src/crushtool.cc @@ -1178,7 +1178,7 @@ int main(int argc, const char **argv) for (unsigned i = 0; i < per.size(); i++) cout << " device " << i << ":\t" << per[i] << std::endl; for (map::iterator p = sizes.begin(); p != sizes.end(); p++) - cout << " num results " << p->first << ":\t" << p->second << std::endl; + cout << " result size " << p->first << "x:\t" << p->second << std::endl; } }