Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catlet VMs are not exportable in Hyper-V #123

Closed
ChristopherMann opened this issue Feb 6, 2024 · 1 comment · Fixed by #194
Closed

Catlet VMs are not exportable in Hyper-V #123

ChristopherMann opened this issue Feb 6, 2024 · 1 comment · Fixed by #194
Milestone

Comments

@ChristopherMann
Copy link
Collaborator

ChristopherMann commented Feb 6, 2024

VMs which were created with eryph cannot be exported with Hyper-V tools.

Replication procedure:

  1. Create a new catlet VM with New-Catlet -Parent ... -Name myvm
  2. Export the created VM in Hyper-V with: Export-VM -Name myvm -Path ...

The export fails with an error message like this:

Export-VM: Failed to copy file during export.

Failed to copy file from '...' to '...': The file exists. (0x80070050).

AB#579

@fw2568
Copy link
Member

fw2568 commented Feb 8, 2024

Proposal: when genes are extracted the filename is replaced by the first 10 chars the gene hash (like in a git commit). During attach the name reference (sda, sdb) has to be replaced with the hash part by lookup of gene hash from metadata.

@fw2568 fw2568 added this to the zero Beta milestone Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants