cancel
Showing results for 
Search instead for 
Did you mean: 
wu
Cadet
Cadet
  • 1,191 Views

AMQ Pod unable to mount to a persistent volume

Jump to solution

im trying to create an amq instance from the amq operator, i set persistence to be true in the yaml, and theoretically, that should allow the operator to create the statefulset and all the pvc pv. However, the pv is created and bound, but the pod is unable to mount. why is that?

ex-aao-ex-aao-ss-0   Bound    pvc-683fbad6-324d-4226-be26-c0c62c75609a   2Gi        RWO            standard       13m

MountVolume.WaitForAttach failed for volume "pvc-683fbad6-324d-4226-be26-c0c62c75609a" : could not find attached Cinder disk "b6b845bb-3023-42e8-b991-1d8bb5607dee". Timeout waiting for mount paths to be created

Unable to attach or mount volumes: unmounted volumes=[ex-aao], unattached volumes=[amq-cfg-dir default-token-7m7t5 ex-aao]: timed out waiting for the condition

1 Solution

Accepted Solutions
tat
Flight Engineer Flight Engineer
Flight Engineer
  • 1,141 Views
to debug:

try to mount the storage manually from the same node and/or from the pod in debug mode.

This might give you more log output to search for the cause.

best regards,
Alexander

View solution in original post

1 Reply
tat
Flight Engineer Flight Engineer
Flight Engineer
  • 1,142 Views
to debug:

try to mount the storage manually from the same node and/or from the pod in debug mode.

This might give you more log output to search for the cause.

best regards,
Alexander
Join the discussion
You must log in to join this conversation.