RE: Question about Transaction::get_data_alignment

2014-11-25 Thread Chen, Xiaoxi
.org; Cook, Nigel Subject: RE: Question about Transaction::get_data_alignment On Fri, 21 Nov 2014, Chen, Xiaoxi wrote: > Hi, > I have cleanup the MOSDClientSubOP and changed the issue_op. The > receive side is still wip. Sorry for the slow progress since blocked by a > customer

RE: Question about Transaction::get_data_alignment

2014-11-20 Thread Sage Weil
, November 21, 2014 1:30 AM > To: Chen, Xiaoxi > Cc: jianpeng; ceph-devel@vger.kernel.org; Cook, Nigel > Subject: RE: Question about Transaction::get_data_alignment > > Hi Xiaoxi, > > Just wanted to touch base and see how things are going here. I have some > time to spen

RE: Question about Transaction::get_data_alignment

2014-11-20 Thread Chen, Xiaoxi
: Question about Transaction::get_data_alignment Hi Xiaoxi, Just wanted to touch base and see how things are going here. I have some time to spend on this and the related efforts so please let me know if you have any questions or if you have some work-in-progress code I can help review. Thanks

RE: Question about Transaction::get_data_alignment

2014-11-20 Thread Sage Weil
e Weil > Sent: Wednesday, November 5, 2014 9:20 PM > To: jianpeng > Cc: ceph-devel@vger.kernel.org > Subject: Re: Question about Transaction::get_data_alignment > > On Wed, 5 Nov 2014, jianpeng wrote: > > Dong Yuan unitedstack.com> writes: > > > > > &g

RE: Question about Transaction::get_data_alignment

2014-11-05 Thread Chen, Xiaoxi
PM To: jianpeng Cc: ceph-devel@vger.kernel.org Subject: Re: Question about Transaction::get_data_alignment On Wed, 5 Nov 2014, jianpeng wrote: > Dong Yuan unitedstack.com> writes: > > > > > Hi Sage, > > > > I am now working with the BP osd: update Transaction e

Re: Question about Transaction::get_data_alignment

2014-11-05 Thread jianpeng
Hi sage: For #9661, i don't know the detail so i need time to understand this. Thanks Jianpeng -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Question about Transaction::get_data_alignment

2014-11-05 Thread Sage Weil
On Wed, 5 Nov 2014, jianpeng wrote: > Dong Yuan unitedstack.com> writes: > > > > > Hi Sage, > > > > I am now working with the BP osd: update Transaction encoding, but the > > Transaction::get_data_alignment make me confused. > > > > This method give the alignment which is used by FileJournal t

Re: Question about Transaction::get_data_alignment

2014-11-04 Thread jianpeng
Dong Yuan unitedstack.com> writes: > > Hi Sage, > > I am now working with the BP osd: update Transaction encoding, but the > Transaction::get_data_alignment make me confused. > > This method give the alignment which is used by FileJournal to do > better buffer build. It calculate the alignment

Question about Transaction::get_data_alignment

2014-11-04 Thread Dong Yuan
Hi Sage, I am now working with the BP osd: update Transaction encoding, but the Transaction::get_data_alignment make me confused. This method give the alignment which is used by FileJournal to do better buffer build. It calculate the alignment by largest_data_off and get_data_offset() while the f