]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_test_rados_api_misc: print osd_max_attr_size
authorSage Weil <sage@inktank.com>
Mon, 7 Apr 2014 23:31:16 +0000 (16:31 -0700)
committerSage Weil <sage@inktank.com>
Mon, 7 Apr 2014 23:31:16 +0000 (16:31 -0700)
Very confusing results from this test in bug #8009.

Signed-off-by: Sage Weil <sage@inktank.com>
src/test/librados/misc.cc

index 233cc6ba67a0052e4f56d6bb90a6ac7a09eb2abd..aff9bb30c21e8a81ae1e63220631a7a15f807966 100644 (file)
@@ -496,6 +496,7 @@ TEST_F(LibRadosMiscPP, BigAttrPP) {
 
   bufferlist got;
 
+  cout << "osd_max_attr_size = " << g_conf->osd_max_attr_size << std::endl;
   if (g_conf->osd_max_attr_size) {
     bl.clear();
     got.clear();