Search results

  1. R

    Proxmox Virtual server work very slow

    Without Virtualisation enable into your BIOS, KVM will run extremely slow ! So yes, it explain that KVM is not running normaly. As you CPU support it, you will have to reboot your server and check the bios settings to be sure that "Intel® Virtualization Technology (VT-x)" is active...
  2. R

    Proxmox Virtual server work very slow

    Have you activated the Virtualisation Technologie for your CPU ? ;) (bios settings)
  3. R

    Master is fail

    Perfect, that's what I thought :)
  4. R

    Master is fail

    It can also migrate VM between any nodes, including live migration (by copying RAM) if you are using shared disk (nfs, etc.) or DRBD live replication.
  5. R

    Master is fail

    I was only speaking about the configuration file - for example /etc/qemu-server/101.conf :D If I manage to copy this conf file and I'm able to copy it on the slave, will the slave be able to start the VM (by reading data on the DRBD disk) ?
  6. R

    Master is fail

    Yes, this is a very good news :) Last question: if I backup the qemu conf file from the master, could I simply restore it on the slave and restart the VM ?
  7. R

    Master is fail

    Hello Tom, Now that proxmox 1.4 is released, I have setup a master-slave cluster system with DRBD for storage - http://pve.proxmox.com/wiki/DRBD The live migration is fantastic ! dumping ram and starting VM on slave node works perfectly. Now the question: On my master I have one VM. (Shared...