cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MountVolume.SetUp failed for volume "oneagent-bin"

shakib
Guide

Anyone familiar with this error and how to resolve it?
MountVolume.SetUp failed for volume "oneagent-bin" : rpc error: code = Unavailable desc = version or digest is not yet set, csi-provisioner hasn't finished setup yet for tenant: 

I have dynatrace deployed in my eks using the guidance in Get started with full observability (cloud native full stack deployment) - Dynatrace Docs

4 REPLIES 4

MaciejNeumann
Community Team
Community Team

Hello @shakib,

In this case, it would probably be best to open a support ticket. 

If you have any questions about the Community, you can contact me at maciej.neumann@dynatrace.com

JulianRuizC
Participant

I am deploying the dynatrace operator and following the kubernetes observability and application observability approach, when restart the application pods it's unable to start due to the error mentioned:

Unable to attach or mount volumes: unmounted volumes=[oneagent-bin], unattached volumes=[], failed to process volumes=[]: timed out waiting for the condition

MountVolume.SetUp failed for volume "oneagent-bin" : rpc error: code = Unknown desc = record not found

 

gopher
Mentor

Hi @shakib ,

This is most likely because you are required to configure read-only volumes (like below).
Set this annotation value in your crd and re-apply the config and you should at least move past this error. 

Configure read-only CSI volumes - Dynatrace Docs

Thanks 

The issue was a bug on the dynatrace operator version 1.2.1, now using the last version 1.2.2 the issue is solved without putting the readonly csi driver flag to true on the dynakube.

Featured Posts