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

    marciocosta.pgua 0

    @marciocosta.pgua 0

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

    marciocosta.pgua 0 Unfollow Follow

    Latest posts made by marciocosta.pgua 0

    • RE: Can't make new VM

      "message": "must NOT have additional properties"

      Hi,

      I have an issue like this, not creating a new vm but on import a .ova to xen orchestra.

      Xen Orchestra, commit e69ae
      xo-server 5.102.0
      xo-web 5.103.0

      I cannot import .ova to Xen Orchestra.
      See below the log error:

      vm.import
      {
      "type": "ova",
      "data": {
      "descriptionLabel": "Other_64",
      "disks": [
      {
      "capacity": 500107862016,
      "descriptionLabel": "Disk Image",
      "nameLabel": "disk1",
      "path": "WMS-WINDOWS-ANJUSS-disk001.vmdk",
      "position": 0
      }
      ],
      "memory": 4294967296,
      "nameLabel": "wms-winsrv-anjuss",
      "networks": [
      "91be313d-099b-c310-7125-c6a2c8fedaff"
      ],
      "nCpus": 1,
      "tables": {}
      },
      "sr": "892d9a2e-9688-ff37-dd53-2e502981f46a"
      }
      {
      "code": 10,
      "data": {
      "errors": [
      {
      "instancePath": "/data",
      "schemaPath": "#/properties/data/additionalProperties",
      "keyword": "additionalProperties",
      "params": {
      "additionalProperty": "tables"
      },
      "message": "must NOT have additional properties"
      }
      ]
      },
      "message": "invalid parameters",
      "name": "XoError",
      "stack": "XoError: invalid parameters
      at Module.invalidParameters (/opt/xen-orchestra/packages/xo-common/api-errors.js:26:11)
      at Xo.call (file:///opt/xen-orchestra/packages/xo-server/src/xo-mixins/api.mjs:65:20)
      at Api.#callApiMethod (file:///opt/xen-orchestra/packages/xo-server/src/xo-mixins/api.mjs:390:19)"
      }
      

      Please help! Thanks!

      posted in Xen Orchestra
      M
      marciocosta.pgua 0
    • Cannot import .ova Xen Orch from sources

      Xen Orchestra, commit e69ae
      xo-server 5.102.0
      xo-web 5.103.0

      I cannot import .ova to Xen Orchestra.
      See below the log error:

      vm.import
      {
        "type": "ova",
        "data": {
          "descriptionLabel": "Other_64",
          "disks": [
            {
              "capacity": 500107862016,
              "descriptionLabel": "Disk Image",
              "nameLabel": "disk1",
              "path": "WMS-WINDOWS-ANJUSS-disk001.vmdk",
              "position": 0
            }
          ],
          "memory": 4294967296,
          "nameLabel": "wms-winsrv-anjuss",
          "networks": [
            "91be313d-099b-c310-7125-c6a2c8fedaff"
          ],
          "nCpus": 1,
          "tables": {}
        },
        "sr": "892d9a2e-9688-ff37-dd53-2e502981f46a"
      }
      {
        "code": 10,
        "data": {
          "errors": [
            {
              "instancePath": "/data",
              "schemaPath": "#/properties/data/additionalProperties",
              "keyword": "additionalProperties",
              "params": {
                "additionalProperty": "tables"
              },
              "message": "must NOT have additional properties"
            }
          ]
        },
        "message": "invalid parameters",
        "name": "XoError",
        "stack": "XoError: invalid parameters
          at Module.invalidParameters (/opt/xen-orchestra/packages/xo-common/api-errors.js:26:11)
          at Xo.call (file:///opt/xen-orchestra/packages/xo-server/src/xo-mixins/api.mjs:65:20)
          at Api.#callApiMethod (file:///opt/xen-orchestra/packages/xo-server/src/xo-mixins/api.mjs:390:19)"
      }
      

      Please help! Thanks!

      posted in Xen Orchestra
      M
      marciocosta.pgua 0