[sheepdog] Build failed in Jenkins: sheepdog-build #609

2015-01-20 Thread sheepdog-jenkins
See Changes: [mitake.hitoshi] sheepdog proto: avoid using stdint.h macros, so sbd can build. [mitake.hitoshi] sheep, dog: support deepcopy snapshot [mitake.hitoshi] tests/functional: add a test for deep copied snapshots

Re: [sheepdog] [PATCH] sbd: redefine sbd_debug()

2015-01-20 Thread Hitoshi Mitake
At Tue, 20 Jan 2015 18:19:18 +0800, hujianyang wrote: > > Current marco sbd_debug() will always print debug message > while CONFIG_DYNAMIC_DEBUG=y. That's because the missing > condition check of *_DPRINTK_FLAGS_PRINT*. > > diff --git a/sbd/sbd.h b/sbd/sbd.h > index c0b9ef3..97ab921 100644 > ---

Re: [sheepdog] [PATCH v2 3/4] sheep, dog: fast deep copy for snapshot

2015-01-20 Thread Vasiliy Tolstov
2015-01-20 6:00 GMT+03:00 Hitoshi Mitake : > Because it employes an agressive method and is not well tested yet. Ok, thanks. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru -- sheepdog mailing list sheepdog@lists.wpkg.org https://lists.wpkg.org/mailman/listinfo/sheepdog

[sheepdog] [PATCH] sbd: redefine sbd_debug()

2015-01-20 Thread hujianyang
Current marco sbd_debug() will always print debug message while CONFIG_DYNAMIC_DEBUG=y. That's because the missing condition check of *_DPRINTK_FLAGS_PRINT*. diff --git a/sbd/sbd.h b/sbd/sbd.h index c0b9ef3..97ab921 100644 --- a/sbd/sbd.h +++ b/sbd/sbd.h @@ -131,6 +131,7 @@ static inline int sbd_d