Closed Yuggupta27 closed 4 years ago
@Yuggupta27 please mention the hardware details, it might help
@Yuggupta27 Please post the whole log of the make up
command you posted here.
@Yuggupta27 Please post the whole log of the
make up
command you posted here.
So, I have gone ahead and added that the version number can also begin with a v
(no need to run sed on the curl there anymore :wink:) in master
.
Also there is a simple reason why `make status" is not showing the second node. The "Vagrantfile" is put together "dynamically" and only knows about node 2 if all the env vars are given.
So to make that call to make status
successful you must pass the NODE_COUNT
variables "at least", like with the make up
command:
make status NODE_COUNT=2
Please run your script / make up
command again with the latest master
and post the whole logs.
So, I have gone ahead and added that the version number can also begin with a
v
(no need to run sed on the curl there anymore ) inmaster
.Also there is a simple reason why `make status" is not showing the second node. The "Vagrantfile" is put together "dynamically" and only knows about node 2 if all the env vars are given.
So to make that call to
make status
successful you must pass theNODE_COUNT
variables "at least", like with themake up
command:make status NODE_COUNT=2
Please run your script /
make up
command again with the latestmaster
and post the whole logs.
Thanks. I'll update here after the next run.
@Yuggupta27 Any update? As written you must run make status
with at least the NODE_COUNT
variable set.
It works fine now. Thanks!
Bug Report While running a multi-node cluster with 2 worker nodes, the second node doesn't seem to start and vagrant reports the 2nd node as preparing. https://termbin.com/kvvw
Rebooting the worker node works sometimes but is not a consistent solution.
Expected behavior: All three nodes should show "running" status.
Deviation from expected behavior: When
make status
is run, the second node doesn't seem to exist. https://termbin.com/wvh3How to reproduce it (minimal and precise):
Environment: server type: gusty.ci.centos.org see: https://wiki.centos.org/QaWiki/PubHardware
/etc/os-release
): centosuname -a
):make versions
output: