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