mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
Throw an error if we try to use copy_conf in rtssh
This commit is contained in:
parent
8f99422814
commit
8e5505d357
@ -282,6 +282,9 @@ upgrade(Node, NewVersion, Config, _UpgradeCallback) ->
|
|||||||
rt:wait_until_pingable(Node),
|
rt:wait_until_pingable(Node),
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
|
copy_conf(_, _, _) ->
|
||||||
|
throw({error, not_implemented}).
|
||||||
|
|
||||||
run_riak(Node, Cmd) ->
|
run_riak(Node, Cmd) ->
|
||||||
Exec = riakcmd(Node, Cmd),
|
Exec = riakcmd(Node, Cmd),
|
||||||
lager:info("Running: ~s :: ~s", [get_host(Node), Exec]),
|
lager:info("Running: ~s :: ~s", [get_host(Node), Exec]),
|
||||||
|
Loading…
Reference in New Issue
Block a user