mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Change set_master command tag from mnesia to cluster
This commit is contained in:
parent
69d362595e
commit
94fb0a65b0
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ get_commands_spec() ->
|
|||
args_example = ["example.com", "/var/lib/ejabberd/example.com.sql"],
|
||||
args = [{host, string}, {file, string}],
|
||||
result = {res, rescode}},
|
||||
#ejabberd_commands{name = set_master, tags = [mnesia],
|
||||
#ejabberd_commands{name = set_master, tags = [cluster],
|
||||
desc = "Set master node of the clustered Mnesia tables",
|
||||
longdesc = "If you provide as nodename \"self\", this "
|
||||
"node will be set as its own master.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue