aws-samples / comfyui-on-eks

ComfyUI on AWS
MIT No Attribution
97 stars 15 forks source link

Do you have met with "FailedMount" Errror? #11

Closed zhangjunqiang closed 4 weeks ago

zhangjunqiang commented 4 weeks ago

when i make the deployment of comfyui. "MountVolume.SetUp failed for volume "comfyui-inputs-pv" : rpc error: code = Internal desc = Could not mount "comfyui-inputs-xxxxxxxxxx-us-east-1" at "/var/lib/kubelet/pods/xxxxxxxxxx/volumes/kubernetes.io~csi/comfyui-inputs-pv/mount": Could not check if "/var/lib/kubelet/pods/xxxxxxxxxx/volumes/kubernetes.io~csi/comfyui-inputs-pv/mount" is a mount point: stat /var/lib/kubelet/pods/xxxxxxxxxx/volumes/kubernetes.io~csi/comfyui-inputs-pv/mount: no such file or directory, Failed to read /host/proc/mounts: open /host/proc/mounts: invalid argument"

Shellmode commented 4 weeks ago

mentioned in the README https://github.com/aws-samples/comfyui-on-eks?tab=readme-ov-file#55-deploy-comfyui-deployment-and-service

please refer to the issue https://github.com/awslabs/mountpoint-s3-csi-driver/issues/174

mountpoint-s3-csi-driver will fix it in the next release.

zhangjunqiang commented 4 weeks ago

really thanks