| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
this is not optimized at all and copies/merges all records between
databases instead of only those records for which a certain node is
lmaster. (step 7 should later be enhanced to a, delete the database,
push only those records for which the node is lmaster)
(This used to be ctdb commit 509d2c71169e96a8610f9db91293dc7a73c2cc10)
|
| |
| |
| |
| |
| |
| | |
another node
(This used to be ctdb commit c313daff4c1362cd08a9f682ce04cab312678038)
|
| |\
| |/
|/|
| | |
(This used to be ctdb commit a84e9b47a87fc7d4756b4a179aa2ea0bc7c54c78)
|
| |
| |
| |
| | |
(This used to be ctdb commit ec342b667a085a5c740fbeec8882070571071862)
|
| |
| |
| |
| | |
(This used to be ctdb commit ef0027faa631b00c7fc1a7c4538fbf3080248f0b)
|
| |
| |
| |
| | |
(This used to be ctdb commit 95db9afa7dd039e1700e2f3078782f6ac66e9f51)
|
| |
| |
| |
| | |
(This used to be ctdb commit e5a98eee991a7926ddb6964ea3785b11303d175e)
|
| |
| |
| |
| | |
(This used to be ctdb commit b4efdd1944207e51dccd6cd5e50f451a7dddcd91)
|
| |
| |
| |
| | |
(This used to be ctdb commit 7f902f6c4270adc0543096c78415d335b88d6232)
|
| |
| |
| |
| | |
(This used to be ctdb commit d19be7ea56003faffcb3fb8a76fd804df0431242)
|
| |
| |
| |
| | |
(This used to be ctdb commit 9deaa1892faa8288cad9f6fde20d2aa8ba8af699)
|
|\ \
| | |
| | |
| | | |
(This used to be ctdb commit 521484a462dcddeebe02bb9c725e18939919b6fe)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
while recovery is in progress the daemon will discard all CTDB_REQ_CALL
and rely on clients retransmitting them
add new controls to get/set the recovery mode
(This used to be ctdb commit 41458a61577885ac49150f830e92e93e634c5411)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
it does not yet work since ctdb_control can right now only be called
from client context and the pull is implemented as the target ctdb node
itself using a get_keys to pull the keys from the source node thus
ctdb daemon needs to ctdb_control to a remote node
(This used to be ctdb commit a55c7c64b4ff87f54b90649c9f469b1ff36dc9ea)
|
| | |
| | |
| | |
| | | |
(This used to be ctdb commit 6664e00fc02e1c60cc1a35ecd15f4893a34f23d1)
|
| | |
| | |
| | |
| | | |
(This used to be ctdb commit fd0d2385206b0329b74d908f3bdf89d3f32095d1)
|
| | |
| | |
| | |
| | |
| | |
| | | |
key/lmaster/header and data
(This used to be ctdb commit ac00d6271ba6356c1edf804df44d0d2600791610)
|
| |/|
| |/
|/|
| |
| |
| |
| | |
fix the logic in ctdb_connected to print CONNECTED if the node is
connected and UNAVAILABLE when the node is dead instead of the opposite
(This used to be ctdb commit 0f431d2f3e0bd94d10fe77e56cf0ed6c48402400)
|
| |
| |
| |
| | |
(This used to be ctdb commit 2c37cc7bb97dee5bb2e929958e6c834b27c9ae6a)
|
| |
| |
| |
| | |
(This used to be ctdb commit b5434a40cf2db008eb1e681fcd2ceeff331324fa)
|
| |
| |
| |
| | |
(This used to be ctdb commit b69fb43643993ee5aaabf8711bb874f95d468f35)
|
| |
| |
| |
| | |
(This used to be ctdb commit 89512fd659c5b1dc450b7162ca985a7083fd40ac)
|
| |
| |
| |
| | |
(This used to be ctdb commit 751c1365ab55a217ff33d985d52bd26581578617)
|
| |
| |
| |
| | |
(This used to be ctdb commit d130e02936ea4bdcd3a6f02c53be4b7771993138)
|
|/
|
|
|
|
| |
client
(This used to be ctdb commit cbd01fc8978f798a5eb5c8920a1acb68d43f7a80)
|
|
|
|
| |
(This used to be ctdb commit 4cbaf22cc4bede8c95dd9b87e21bbe886307e23b)
|
|\
| |
| |
| | |
(This used to be ctdb commit 9253714401de1d7fea6ad44c35f324004683abd7)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
it receives from remote nodes with its own generation number.
if the generation id do not match the daemon will just discard the
packet completely.
this will require that clients such as samba3 will have to be aware that
calls it sends to remote nodes may get lost and will have to resend the
requests after a timeout.
during cluster recovery/reconfiguration the generation nnumbers will be
changing and this can be used to prevent nodes that are still in the
"old" instance from talking to nodes that belong to the new generation
instance
(This used to be ctdb commit 4c197f1cbfdd5f65af9c059aae2b4508ebd0cd34)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the cluster is currently in.
remove all instances where the clients try to fill in the generation
field of the header
(This used to be ctdb commit fd75463f69f9f9100b2fe4cb710201a8262cdcec)
|
| |
| |
| |
| |
| |
| |
| | |
this will allow a node to verify that a received pdu is sent from a node
in the same generation instance of a cluster.
(This used to be ctdb commit e32d3ca9a622237c4e2622de98825c0962760d48)
|
| |
| |
| |
| | |
(This used to be ctdb commit f24f043a18082d21ba240a73de9daab50cd442a5)
|
| |
| |
| |
| | |
(This used to be ctdb commit 47b53d344941a3203c87788439e7df59477681be)
|
|\|
| |
| |
| | |
(This used to be ctdb commit d21de127cceea7174b2e05701c8846c0b0c881c0)
|
| |
| |
| |
| | |
(This used to be ctdb commit 723bcfbba1d5aa711496d37b9658190b78a2d66b)
|
| |\
| | |
| | |
| | | |
(This used to be ctdb commit 0d6fb241faa15cb2183d2faa4c5ffa607b9d5f46)
|
| |/
|/|
| |
| | |
(This used to be ctdb commit 957801ad6285c21fd11469a60dbdcc170e7009cb)
|
|\|
| |
| |
| | |
(This used to be ctdb commit bc20a7de280dbaa5e8ceb5493c51c059aa80d41c)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
broadcasted to all daemons in the cluster
change the message dispatch routine for sending messages so that it
allows several clients to use the same srvid
messages are then passed on to all clients that have that srvid
(This used to be ctdb commit 05d7ebb3556785f0f17a87d808f31ffe8dac288a)
|
| |
| |
| |
| | |
(This used to be ctdb commit 85f883c081dd1ab069420d2e7f4f2e9d708b3cde)
|
|/
|
|
| |
(This used to be ctdb commit 67d51cd74c8bbd20cae1da9f04f32ff887fc4f8c)
|
|
|
|
|
|
| |
map on a ctdbd daemon
(This used to be ctdb commit f55707885f7b233ad6ddfc952d08851577063200)
|
|
|
|
|
|
| |
add support in ctdb_control to fetch this information from a node
(This used to be ctdb commit 8d7f26c8d78d30c3ccb15a28ddea940d8666e052)
|
|
|
|
|
|
|
|
|
|
|
| |
update ctdb_lmaster() return the lmaster based on this tables contents
initialize the vnn table based on number of nodes for now.
later when recovery is implemented the recovery process will populate
this mapping table.
(This used to be ctdb commit 71e440f6c26ea074f9887237c962101c8cef8c80)
|
|
|
|
| |
(This used to be ctdb commit a7408802c7bff235bd917d06f98e00e309d2d5ca)
|
|
|
|
| |
(This used to be ctdb commit 736ce5c00a1d1b47abb44c4b262b14bfba5202b1)
|
|
|
|
|
|
| |
added a ctdb ping control
(This used to be ctdb commit 7d17378b6e6076a922cffe98239e20dfbbae3bf7)
|
|
|
|
| |
(This used to be ctdb commit 25aa579058ecd2a33b13b4c1d6c7c75427bbdafa)
|
|\
| |
| |
| | |
(This used to be ctdb commit e340d8d2af90d9a2819b0029f048cf4727617e7a)
|
| |
| |
| |
| | |
(This used to be ctdb commit 9a810d1f3201ec559d1f4f20ef4a42d7aa7090c4)
|
| |
| |
| |
| | |
(This used to be ctdb commit 4c11d4a990b792d3bc36e062c674e9573c6de821)
|