-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PVC Fail "existing disk format of " #581
Comments
|
I'm also running into this issue. My manifest:
The error:
|
I am unable to reproduce this with our dev setup and the Getting Started guide. Some questions that might help to pinpoint the issue:
|
|
I am still unable to reproduce this. What I have done:
talosctl gen config talos-k8s-hcloud-tutorial https://$LOAD_BALANCER_IP:6443 --kubernetes-version 1.27.4 --with-docs=false --with-examples=false
And Do you have some steps for me to reproduce this? |
It looks like I get the error from the API, or it bounds the volumes wrong. I only have the problem with an older cluster. If I create a new cluster (even on old talos like 1.6), it works. Is there some API in the client ore how the volumes that are attached are different ? I have given up and move |
Same issue
|
Some more questions:
uname -a
blkid -p -o export /dev/disk/by-id/scsi-0HC_Volume_xxxxxxxx On Talos without a regular shell you should be able to exec into the csi-driver Node Pod to execute these commands. |
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
TL;DR
Warning FailedMount 38s (x3536 over 4d23h) kubelet MountVolume.SetUp failed for volume "pvc-a1e2b216-bd1f-4e3f-b54f-ebc8ce7760bd" : rpc error: code = Internal desc = failed to publish volume: unable to detect existing disk format of /dev/disk/by-id/scsi-0HC_Volume_100455302: disk /dev/disk/by-id/scsi-0HC_Volume_100455302 propably contains partitions
Expected behavior
Have 3 cluster and it workes fine and mount the files in the other clusters
Observed behavior
Warning FailedMount 38s (x3536 over 4d23h) kubelet MountVolume.SetUp failed for volume "pvc-a1e2b216-bd1f-4e3f-b54f-ebc8ce7760bd" : rpc error: code = Internal desc = failed to publish volume: unable to detect existing disk format of /dev/disk/by-id/scsi-0HC_Volume_100455302: disk /dev/disk/by-id/scsi-0HC_Volume_100455302 propably contains partitions
Minimal working example
Used the install instructions from the guide. applied the PVC
Log output
Additional information
It looks like the provison work and in the cloud console I can see the disk and it looks as it has no filesystem
The text was updated successfully, but these errors were encountered: