R
RunPod5mo ago
maxj

"There are no longer any instances available with enough disk space" from graphql

This is the mutation I'm sending: mutation { podFindAndDeployOnDemand( input: { cloudType: SECURE templateId: "..." gpuCount: 1 gpuTypeId: "NVIDIA RTX 4000 Ada Generation" name: "..." } ) { id name templateId desiredStatus machine { gpuTypeId costPerHr } } } But doing the same action from the web UI works. The referenced template only requests 5gb of container disk, and no volume mount
Solution:
OK I figured it out - it works if I (redundantly) supply both containerDiskInGb: 5 and volumeInGb: 0 in the input body
Jump to solution
3 Replies
ashleyk
ashleyk5mo ago
Did you deploy to SECURE cloud or COMMUNITY cloud from the web ui?
maxj
maxj5mo ago
same - secure cloud
Solution
maxj
maxj5mo ago
OK I figured it out - it works if I (redundantly) supply both containerDiskInGb: 5 and volumeInGb: 0 in the input body
Want results from more Discord servers?
Add your server
More Posts
Best way to deploy a new LLM serverless, where I don't want to build large docker imagesThe infrastructure I have come across at runpod, there is not much support for serverless for fast cPause on the yield in async handlerI have wrote async handler. Messages are realy small, about several kilobites async for msg in searworker-vllm cannot download private modelI built my model successfully and it was able to download it during the build. However, when I deploHow do I select a custom template without creating a new Endpoint?Hi, right now I need to create a new template to do a new release. The issue is, the platform as isHow to use multiple GPUs for Kohya Training?I am using 2x gpus for training using Kohya(Dreambooth). But it is not utilizing both the gpus and iquestion about reserving timeis it possible to reserve time for multiple gpus across the span of 1-2 weeks? ty/opt/nvidia/nvidia_entrypoint.sh: line 67: exec: docker: not foundWhen trying to run docker with command. docker run --gpus all -it --rm -p 7860:7860 org/image:1.0.0 Slow initialization, even with flashboot, counted as execution timeI am running a serverless Fooocus API endpoint from this code base https://github.com/davefojtik/Run(Not solved, needed to add a tag) Possible network flakiness with network volumes on EU-RO-1Hello, I'm having issues with network volumes on EU-RO-1, file transfers breaking. Can anyone help?My pod disk is full.When I created the pod, I requested 1TB of disk space. However, when I only used less than 500GB, th