MountVolume.NewMounter initialization failed for volume "gitlab-gitaly-pv" : path "/root/a" does not exist #1892
Infinirc-RickyChen
started this conversation in
General
Replies: 1 comment 1 reply
-
When you use HostPath you should use something like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, my operators on OKD and OpenShift try to install GitLab to create it with the following yaml. GitLab will automatically create 4 PVCs, repo-data-gitlab-gitaly-0, redis-data-gitlab-redis-master-0 , gitlab-minio and data-gitlab-postgresql-0, I used the following to create one of the PVs that was successfully bound to the PVC, and also at 2001-b030-801e-0300-0000-0000-0000-103e.hinet-ip6.hinet The corresponding folder is created on the .net node, but the Pod is always in the ContainerCreating state. The log shows that MountVolume.NewMounter initialization failed for volume "gitlab-minio-pv" : path "/mnt/gitlab/minio" does not exist and Unable to attach or mount volumes: unmounted volumes=[data], unattached volumes=[], failed to process volumes=[]: timed out waiting for the condition, what should I do? Thank you.
create GitLab yaml:
![截圖 2024-02-22 上午11 10 24](https://private-user-images.githubusercontent.com/109416633/306842792-e51a3255-bde4-44b5-8cb7-560133d46259.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDQ2MzksIm5iZiI6MTczODk0NDMzOSwicGF0aCI6Ii8xMDk0MTY2MzMvMzA2ODQyNzkyLWU1MWEzMjU1LWJkZTQtNDRiNS04Y2I3LTU2MDEzM2Q0NjI1OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNjA1MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hMDZjOTFlMTEzMTU4MWQ1MTlkOTdiZjlkN2JmM2UwYTQ2YjZkYmQxNDViZmEzNjBiN2ZhZjYyMDg3YTVmYzE5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.30vtSbPJxKiWWAEOWjs3ogKUVsCMuD1xDfTcXwJzutM)
PV yaml:
![截圖 2024-02-22 上午11 10 29](https://private-user-images.githubusercontent.com/109416633/306842883-2404a2af-00ac-4669-87e2-14d59667dbf2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDQ2MzksIm5iZiI6MTczODk0NDMzOSwicGF0aCI6Ii8xMDk0MTY2MzMvMzA2ODQyODgzLTI0MDRhMmFmLTAwYWMtNDY2OS04N2UyLTE0ZDU5NjY3ZGJmMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNjA1MzlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xYjM5NzgyZTQ4ZDJjNzhlNzQ3ZmJiOGM2MGM1NTc3YjE1ZGFiN2M3YzFmYjFhZDQzM2IzZTFhOGUxMzZiNzRmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.dg0v3ded1sEJJQM0QnSNqKqS-wYYFrr1BANINlaC1Uo)
Beta Was this translation helpful? Give feedback.
All reactions