XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. mdavico
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    mdavico

    @mdavico

    1
    Reputation
    11
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    mdavico Unfollow Follow

    Latest posts made by mdavico

    • RE: Delta Backup AssertionError

      @olivierlambert Checking the storage where the delta backups are, I find 13 copies, and I have a retention of 7 configured.

      235b1aae-b8f9-4f3c-b732-b6a79977628a-image.png

      posted in Backup
      mdavicoM
      mdavico
    • RE: Delta Backup AssertionError

      @olivierlambert 6953e

      posted in Backup
      mdavicoM
      mdavico
    • RE: Delta Backup AssertionError

      @olivierlambert will this be?

      {
        "data": {
          "mode": "delta",
          "reportWhen": "failure"
        },
        "id": "1694649600005",
        "jobId": "b18baa25-8ca5-407c-9b47-3b32919b1c65",
        "jobName": "Backup_hosting2",
        "message": "backup",
        "scheduleId": "6c145708-744f-4a05-a4aa-d7c2fc264ef6",
        "start": 1694649600005,
        "status": "failure",
        "infos": [
          {
            "data": {
              "vms": [
                "62517a8e-8539-d395-c8c2-a2ffb1c7c35e"
              ]
            },
            "message": "vms"
          }
        ],
        "tasks": [
          {
            "data": {
              "type": "VM",
              "id": "62517a8e-8539-d395-c8c2-a2ffb1c7c35e",
              "name_label": "Hosting2 < (Producciรณn)"
            },
            "id": "1694649608020",
            "message": "backup VM",
            "start": 1694649608020,
            "status": "failure",
            "tasks": [
              {
                "id": "1694649608719",
                "message": "clean-vm",
                "start": 1694649608719,
                "status": "failure",
                "tasks": [
                  {
                    "id": "1694649609499",
                    "message": "merge",
                    "start": 1694649609499,
                    "status": "failure",
                    "end": 1694649618941,
                    "result": {
                      "generatedMessage": true,
                      "code": "ERR_ASSERTION",
                      "actual": 295936,
                      "expected": 2097664,
                      "operator": "strictEqual",
                      "message": "Expected values to be strictly equal:\n+ actual - expected\n\n+ 295936\n- 2097664",
                      "name": "AssertionError",
                      "stack": "AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\n+ actual - expected\n\n+ 295936\n- 2097664\n    at VhdFile._read (/opt/xen-orchestra/packages/vhd-lib/Vhd/VhdFile.js:124:12)\n    at async VhdFile.mergeBlock (/opt/xen-orchestra/packages/vhd-lib/Vhd/VhdAbstract.js:117:19)\n    at async asyncEach.concurrency (/opt/xen-orchestra/packages/vhd-lib/merge.js:208:39)"
                    }
                  }
                ],
                "end": 1694649618941,
                "result": {
                  "generatedMessage": true,
                  "code": "ERR_ASSERTION",
                  "actual": 295936,
                  "expected": 2097664,
                  "operator": "strictEqual",
                  "message": "Expected values to be strictly equal:\n+ actual - expected\n\n+ 295936\n- 2097664",
                  "name": "AssertionError",
                  "stack": "AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\n+ actual - expected\n\n+ 295936\n- 2097664\n    at VhdFile._read (/opt/xen-orchestra/packages/vhd-lib/Vhd/VhdFile.js:124:12)\n    at async VhdFile.mergeBlock (/opt/xen-orchestra/packages/vhd-lib/Vhd/VhdAbstract.js:117:19)\n    at async asyncEach.concurrency (/opt/xen-orchestra/packages/vhd-lib/merge.js:208:39)"
                }
              },
              {
                "id": "1694649620779",
                "message": "snapshot",
                "start": 1694649620779,
                "status": "success",
                "end": 1694649622982,
                "result": "f44b9d86-4961-7e71-dbeb-456e93f6058c"
              },
              {
                "data": {
                  "id": "082ffdb2-0fee-4e3c-8173-2229b581785d",
                  "isFull": false,
                  "type": "remote"
                },
                "id": "1694649622983",
                "message": "export",
                "start": 1694649622983,
                "status": "success",
                "tasks": [
                  {
                    "id": "1694649625892",
                    "message": "transfer",
                    "start": 1694649625892,
                    "status": "success",
                    "end": 1694654200433,
                    "result": {
                      "size": 92109162496
                    }
                  },
                  {
                    "id": "1694654201049",
                    "message": "clean-vm",
                    "start": 1694654201049,
                    "status": "success",
                    "end": 1694654201977,
                    "result": {
                      "merge": true
                    }
                  }
                ],
                "end": 1694654202013
              }
            ],
            "infos": [
              {
                "message": "Transfer data using NBD"
              }
            ],
            "end": 1694654202014
          }
        ],
        "end": 1694654202014
      }
      
      posted in Backup
      mdavicoM
      mdavico
    • RE: Delta Backup AssertionError

      @olivierlambert Yes Oliver, it is the latest version. happened after enabling NBD

      posted in Backup
      mdavicoM
      mdavico
    • Delta Backup AssertionError

      Good day, I am using xo-server 5.122.0 and xo-web 5.124.1 compiled from sources and I started getting AssertionError on a Delta backup, however I am seeing the copy in the repository

      "id": "1694649608020",
            "message": "backup VM",
            "start": 1694649608020,
            "status": "failure",
            "tasks": [
              {
                "id": "1694649608719",
                "message": "clean-vm",
                "start": 1694649608719,
                "status": "failure",
                "tasks": [
                  {
                    "id": "1694649609499",
                    "message": "merge",
                    "start": 1694649609499,
                    "status": "failure",
                    "end": 1694649618941,
                    "result": {
                      "generatedMessage": true,
                      "code": "ERR_ASSERTION",
                      "actual": 295936,
                      "expected": 2097664,
                      "operator": "strictEqual",
                      "message": "Expected values to be strictly equal:\n+ actual - expected\n\n+ 295936\n- 2097664",
                      "name": "AssertionError",
                      "stack": "AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\n+ actual - expected\n\n+ 295936\n- 2097664\n    at VhdFile._read (/opt/xen-orchestra/packages/vhd-lib/Vhd/VhdFile.js:124:12)\n    at async VhdFile.mergeBlock (/opt/xen-orchestra/packages/vhd-lib/Vhd/VhdAbstract.js:117:19)\n    at async asyncEach.concurrency (/opt/xen-orchestra/packages/vhd-lib/merge.js:208:39)"
                    }
                  }
                ],
                "end": 1694649618941,
                "result": {
                  "generatedMessage": true,
                  "code": "ERR_ASSERTION",
                  "actual": 295936,
                  "expected": 2097664,
                  "operator": "strictEqual",
                  "message": "Expected values to be strictly equal:\n+ actual - expected\n\n+ 295936\n- 2097664",
                  "name": "AssertionError",
                  "stack": "AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\n+ actual - expected\n\n+ 295936\n- 2097664\n    at VhdFile._read (/opt/xen-orchestra/packages/vhd-lib/Vhd/VhdFile.js:124:12)\n    at async VhdFile.mergeBlock (/opt/xen-orchestra/packages/vhd-lib/Vhd/VhdAbstract.js:117:19)\n    at async asyncEach.concurrency (/opt/xen-orchestra/packages/vhd-lib/merge.js:208:39)"
                }
      
      posted in Backup
      mdavicoM
      mdavico
    • RE: XCP-ng 8.3 public alpha ๐Ÿš€

      @exetico tested with virtualbox and it is possible to take a snapshot with VUSB

      posted in News
      mdavicoM
      mdavico
    • RE: XCP-ng 8.3 public alpha ๐Ÿš€

      @exetico I mean when you passthrough a usb, when you want to take a snapshot it gives the error VM_HAS_VUSBS(OpaqueRef:aedd32dc-6dec-4be1-aa5d-9dda799c01b2) and as in version 8.3 you can exclude certain vdi, possibly also a VUSB, that's what I mean

      posted in News
      mdavicoM
      mdavico
    • RE: XCP-ng 8.3 public alpha ๐Ÿš€

      Is it possible to take a snapshot with usb passthrough in version 8.3?

      posted in News
      mdavicoM
      mdavico
    • RE: SMAPIv3 - Feedback & Bug reports

      I am playing a bit with SMAPIv3, I created a storage of type file in /mnt/ and a VM, after restarting xcp-ng /mnt/ was not mounted so the storage was not mounted, I did it manually and when starting the VM Throw me

      Error code: SR_BACKEND_FAILURE_24
      Error parameters: VDIInUse, The VDI is currently in use
      

      I did a detach to the disk from the vm and I also deleted the vm and created a new one but it still gives the same error.

      detach and repair does the same

      posted in Development
      mdavicoM
      mdavico
    • RE: SMAPIv3 - Feedback & Bug reports

      Is there anything new with SMAPIv3?

      posted in Development
      mdavicoM
      mdavico