Skip to content
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

garbd will not start after reboot #665

Open
RvD666 opened this issue Oct 9, 2024 · 0 comments
Open

garbd will not start after reboot #665

RvD666 opened this issue Oct 9, 2024 · 0 comments

Comments

@RvD666
Copy link

RvD666 commented Oct 9, 2024

I have defined garbd as a service, but after a reboot garbd fails to start during the boot of the system:

2024-10-09 10:19:29.825 INFO: Using CRC-32C for message checksums.
2024-10-09 10:19:29.825 INFO: backend: asio
2024-10-09 10:19:29.826 INFO: gcomm thread scheduling priority set to other:0
2024-10-09 10:19:29.829 INFO: access file(./gvwstate.dat) failed(No such file or directory)
2024-10-09 10:19:29.829 INFO: restore pc from disk failed
2024-10-09 10:19:29.829 INFO: GMCast version 0
2024-10-09 10:19:29.830 WARN: Failed to resolve tcp://<cluster node 1>l:4567
2024-10-09 10:19:29.830 WARN: Failed to resolve tcp://<cluster node 2>:45667
2024-10-09 10:19:29.830 INFO: (34b316fb-a19a, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567
2024-10-09 10:19:29.830 INFO: (34b316fb-a19a, 'tcp://0.0.0.0:4567') multicast: , ttl: 1
2024-10-09 10:19:29.838 INFO: EVS version 1
2024-10-09 10:19:29.838 INFO: gcomm: connecting to group 'zabbix_6_OT_cluster', peer '<cluster node 1>:4567,<cluster node 2>:45667'
2024-10-09 10:19:29.838 ERROR: failed to open gcomm backend connection: 131: No address to connect (FATAL)
at /builddir/build/BUILD/galera-26.4.14/gcomm/src/gmcast.cpp:connect_precheck():320
2024-10-09 10:19:29.838 ERROR: /builddir/build/BUILD/galera-26.4.14/gcs/src/gcs_core.cpp:gcs_core_open():221: Failed to open backend connection: -131 (State not recoverable)
2024-10-09 10:19:29.838 ERROR: /builddir/build/BUILD/galera-26.4.14/gcs/src/gcs.cpp:gcs_open():1669: Failed to open channel 'zabbix_6_OT_cluster' at 'gcomm://<cluster node 1>:4567,<cluster node 2>:45667': -131 (State not recoverable)
2024-10-09 10:19:29.838 INFO: Shifting CLOSED -> DESTROYED (TO: 0)
2024-10-09 10:19:29.838 FATAL: Exception in creating receive loop: Failed to open connection to group: 131 (State not recoverable)
at /builddir/build/BUILD/galera-26.4.14/garb/garb_gcs.cpp:Gcs():35

After logging into the rebooted system and manually starting garbd (systemctl start garbd) everything works just fine. Only after a reboot garbd fails to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant