PhanLe1010
PhanLe1010
I think this one is a part of the Epic https://github.com/longhorn/longhorn/issues/6600 together with the new front end https://github.com/longhorn/longhorn/issues/5159 . Should we move it back to 1.8.0 and assign it to...
@yangchiu could you please verify that Prometheus is able to fetch the metrics using the serviceMonitor? Instruction is at https://longhorn.io/docs/1.4.2/monitoring/integrating-with-rancher-monitoring/ > Verified if `metrics.serviceMonitor.enabled` set to `true`, the corresponding service...
Cannot reproduce this in my local cluster with master-head. Still investigating Are these tests passed in Longhorn v1.8.0 @yangchiu ?
Still cannot reproduce it. But created a small PR to fix confusing logs https://github.com/longhorn/longhorn-manager/pull/3732
Trying with this CI run https://ci.longhorn.io/job/private/job/longhorn-e2e-test/2974/console
Looks like CI passed https://ci.longhorn.io/job/private/job/longhorn-e2e-test/2974/robot/Tests/Negative/Ha%20Volume%20Migration/ instead of failing Can you help to check again @yangchiu ?
This looks like a general issue with SPDK instead of particularly related to migration feature In the CI run by @yangchiu https://ci.longhorn.io/job/private/job/longhorn-e2e-test/2977/ Looks like instance manager was frozen which block...
More details above the process tree when the instance manager container stuck in terminating Find the container of the instance-manager ``` ip-10-0-2-171:/ # crictl ps -a | grep "instance-manager" 4ce0ca50b0175...
We discussed this ticket in our US sync up. @james-munson would like to take over the ticket as he has some good ideas for the implementation cc @innobead
One additional item that we should investigate is what happens if we set `spec.failurePolicy` to `abort` and the Helm controller fails to upgrade. My general feeling is that we should...