gQsoQa
Attaching a Network Volume fails when using GraphQL
I think I've identified the issue, thanks again for your help!
First of all,
cloudType: SECURE
was needed as you suggested.
After that, the error was not caused by the network volume but rather by the GPU (unfortunately the error message is quite vague). This happened because runpod-python
automatically sets dataCenterId
to the datacenter of the network volume, which is different than my default. This means that attaching the volume changed the datacenter to a different one where the concrete GPU was not available.8 replies
Attaching a Network Volume fails when using GraphQL
Thank you for your response! I changed
cloudType
to SECURE
and removed the volumeInGb
field, but the error message still stays the same. The query now looks like this:
Deploying without the network volume (omitting the network_volume_id
parameter) works fine.8 replies