Skip to content
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

[Normal failure] Just a report of VM creation failure due to GPU shortage #142

Open
yunkon-kim opened this issue Nov 18, 2024 · 0 comments

Comments

@yunkon-kim
Copy link
Member

A server in a source computing environment is high-performance as follows.

"servers": [
      {
        "hostname": "cm-nfs",
        "cpu": {
          "architecture": "x86_64",
          "cpus": 2,
          "cores": 18,
          "threads": 36,
          "maxSpeed": 3.7,
          "vendor": "GenuineIntel",
          "model": "Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz"
        },
        "memory": {
          "type": "DDR4",
          "totalSize": 255,
          "available": 248,
          "used": 7
        },
        ...
      }
]

Beetle recommends a GPU server in NCP. But, when creating the VM, it may fail due to the limited number of GPUs.

cb-tumblebug       | 4:20AM ERR src/core/infra/provisioning.go:1526 > error="Error from Spider while creating VM: [Error from: http://cb-spider:1024/spider/vm] Status code: 500 Internal Server Error, Message: {\"message\":\"Failed to Create VM instance : [Status: 400 Bad Request, Body: {\\n  \\\"responseError\\\": {\\n    \\\"returnCode\\\": \\\"1101042\\\",\\n    \\\"returnMessage\\\": \\\"You can no longer create (0) because the creation limit is limited. Please contact customer support or your administrator to modify the limit. Product type: [G1] GPU \\u003e T4 Creation limit: 0/Creation number: 0 Resolution guide Please refer to and try again or contact the customer.\\\"\\n  }\\n}]\"}\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant