Re: [sheepdog] [PATCH] sheep: add an option for selecting the output directory of sheep.log

2013-12-10 Thread Teruaki Ishizaki
2013/12/11 Liu Yuan : > On Wed, Dec 11, 2013 at 10:31:54AM +0900, Ryusuke Konishi wrote: >> On Wed, 11 Dec 2013 10:22:05 +0900, Hitoshi Mitake wrote: >> > At Tue, 10 Dec 2013 12:36:06 +0800, >> > Liu Yuan wrote: >> >> >> >> On Mon, Dec 09, 2013 at 08:49:45PM +0900, Teruaki Ishizaki wrote: >> >> > P

Re: [sheepdog] [PATCH] sheep: add an option for selecting the output directory of sheep.log

2013-12-10 Thread Liu Yuan
On Wed, Dec 11, 2013 at 10:31:54AM +0900, Ryusuke Konishi wrote: > On Wed, 11 Dec 2013 10:22:05 +0900, Hitoshi Mitake wrote: > > At Tue, 10 Dec 2013 12:36:06 +0800, > > Liu Yuan wrote: > >> > >> On Mon, Dec 09, 2013 at 08:49:45PM +0900, Teruaki Ishizaki wrote: > >> > Previously sheep.log was saved

Re: [sheepdog] [PATCH] sheep: add an option for selecting the output directory of sheep.log

2013-12-10 Thread Ryusuke Konishi
On Wed, 11 Dec 2013 10:22:05 +0900, Hitoshi Mitake wrote: > At Tue, 10 Dec 2013 12:36:06 +0800, > Liu Yuan wrote: >> >> On Mon, Dec 09, 2013 at 08:49:45PM +0900, Teruaki Ishizaki wrote: >> > Previously sheep.log was saved in the Sheepdog store directory, >> > and used size of Sheepdog store direct

Re: [sheepdog] [PATCH] sheep: add an option for selecting the output directory of sheep.log

2013-12-10 Thread Hitoshi Mitake
At Tue, 10 Dec 2013 12:36:06 +0800, Liu Yuan wrote: > > On Mon, Dec 09, 2013 at 08:49:45PM +0900, Teruaki Ishizaki wrote: > > Previously sheep.log was saved in the Sheepdog store directory, > > and used size of Sheepdog store directory included log file size. > > So, administrator couldn't do capa

Re: [sheepdog] [PATCH] sheep: add an option for selecting the output directory of sheep.log

2013-12-09 Thread Liu Yuan
On Mon, Dec 09, 2013 at 08:49:45PM +0900, Teruaki Ishizaki wrote: > Previously sheep.log was saved in the Sheepdog store directory, > and used size of Sheepdog store directory included log file size. > So, administrator couldn't do capacity planning simply. > > This patch adds an option for settin

[sheepdog] [PATCH] sheep: add an option for selecting the output directory of sheep.log

2013-12-09 Thread Teruaki Ishizaki
Previously sheep.log was saved in the Sheepdog store directory, and used size of Sheepdog store directory included log file size. So, administrator couldn't do capacity planning simply. This patch adds an option for setting the output directory of sheep.log. Usage: $ sheep -L dir= Exampl