Re: [ceph-users] [filestore][journal][prepare_entry] rebuild data_align is 4086, maybe a bug

2017-10-19 Thread Gregory Farnum
On Thu, Oct 19, 2017 at 12:59 AM, zhaomingyue wrote: > Hi: > > when I analyzed the performance of ceph, I found that rebuild_aligned was > time-consuming, and the analysis found that rebuild operations were > performed every time. > > > > Source code: > > FileStore::queue_transactions > > –> journ

[ceph-users] [filestore][journal][prepare_entry] rebuild data_align is 4086, maybe a bug

2017-10-19 Thread zhaomingyue
Hi: when I analyzed the performance of ceph, I found that rebuild_aligned was time-consuming, and the analysis found that rebuild operations were performed every time. Source code: FileStore::queue_transactions –> journal->prepare_entry(o->tls, &tbl); -> data_align = ((*p).get_data_alignment() -