[SCM] Samba Shared Repository - branch master updated

Martin Schwenke martins at samba.org
Sun Dec 13 17:41:49 UTC 2015


The branch, master has been updated
       via  7fb3d28 ctdb-client: Only get capabilities from active nodes
      from  36813a4 vfs_glusterfs: Move vfs_gluster_write and vfs_gluster_pwrite.

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7fb3d286d2c586d7779a18d5ee5bd825274ec7d6
Author: Martin Schwenke <martin at meltin.net>
Date:   Mon Dec 7 15:50:23 2015 +1100

    ctdb-client: Only get capabilities from active nodes
    
    This is used by the recovery daemon to validate the current recovery
    master.  Don't risk being unable to elect a new master if the current
    master is inactive but unresponsive.
    
    Note that this client call is currently not used by any other callers.
    
    Signed-off-by: Martin Schwenke <martin at meltin.net>
    Reviewed-by: Amitay Isaacs <amitay at gmail.com>
    
    Autobuild-User(master): Martin Schwenke <martins at samba.org>
    Autobuild-Date(master): Sun Dec 13 03:17:10 CET 2015 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 ctdb/client/ctdb_client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/ctdb/client/ctdb_client.c b/ctdb/client/ctdb_client.c
index b9f9cf9..6615730 100644
--- a/ctdb/client/ctdb_client.c
+++ b/ctdb/client/ctdb_client.c
@@ -3777,7 +3777,7 @@ ctdb_get_capabilities(struct ctdb_context *ctdb,
 	uint32_t i, res;
 	struct ctdb_node_capabilities *ret;
 
-	nodes = list_of_connected_nodes(ctdb, nodemap, mem_ctx, true);
+	nodes = list_of_active_nodes(ctdb, nodemap, mem_ctx, true);
 
 	ret = talloc_array(mem_ctx, struct ctdb_node_capabilities,
 			   nodemap->num);


-- 
Samba Shared Repository



More information about the samba-cvs mailing list