Skip to content

Instantly share code, notes, and snippets.

@jmerriweather
Created November 8, 2016 11:53
Show Gist options
  • Save jmerriweather/39f125ba4db8bacbc34fe13ed2724756 to your computer and use it in GitHub Desktop.
Save jmerriweather/39f125ba4db8bacbc34fe13ed2724756 to your computer and use it in GitHub Desktop.
running db nodes = ['n2@127.0.0.1','n1@127.0.0.1']
stopped db nodes = []
master node tables = []
remote = []
ram_copies = []
disc_copies = ['Elixir.Database','Elixir.Database.Message',
'Elixir.Database.User',schema]
disc_only_copies = []
[{'n1@127.0.0.1',disc_copies},{'n2@127.0.0.1',disc_copies}] = [schema,
'Elixir.Database',
'Elixir.Database.User',
'Elixir.Database.Message']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment