mirror of
https://github.com/ceph/ceph
synced 2025-02-16 07:17:21 +00:00
v0.31
This commit is contained in:
parent
bae40eaa96
commit
9019c6ce64
@ -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])
|
||||
|
||||
|
@ -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<int,int>::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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user