Skip to content

Instantly share code, notes, and snippets.

@thiago-vieira
Created July 26, 2022 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiago-vieira/1b742e563b69ec3a90df792ce2f681aa to your computer and use it in GitHub Desktop.
Save thiago-vieira/1b742e563b69ec3a90df792ce2f681aa to your computer and use it in GitHub Desktop.
Convert disk from kvm to ovirt
qemu-img convert <disco_origem>.img -O qcow2 <disco_destino>.qcow2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment