]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
client: print inode max_size 1669/head
authorYan, Zheng <zheng.z.yan@intel.com>
Mon, 14 Apr 2014 08:38:22 +0000 (16:38 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Mon, 14 Apr 2014 08:38:22 +0000 (16:38 +0800)
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/client/Inode.cc

index d78a63d88947ba2e0d8465a39ae146dd185142e0..2f6389d1451985e8810edc2edd29bc9bb7e90386 100644 (file)
@@ -14,7 +14,7 @@ ostream& operator<<(ostream &out, Inode &in)
       << " cap_refs=" << in.cap_refs
       << " open=" << in.open_by_mode
       << " mode=" << oct << in.mode << dec
-      << " size=" << in.size
+      << " size=" << in.size << "/" << in.max_size
       << " mtime=" << in.mtime
       << " caps=" << ccap_string(in.caps_issued());
   if (!in.caps.empty()) {