The remote node needs to get the IMMEDIATE_MIGRATION flag to actually send the
authorVolker Lendecke <vl@samba.org>
Thu, 19 Apr 2007 15:44:45 +0000 (17:44 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 19 Apr 2007 15:44:45 +0000 (17:44 +0200)
record

common/ctdb_daemon.c

index 6c11c7b7300fbd183fc5c22075015e5fd9d7b796..7435720ea3673abf21427d50bb01c03ec7274b9a 100644 (file)
@@ -358,6 +358,7 @@ static void daemon_request_call_from_client(struct ctdb_client *client,
        call->key = key;
        call->call_data.dptr = c->data + c->keylen;
        call->call_data.dsize = c->calldatalen;
+       call->flags = c->flags;
 
        if (header.dmaster == ctdb->vnn && !(ctdb->flags & CTDB_FLAG_SELF_CONNECT)) {
                state = ctdb_call_local_send(ctdb_db, call, &header, &data);