-
|
After installing OpenEBS 4.4.0 with single-node Mayastor, creating 2 diskpools on the node, and starting to use it, I'm getting frequent errors from the diskpool operator pod. It seems to be recovering after a while, but it delays binding new PVCs for several minutes, for example... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
It seems that the |
Beta Was this translation helpful? Give feedback.
-
|
Would you be able to try the current As for the rest health probe, could you share a describe of the deployment to see if there's any more information? |
Beta Was this translation helpful? Give feedback.
-
|
I found this with So the agent-core component is connecting to the host at http://x.x.x.x:50053 which is not documented in https://openebs.io/docs/quickstart-guide/prerequisites#network-requirements |
Beta Was this translation helpful? Give feedback.
That was not all, I also had to increase resources for the api-rest component: with only 100m CPU / 64Mi RAM it was being restarted frequently and this was likely the root issue. https://github.com/openebs/mayastor-extensions/blob/v2.10.0/chart/values.yaml#L294-L304