RE: packages on download.ceph.com

2015-03-11 Thread Deneau, Tom
-Original Message- From: Sage Weil [mailto:sw...@redhat.com] Sent: Monday, March 09, 2015 4:05 PM To: Danny Al-Gaaf Cc: Mark Nelson; Deneau, Tom; ceph-devel Subject: Re: packages on download.ceph.com On Mon, 9 Mar 2015, Danny Al-Gaaf wrote: Am 09.03.2015 um 20:35 schrieb Mark

Re: [PATCH] ceph: match wait_for_completion_timeout return type

2015-03-11 Thread Nicholas Mc Guire
On Wed, 11 Mar 2015, Yan, Zheng wrote: On Tue, Mar 10, 2015 at 11:18 PM, Nicholas Mc Guire hof...@osadl.org wrote: return type of wait_for_completion_timeout is unsigned long not int. An appropriately named unsigned long is added and the assignment fixed up. Signed-off-by: Nicholas Mc

Re: [PATCH] ceph: use msecs_to_jiffies for time conversion

2015-03-11 Thread Yan, Zheng
On Fri, Feb 6, 2015 at 7:52 PM, Nicholas Mc Guire hof...@osadl.org wrote: This is only an API consolidation and should make things more readable it replaces var * HZ / 1000 by msecs_to_jiffies(var). Signed-off-by: Nicholas Mc Guire hof...@osadl.org --- Patch was only compile tested with

Re: [PATCH] ceph: match wait_for_completion_timeout return type

2015-03-11 Thread Yan, Zheng
On Tue, Mar 10, 2015 at 11:18 PM, Nicholas Mc Guire hof...@osadl.org wrote: return type of wait_for_completion_timeout is unsigned long not int. An appropriately named unsigned long is added and the assignment fixed up. Signed-off-by: Nicholas Mc Guire hof...@osadl.org --- This was only

Re: FileStore performance: coalescing operations

2015-03-11 Thread Sage Weil
On Wed, 11 Mar 2015, Ning Yao wrote: Can we also consider to coalesce two OP_SETATTR transaction to a single OP_SETATTRS transaction? Yeah, definitely! sage Regards Ning Yao 2015-03-05 15:04 GMT+08:00 Haomai Wang haomaiw...@gmail.com: I think the performance improvement can be refer

Re: [PATCH] ceph: match wait_for_completion_timeout return type

2015-03-11 Thread Yan, Zheng
On Wed, Mar 11, 2015 at 7:04 PM, Nicholas Mc Guire der.h...@hofr.at wrote: On Wed, 11 Mar 2015, Yan, Zheng wrote: On Tue, Mar 10, 2015 at 11:18 PM, Nicholas Mc Guire hof...@osadl.org wrote: return type of wait_for_completion_timeout is unsigned long not int. An appropriately named unsigned