Re: [sheepdog] [PATCH] sheep: recovery without using priority list

2014-12-25 Thread Hitoshi Mitake
At Thu, 25 Dec 2014 17:17:00 +0900, FUKUDA Yasuhito wrote: > > On Thu, 18 Dec 2014 14:00:07 +0900 > Hitoshi Mitake wrote: > > > At Wed, 17 Dec 2014 17:34:04 +0900, > > FUKUDA Yasuhito wrote: > > > > > > Current sheepdog, I/O request is processed by way of the Priority Lists > > > during auto-r

Re: [sheepdog] [PATCH] sheep: recovery without using priority list

2014-12-25 Thread FUKUDA Yasuhito
On Thu, 18 Dec 2014 14:00:07 +0900 Hitoshi Mitake wrote: > At Wed, 17 Dec 2014 17:34:04 +0900, > FUKUDA Yasuhito wrote: > > > > Current sheepdog, I/O request is processed by way of the Priority Lists > > during auto-recovery. > > But it might be wasted performance. > > > > This patch omits unn

Re: [sheepdog] [PATCH] sheep: recovery without using priority list

2014-12-25 Thread Hitoshi Mitake
At Thu, 18 Dec 2014 14:00:07 +0900, Hitoshi Mitake wrote: > > At Wed, 17 Dec 2014 17:34:04 +0900, > FUKUDA Yasuhito wrote: > > > > Current sheepdog, I/O request is processed by way of the Priority Lists > > during auto-recovery. > > But it might be wasted performance. > > > > This patch omits u

Re: [sheepdog] [PATCH] sheep: recovery without using priority list

2014-12-17 Thread Hitoshi Mitake
At Wed, 17 Dec 2014 17:34:04 +0900, FUKUDA Yasuhito wrote: > > Current sheepdog, I/O request is processed by way of the Priority Lists > during auto-recovery. > But it might be wasted performance. > > This patch omits unnecessary procedure. Could you provide brief data which can show performanc

[sheepdog] [PATCH] sheep: recovery without using priority list

2014-12-17 Thread FUKUDA Yasuhito
Current sheepdog, I/O request is processed by way of the Priority Lists during auto-recovery. But it might be wasted performance. This patch omits unnecessary procedure. Signed-off-by: Yasuhito Fukuda --- sheep/recovery.c | 113 ++--- 1 files ch