Apache Ozone CSI - PVC Not Mounting, Pod Stuck in ContainerCreating #8018
pradippipaliya-inventyv
started this conversation in
General
Replies: 1 comment
-
|
Since HDDS-7307, Ozone has added a new port 19878 for the S3 gateway web UI. So S3 gateway now have two ports, 9878 and 19878. No sure if it's related since I don't have the handy environment to verify that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I have deployed Apache Ozone in a Kubernetes cluster following the official documentation: Apache Ozone CSI Documentation. My cluster setup consists of:
1 Master Node
3 Worker Nodes (Each running an Ozone Datanode)
All CSI-related components have been created successfully, and the PersistentVolume (PV) and PersistentVolumeClaim (PVC) are provisioned correctly as per the pv-test/ directory. However, the PVC is not mounting inside the pod, and the pod remains stuck in the ContainerCreating state.
Observed Issue
The pod events show the following error:
Warning FailedMount 3m49s (x72 over 135m) kubelet MountVolume.SetUp failed for volume "pvc-af7f72da-2c41-4199-b972-893b93bf909b" : rpc error: code = Unknown desc =Upon inspecting the kubelet logs on the node where the pod is scheduled, I found these error messages:
Troubleshooting Steps Taken
Verified CSI Driver Deployment: All components in the CSI directory are running as expected.
Checked PV and PVC: Both are in the Bound state.
Reviewed Kubelet Logs: Found timeout errors and rpc error: code = Unknown desc = messages.
Checked Node Status: All worker and master nodes are in a Ready state.
Examined StorageClass & Driver Configurations: No apparent misconfigurations were found.
Request for Assistance
Has anyone encountered a similar issue with the Apache Ozone CSI driver? Any guidance on resolving the PVC mounting failure and rpc error: code = Unknown desc = would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions