You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to upgrade the underlying linux version from talos 1.6.7 to 1.7.7.
After upgrading one node to the new talos version the io-engine goes in a CrashLoopBackoff with the error
2024-10-27T12:29:59.854755Z ERROR metrics_exporter_io_engine::client::grpc_client: Grpc connection timeout, retrying after 10s
at metrics-exporter/src/bin/io_engine/client/grpc_client.rs:86
** OS info (please complete the following information):**
Distro:
Talos 1.7.7
Kernel version
Linux version 6.6.52-talos (@buildkitsandbox) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.42) Reserve space for metadata #1 SMP Tue Sep 24 15:57:34 UTC 2024
MayaStor revision or container image
2.7.1
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to upgrade the underlying linux version from talos 1.6.7 to 1.7.7.
After upgrading one node to the new talos version the io-engine goes in a CrashLoopBackoff with the error
As read in openebs/openebs#3769 I tried to disabled the metrics
helm upgrade mayastor mayastor/mayastor -n mayastor --reuse-values --version 2.7.1 --set base.metrics.enabled=true
After restarting the pod I get another error:
I am not sure whether the first error regarding metrics exporter is just hiding the later.
To Reproduce
Upgrading talos to version from 1.6.7 to 1.7.7
Talos 1.7.7 starts up and all other pods are running fine:
talos1.7.7.log
Expected behavior
io-engine pod to start up
** OS info (please complete the following information):**
Talos 1.7.7
Linux version 6.6.52-talos (@buildkitsandbox) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.42) Reserve space for metadata #1 SMP Tue Sep 24 15:57:34 UTC 2024
2.7.1
Additional context
The text was updated successfully, but these errors were encountered: