GithubHelp home page GithubHelp logo

Comments (12)

zipurman avatar zipurman commented on August 16, 2024

On the Xen source VM, do you get any errors if you try to manually disconnect the storage using XenCenter?

from ovirt_simple_backup.

pslaw avatar pslaw commented on August 16, 2024

Just attempted and it detaches successfully with Xencenter. Are there logs in the app I can examine? Thank you for this tool, it is really needed in the community.

from ovirt_simple_backup.

zipurman avatar zipurman commented on August 16, 2024

Try shutting down the XenServer Source VM prior to running the migration. It is possible that Xen isnt shutting down the VM quickly enough and something is stopping the disconnecting of the disks. Let me know if that changes anything.

You could check the XEN logs on your XenHost as that is where the requests are sent. The request will be for a "vbd-destroy" as the VBD is the binding of the disk to the VM.

Happy to contribute :)

from ovirt_simple_backup.

pslaw avatar pslaw commented on August 16, 2024

That did it!. Converted. However, now I'm getting a Dracut emergency shell. I am testing the conversion on a CentOS 7 VM. Not sure if thats the reason why

/dev/cl/root does not exist
/dev/cl/swap does not exist
/dev/mapper/cl-root does not exist

from ovirt_simple_backup.

zipurman avatar zipurman commented on August 16, 2024

You used CentOS as your OS for the VM doing the cloning? If so, that is untested as CentOS/RHEL do some things differently.

If the VM for cloning was Debian and you were cloning a Xen-CentOS-VM that has Emerg.Shell then let me know and I will try to replicate.

from ovirt_simple_backup.

pslaw avatar pslaw commented on August 16, 2024

Both BackupEngine and VM Migration servers are Debian 9.4. I am attempting to clone a Xen-CentOS VM.

Thanks again for all the help.

from ovirt_simple_backup.

zipurman avatar zipurman commented on August 16, 2024

No problem.

Let me know exactly what specs you have on your CentOS VM and I will install a new VM on my systems and see if I have similar issue..

EXACT CentOS Version, 64bit?, RAM, CPU, Disk(s), Type of Disk(s), etc.

from ovirt_simple_backup.

pslaw avatar pslaw commented on August 16, 2024

Minimum Install CD - CentOS 7.4
CentOS Linux release 7.4.1708 (Core) 64bIT
2 Cores
4GB Memory
40GB Base Volume

from ovirt_simple_backup.

zipurman avatar zipurman commented on August 16, 2024

What did you setup for partitions/swap?

from ovirt_simple_backup.

pslaw avatar pslaw commented on August 16, 2024

I use the "Entire disk option" which it then creates the LVM.

capture

from ovirt_simple_backup.

zipurman avatar zipurman commented on August 16, 2024

Found some new issues in the Xen migration part that I need to fix. I hope to have resolved in the next day or so.

from ovirt_simple_backup.

zipurman avatar zipurman commented on August 16, 2024

You should be able to fix your CentOS import by doing the following on the new CentOS VM in oVirt:

  1. Shutdown the VM
  2. Edit the VM and set the boot to 1.CD Rom 2.HDD and then attach the Boot ISO to the CDRom for CentOS7
  3. Boot the VM and select the Toubleshooting - Rescue - and then option 1
  4. On command line type:

chroot /mnt/sysimage
cd /boot
dracut -f
grub2-mkconfig -o /boot/grub2/grub.cfg
exit
shutdown 0 -h

  1. Edit the VM again and remove the boot CD and return the boot options to normal, save.
  2. VM should now boot.

I am trying to get this process automated, but doing this from Debian to CentOS on the fly is not so easy ;)

from ovirt_simple_backup.

Related Issues (20)

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.