Advertisement
Guest User

Untitled

a guest
Apr 5th, 2020
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. multipass exec microstack-vm -- sudo microstack.init
  2. Do you want to setup clustering? (yes/no) [default=no] > yes
  3. 2020-04-05 23:13:40,657 - microstack_init - INFO - Configuring clustering ...
  4. What is this machines' role? (control/compute) > compute
  5. Please enter a cluster password >
  6. Please re-enter password >
  7. Please enter the ip address of the control node [default=192.168.0.31] > 192.168.0.31
  8. Please enter the ip address of this node [default=192.168.64.2] > 192.168.64.2
  9. 2020-04-05 23:16:37,680 - microstack_init - INFO - I am a compute node.
  10. Traceback (most recent call last):
  11. File "/snap/microstack/195/bin/microstack_join", line 11, in <module>
  12. load_entry_point('microstack-cluster==0.0.1', 'console_scripts', 'microstack_join')()
  13. File "/snap/microstack/195/lib/python3.6/site-packages/cluster/client.py", line 17, in join
  14. raise Exception("No cluster password specified!")
  15. Exception: No cluster password specified!
  16. Traceback (most recent call last):
  17. File "/snap/microstack/195/bin/microstack_init", line 11, in <module>
  18. load_entry_point('microstack-init==0.0.1', 'console_scripts', 'microstack_init')()
  19. File "/snap/microstack/195/lib/python3.6/site-packages/init/main.py", line 122, in main
  20. question.ask()
  21. File "/snap/microstack/195/lib/python3.6/site-packages/init/questions/question.py", line 210, in ask
  22. self.yes(awr)
  23. File "/snap/microstack/195/lib/python3.6/site-packages/init/questions/__init__.py", line 84, in yes
  24. check_output('microstack_join')
  25. File "/snap/microstack/195/lib/python3.6/site-packages/init/shell.py", line 81, in check_output
  26. universal_newlines=True).strip()
  27. File "/snap/microstack/195/usr/lib/python3.6/subprocess.py", line 356, in check_output
  28. **kwargs).stdout
  29. File "/snap/microstack/195/usr/lib/python3.6/subprocess.py", line 438, in run
  30. output=stdout, stderr=stderr)
  31. subprocess.CalledProcessError: Command '('microstack_join',)' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement