Unable to access network volume data from serverless deployment

I have a network volume called models (id: 07k4ohphfw) I deployed a Pod (id: t4piur6ezzwjrn) to populate this network volume with models in the /workspace directory. I created multiple serverless endpoints to try and access the models in my network volume. I created have a serverless endpoint (id: k0xfhgd47d2xk8) for debugging purposes, which simply lists the files in /runpod-volume. The volume is attached to the serverless endpoint. However, runpod-volume is completely empty when I try to access it. My understanding is whatever is in my /workspace directory from my pod should appear in my /runpod-volume directory from my serverless endpoint. I'm not sure what part I'm missing
10 Replies
kopyl
kopyl7mo ago
@swervyfree I might be able to help you. Want to do a call to show me what’s happening?
SwervyFree
SwervyFree7mo ago
Hey @kopyl that'd be great. are you free any time tomorrow (Sunday Dec 17th?) I'm on PT. I'll dm you in the morning to figure out a time. Thank you
kopyl
kopyl7mo ago
Not sure. Please ping me tomorrow
affect
affect7mo ago
Did you find a way to access it?
SwervyFree
SwervyFree7mo ago
@affect2979 no, /runpod-volume is still empty
ashleyk
ashleyk7mo ago
@swervyfree are you sure you attached your network volume to your serverless endpoint by expanding the advanced settings?
ashleyk
ashleyk7mo ago
No description
SwervyFree
SwervyFree7mo ago
@.ashleyk thanks for reply - yeah i did
No description
ashleyk
ashleyk7mo ago
Then they should be there, maybe you didn't attach it to the pod correctly when copying them onto the pod?
SwervyFree
SwervyFree7mo ago
That was it. must've accidentally switched over to pod volume at some point. Thank you @ashleyk