XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. mgformula1
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 0

    mgformula1

    @mgformula1

    0
    Reputation
    3
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mgformula1 Unfollow Follow

    Latest posts made by mgformula1

    • RE: GPU support and Nvidia Grid vGPU

      i also performed a clean install of 8.2, same power on issue when a vGPU profile is attached.

      posted in Compute
      M
      mgformula1
    • RE: GPU support and Nvidia Grid vGPU

      i have followed the documentation however for some reason the VMs wont power on with a vGPU profile attached. We are testing with NVidia M10 GPUs. I'm using xcp-ng 8.3 and NVidia host driver 17.1, also tried 17.2 and 17.3

      This is the error

      {
        "id": "0m369opsm",
        "properties": {
          "method": "vm.start",
          "params": {
            "id": "b8c94655-5801-21ee-7eb0-788a58b57736",
            "bypassMacAddressesCheck": false,
            "force": false
          },
          "name": "API call: vm.start",
          "userId": "2c8c735d-5369-4a91-8433-b9f94e6eb394",
          "type": "api.call"
        },
        "start": 1730921023894,
        "status": "failure",
        "updatedAt": 1730921066138,
        "end": 1730921066138,
        "result": {
          "code": "FAILED_TO_START_EMULATOR",
          "params": [
            "OpaqueRef:f3f7d9f6-9dc7-772e-ddfe-c1ed19f1aeff",
            "vgpu",
            "Device.Dm.start_vgpu: emulator failed to start for domain 1"
          ],
          "call": {
            "method": "VM.start",
            "params": [
              "OpaqueRef:f3f7d9f6-9dc7-772e-ddfe-c1ed19f1aeff",
              false,
              false
            ]
          },
          "message": "FAILED_TO_START_EMULATOR(OpaqueRef:f3f7d9f6-9dc7-772e-ddfe-c1ed19f1aeff, vgpu, Device.Dm.start_vgpu: emulator failed to start for domain 1)",
          "name": "XapiError",
          "stack": "XapiError: FAILED_TO_START_EMULATOR(OpaqueRef:f3f7d9f6-9dc7-772e-ddfe-c1ed19f1aeff, vgpu, Device.Dm.start_vgpu: emulator failed to start for domain 1)\n    at Function.wrap (file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/_XapiError.mjs:16:12)\n    at file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/transports/json-rpc.mjs:38:21\n    at runNextTicks (node:internal/process/task_queues:60:5)\n    at processImmediate (node:internal/timers:447:9)\n    at process.callbackTrampoline (node:internal/async_hooks:128:17)"
      

      host output

      360af704-caaa-42d5-8e14-60e047d31103-image.png

      posted in Compute
      M
      mgformula1