Re: [ceph-users] Tracking the system calls for OSD write

2014-08-14 Thread Shu, Xinxin
the system calls for OSD write Hi, I am trying to track the actual system open and write call on a OSD when a new file is created and written. So far, my tracking is as follows: Using the debug log messages, I located the first write call in do_osd_ops function (case CEPH_OSD_OP_WRITE) in os

Re: [ceph-users] Tracking the system calls for OSD write

2014-08-14 Thread Shu, Xinxin
the system calls for OSD write Hi, I am trying to track the actual system open and write call on a OSD when a new file is created and written. So far, my tracking is as follows: Using the debug log messages, I located the first write call in do_osd_ops function (case CEPH_OSD_OP_WRITE) in os

[ceph-users] Tracking the system calls for OSD write

2014-08-14 Thread Sudarsan, Rajesh
Hi, I am trying to track the actual system open and write call on a OSD when a new file is created and written. So far, my tracking is as follows: Using the debug log messages, I located the first write call in do_osd_ops function (case CEPH_OSD_OP_WRITE) in os/ReplicatedPG.cc (line 3727) t->w