XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. ysageev
    3. Best
    Y
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 8
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: VMware migration tool: we need your feedback!

      @florent It is off, no snapshots.

      Off:
      4710cc84-7eb3-4d2f-9bbd-9fcf898c3dd5-image.png

      Files:
      e074afac-65b3-42d2-b12e-6919d5380dd8-image.png

      I also disabled Change Block Tracking and deleted the ctk file.

      If it helps, I'm using ESXi-6.7.0-20190802001-standard and the VM is a 10GB old CentOS.

      Update: On the server side, the error looks like this:

      vm.importFomEsxi
      {
        "host": "192.168.1.107",
        "user": "XXXXXXX",
        "password": "* obfuscated *",
        "sslVerify": false,
        "vm": "3",
        "sr": "d5a9a2f3-3e94-b73f-f8fd-dcefdc356804",
        "network": "557d6a0f-ff4c-7692-b342-0671c0a8385b"
      }
      {
        "message": "Cannot read properties of undefined (reading 'current')",
        "name": "TypeError",
        "stack": "TypeError: Cannot read properties of undefined (reading 'current')
          at parseVmsd (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/parsers/vmsd.mjs:48:30)
          at Esxi.getTransferableVmMetadata (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/esxi.mjs:250:23)
          at processTicksAndRejections (node:internal/process/task_queues:95:5)
          at MigrateVm.migrationfromEsxi (file:///usr/local/lib/node_modules/xo-server/src/xo-mixins/migrate-vm.mjs:122:28)
          at Xo.importFomEsxi (file:///usr/local/lib/node_modules/xo-server/src/api/vm.mjs:1304:10)
          at Api.#callApiMethod (file:///usr/local/lib/node_modules/xo-server/src/xo-mixins/api.mjs:394:20)"
      }
      

      It looks like the presence/dependency of the VMSD file and the tool's attempt to process it has something to do with the problem.

      Update: The .vmsd file is empty.

      posted in Migrate to XCP-ng
      Y
      ysageev