Re: [sheepdog] [ANNOUNCE] sheepdog stable release v0.7.4

2013-10-21 Thread Bastian Scholz
Hi Hitoshi, I test version v0.7.4 today, but make deb seems to be broken (earlier version not tested) Testenvironment is an debian wheezy x64 When calling "make deb" I get this error. [...] Making distclean in . make[3]: Entering directory `/usr/src/sheepdog/sheepdog-0.7.4' rm -rf sheepdog.spec

Re: [sheepdog] [ANNOUNCE] sheepdog stable release v0.7.4

2013-10-21 Thread Hitoshi Mitake
Hi Bastian, At Mon, 21 Oct 2013 09:47:27 +0200, Bastian Scholz wrote: > > Hi Hitoshi, > > I test version v0.7.4 today, but make deb > seems to be broken (earlier version not > tested) Testenvironment is an debian wheezy > x64 > > When calling "make deb" I get this error. > > [...] > Making di

Re: [sheepdog] [PATCH 04/11] Doc. "Sheepdog Basic" add chapter "start the cluster"

2013-10-21 Thread Liu Yuan
On Sun, Oct 20, 2013 at 10:40:57AM +0200, Valerio Pachera wrote: > Signed-off-by: Valerio Pachera > --- > doc/start_the_cluster.rst | 88 > + > 1 file changed, 88 insertions(+) > create mode 100644 doc/start_the_cluster.rst > > diff --git a/doc/sta

Re: [sheepdog] [PATCH 08/11] Doc. "Sheepdog Basic" add chapter "fail over"

2013-10-21 Thread Liu Yuan
On Sun, Oct 20, 2013 at 10:41:01AM +0200, Valerio Pachera wrote: > Signed-off-by: Valerio Pachera > --- > doc/fail_over.rst | 36 > 1 file changed, 36 insertions(+) > create mode 100644 doc/fail_over.rst > > diff --git a/doc/fail_over.rst b/doc/fail_over.r

Re: [sheepdog] [PATCH v2 1/2] sheep, dog: runtime loglevel changing

2013-10-21 Thread Liu Yuan
On Sat, Oct 19, 2013 at 11:35:33PM +0900, Hitoshi Mitake wrote: > This patch adds two new opcode for runtime loglevel changes and let > dog support the changing from command line. This is useful for making > sheep process verbose temporally and can make troubleshooting easier. > > Example of usage

Re: [sheepdog] [PATCH v2 1/2] sheep, dog: runtime loglevel changing

2013-10-21 Thread Liu Yuan
On Sat, Oct 19, 2013 at 11:35:33PM +0900, Hitoshi Mitake wrote: > This patch adds two new opcode for runtime loglevel changes and let > dog support the changing from command line. This is useful for making > sheep process verbose temporally and can make troubleshooting easier. > > Example of usage

Re: [sheepdog] [PATCH v2 2/2] sheep: rotate log with SIGHUP

2013-10-21 Thread Liu Yuan
On Sat, Oct 19, 2013 at 11:35:34PM +0900, Hitoshi Mitake wrote: > From: Hitoshi Mitake > > Current sheep process rotates log when the log file reaches its > maximum size (500MB). But it is not comfortable for periodical backup > of log files. > > Rotating log with catching SIGHUP is a common beh