-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to add more nodes to microcloud #409
Comments
Looks like the You mentioned Then uninstall and reinstall the snaps on Logs should be present via |
So I cleaned all three working nodes and checked the truststore for remaining files ( On the joiner I did: the system running ...but it seems from a response you gave in another thread that this is not an issue. after all this, same error: mdns spam:
|
@meska we have just released a new version of MicroCloud that uses a slightly different mechanism for the multicast discovery. If you can please upgrade your existing MicroCloud and check if you can add the additional nodes. |
Hello, every time I try to add another node to MicroCloud I have this error:
context deadline exceeded
existing cluster is 3 machines with ubuntu noble with already some working containers , so I would not like to reset the whole cluster.
if I try again I have those errors:
I'm able to clean the error with this commands:
but If I try again I always end with
Failed to join cluster: context deadline exceeded
, after this error I have also this:( microceph, lxc, microovn cluster list does not have swarm12 )
already tried to purge and reinstall everything on the new server.
servers have near the same hardware , same ubuntu distribution and kernel, 1 ssd for the os and 1 empty hdd for ceph
sometimes I have this line on the syslog:
2024-10-01T18:47:36.442796+02:00 swarm8 kernel: audit: type=1400 audit(1727801256.440:7764): apparmor="DENIED" operation="open" class="file" profile="snap.microcloud.microcloud" name="/var/lib/snapd/hostfs/etc/ssl/certs/ca-certificates.crt" pid=1788204 comm="microcloud" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
but I already added
/var/lib/snapd/hostfs/etc/ssl/certs/ca-certificates.crt r,
to apparmor profile: the error disappears but still not workingdo you have any clue on what to try ?
If I use
microcloud add --verbose --debug
where can I see the debug output?or there is any method to configure manually the cluster maybe configuring some files on the new one ?
The text was updated successfully, but these errors were encountered: