Group Details Private

Top contributor

  • Continuous Replication storage issue

    @olivierlambert @stormi @julien-f

    I'm not sure if this is a XO source or XCP issue.... XCP 8.2.1 (May update) and XO source (e48bfa2). Also tried XCP 8.3 (May update). I tried an older XO version and it had the same result. My XOA expired so I could not try that. If needed I can reinstall old 8.2.1 and not update it (or backout May's updates).

    Continuous Replication reports as Successful but the destination local storage reports Interrupted. The CR seems to work so this may just be a visual mistake.

    CRissue.jpg

    {
      "data": {
        "mode": "delta",
        "reportWhen": "failure"
      },
      "id": "1685236548885",
      "jobId": "dea99ab1-7897-4e41-855f-cd4d81fd112e",
      "jobName": "Test CR to 11",
      "message": "backup",
      "scheduleId": "f8abe626-1ef6-4d31-9326-f2f37747831c",
      "start": 1685236548885,
      "status": "success",
      "infos": [
        {
          "data": {
            "vms": [
              "d2e9d407-bec9-9daf-9496-be5299ad1dde"
            ]
          },
          "message": "vms"
        }
      ],
      "tasks": [
        {
          "data": {
            "type": "VM",
            "id": "d2e9d407-bec9-9daf-9496-be5299ad1dde",
            "name_label": "VMTest"
          },
          "id": "1685236549863",
          "message": "backup VM",
          "start": 1685236549863,
          "status": "success",
          "tasks": [
            {
              "id": "1685236549867",
              "message": "snapshot",
              "start": 1685236549867,
              "status": "success",
              "end": 1685236550797,
              "result": "edc7ee39-e616-90a6-6390-92fcdc7a9962"
            },
            {
              "data": {
                "id": "d381b22e-f75a-f10c-982b-a1b6386e3ed1",
                "isFull": true,
                "name_label": "Local storage",
                "type": "SR"
              },
              "id": "1685236550797:0",
              "message": "export",
              "start": 1685236550797,
              "status": "interrupted",
              "tasks": [
                {
                  "id": "1685236550811",
                  "message": "transfer",
                  "start": 1685236550811,
                  "status": "success",
                  "end": 1685236607175,
                  "result": {
                    "size": 5883970560
                  }
                }
              ]
            }
          ],
          "end": 1685236607215
        }
      ],
      "end": 1685236607216
    }
    
    posted in Xen Orchestra
  • RE: XOCE Warning on build

    @Andrew I'm on the same commit. To be clear, it's a warning not an error --

    [4/5] Linking dependencies...
    warning " > eslint-config-standard@17.0.0" has incorrect peer dependency "eslint-plugin-n@^15.0.0".
    warning Workspaces can only be enabled in private projects.
    
    posted in Xen Orchestra
  • RE: XOCE Warning on build

    @Gheppy @Danp I just updated to e48bfa2c8 and did not get any errors.

    posted in Xen Orchestra
  • RE: XOCE Warning on build

    FWIW, I just rebuilt using latest source and I'm seeing this as well.

    posted in Xen Orchestra
  • RE: Updates announcements and testing

    Looks like these updates were released earlier today -- https://xcp-ng.org/blog/2023/05/26/may-2023-maintenance-update/

    posted in News