[sheepdog] [PATCH v2 0/4] Handle pending block/notify event during	reconnect
    Kai Zhang 
    kyle at zelin.io
       
    Mon Jul  8 06:20:47 CEST 2013
    
    
  
v2:
- update commit log of patch 3/4
This series is to enhance the implementation of sd_reconnect_handler()
by handling pending block/notify event during reconnect.
The first three patches prepare for the fourth one.
Kai Zhang (4):
  zookeeper: remove unneccessary zk operation
  sheep: handle error of notify_vdi_add()
  sheep: handle block/unblock/notify error
  cluster driver: handle pending block/notify event during reconnect
 include/sheep.h           |    1 +
 include/sheepdog_proto.h  |    1 +
 sheep/cluster.h           |    4 +-
 sheep/cluster/corosync.c  |   10 ++---
 sheep/cluster/local.c     |    8 +++-
 sheep/cluster/shepherd.c  |    8 ++--
 sheep/cluster/zookeeper.c |   11 +++---
 sheep/group.c             |   94 ++++++++++++++++++++++++++++++++++++++++++---
 sheep/sheep_priv.h        |    8 ++++
 sheep/vdi.c               |    4 +-
 10 files changed, 124 insertions(+), 25 deletions(-)
--
1.7.9.5
    
    
More information about the sheepdog
mailing list