[sheepdog] [PATCH 0/2] add support for safe cluster upgrade

MORITA Kazutaka morita.kazutaka at lab.ntt.co.jp
Tue Oct 2 02:14:01 CEST 2012


At Sat, 29 Sep 2012 02:37:02 +0900,
MORITA Kazutaka wrote:
> 
> This series adds a version check of sheep store and config file, and
> introduces a '--upgrade' option to sheep command line to upgrade
> cluster safely.
> 
> MORITA Kazutaka (2):
>   sheep: check sheepdog data layout version before starting up
>   sheep: add support for upgrading sheep store
> 
>  sheep/Makefile.am  |    2 +-
>  sheep/config.c     |  181 ++++++++++++++++++++++++++++++++++++
>  sheep/migrate.c    |  177 +++++++++++++++++++++++++++++++++++
>  sheep/sheep.c      |    7 +-
>  sheep/sheep_priv.h |    6 +
>  sheep/store.c      |  263 ----------------------------------------------------
>  6 files changed, 371 insertions(+), 265 deletions(-)
>  create mode 100644 sheep/config.c
>  create mode 100644 sheep/migrate.c

Applied.



More information about the sheepdog mailing list