Code Monkey home page Code Monkey logo

Comments (5)

dsiminiuk avatar dsiminiuk commented on August 21, 2024

I ran into this issue also.

Exporting: |                                                     | ERROR
xva-img: unable to read 00000000.checksum

from xva-img.

mmorier86 avatar mmorier86 commented on August 21, 2024

Same problem here trying to migrate a VM from Xen 8.1 to PVE
Anybody able to add some code to the project to support xxhash and not just SHA1 ( .checksum file ) ?

from xva-img.

mmorier86 avatar mmorier86 commented on August 21, 2024

https://docs.citrix.com/en-us/citrix-hypervisor/vms/import-export.html
" If the VM was exported from Citrix Hypervisor 8.0 or earlier, this file has the extension .checksum. If the VM was exported from Citrix Hypervisor 8.1 or later, this file has the extension .xxhash. "

Part of this projet could be use in this project to support it ?!
https://github.com/Cyan4973/xxHash

from xva-img.

mmorier86 avatar mmorier86 commented on August 21, 2024

Finally what I have done is shouting down my XEN 8.1 VM ( a CentOS one ) and export it from XenCenter as OVA/OVF to have the VHD file that can be import in most other Hypervisor directly.

from xva-img.

linrock avatar linrock commented on August 21, 2024

i've added support for xxhash checksums in the linked PR. it supports both *.checksum files and *.xxhash files.

you can apply this patch on top of the latest xva-img version to add xxhash support:
https://patch-diff.githubusercontent.com/raw/eriklax/xva-img/pull/12.diff

it will require the xxhash development headers to compile: sudo apt install libxxhash-dev

from xva-img.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.