Search results

  1. D

    PVE 1.4 beta2: migration KVM on storages crashed

    I have the same problem, but on DRBD. http://www.proxmox.com/forum/showthread.php?t=2248 However, I still didn't test without virtio.
  2. D

    DRBD splited

    Hi everybody! I have the next trouble. Sometime (I don't know when) the DRBD on my cluster splited. And now DRBD is looking like StandAlone on both nodes: cl8:~# cat /proc/drbd version: 8.3.2 (api:88/proto:86-90) GIT-hash: dd7985327f146f33b86d4bff5ca8c94234ce840e build by root@oahu, 2009-09-28...
  3. D

    Live migration doesn't work

    hi! I have PVE 1.4b2 cluster vs DRBD. Linux cl8 2.6.24-8-pve #1 SMP PREEMPT Mon Sep 28 16:25:36 CEST 2009 x86_64 GNU/LinuxThere are 2 kvm VMs on the cluster: Windows XP and Debian 5.03. name: MVS vlan0: e1000=42:1D:E4:FB:5B:58,virtio=36:9B:1F:6F:BB:97 bootdisk: ide0 ostype: wxp ide0...
  4. D

    DRBD in Windows - very slowly

    I did exactly so as is described here http://pve.proxmox.com/wiki/DRBD My drbd.conf is global { usage-count no; } common { syncer { rate 50M; } } resource r0 { protocol C; startup { wfc-timeout 15; degr-wfc-timeout 60...
  5. D

    DRBD in Windows - very slowly

    Hi, everybody! I have two 500GB HDD on cluster node. One HDD is used for DRBD+LVM and other HDD is used for LVM only. On Windows 2008 I attach two disks: one from DRBD and other from second HDD. When I copy big file from DRBD to second disk, the speed is about 52MB/s, but when I copy file from...
  6. D

    DRBD+LVM don't work

    Sorry my question. I hurried up. I forgot to look for in Google. :) I have already solved this problem. Look at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533436#20
  7. D

    DRBD+LVM don't work

    Hi, everybody! I can't create VM on DRBD volume. I have only one 500GB HDD on both computers. So I just reduced size of LVM volume pve/data to 50GB and created new volume pve/drbd with 150GB size. Then I initialized this physical volume pvcreate /dev/drbd0and created a volume group vgcreate...
  8. D

    Virtual machines are permanently hang

    ostype: w2k8 memory: 2048 onboot: 1 name: Dalaran smp: 2 bootdisk: ide0 boot: dc freeze: 0 cpuunits: 1000 acpi: 1 kvm: 1 ide0: /dev/pve/dalaran ide1: /dev/pve/dalaran-data vlan0: e1000=AA:B9:BD:2B:A6:08
  9. D

    Virtual machines are permanently hang

    Hi gues! I have a very big problem. I have been working with virtualization about a year. My first system was made on XEN. Now it runs six virtual machines (Debian on paravirt. mode). Up time is about 270 days, and I don't have any problem with it. But! I also tried to build some more...
  10. D

    specific binds vlan to NIC

    I have only one NIC (vmbr0) on the host and two fake ifaces (vmbr1 and vmbr2) that I plan to use as internal LAN. And I need to place this NIC (vmbr0) as eth2 on VM. I don't know why 70-persistent-net.rules does not work on VM, on hw computers it works fine.
  11. D

    specific binds vlan to NIC

    Unfortunately, no. # qm showcmd 105 /usr/bin/kvm \ -monitor unix:/var/run/qemu-server/105.mon,server,nowait \ -vnc unix:/var/run/qemu-server/105.vnc,password \ -pidfile /var/run/qemu-server/105.pid \ -daemonize \ -usbdevice tablet \ -name gw.ugk \ -smp 2 \ -id 105 \ -cpuunits 1000 \ -vga cirrus...
  12. D

    specific binds vlan to NIC

    Yes, of course, but... I wrote this code to 70-persistent-net.rules on VM (Debian 5.02): # PCI device (e1000) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="96:D8:17:47:EF:C3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # PCI device (e1000) SUBSYSTEM=="net", ACTION=="add"...
  13. D

    specific binds vlan to NIC

    Not quite. In the manager I can't establish order of NICs in VM. For example, there is only one NIC on my host - eth0. I want to create an additional two virtual NICs. Ethernet devices Model Bridge MAC address rtl8139 vmbr0 C6:38:D5:C9:0B:3C e1000 vmbr1 96:D8:17:47:EF:C3 e1000...
  14. D

    specific binds vlan to NIC

    Hi! How can I bind a specific network card of a virtual machine to a specific network card of a host? I'd like to bind eth0,eth1,eth2 of a VM (KVM) to eth2,eth0,eth1 of a host. By hand, I did so: /usr/bin/kvm \ -monitor unix:/var/run/qemu-server/105.mon,server,nowait \ -vnc...
  15. D

    Master is fail

    Hi, everybody! Lat's say I have a cluster of three computers. What happens if the master falls?
  16. D

    Problem with DRBD on Proxmox 1.3

    I can't configure DRBD on Proxmox 1.3. ===== drbd.conf on both hosts: global { usage-count yes; } common { syncer { rate 100M; } } resource w2k8 { protocol C; startup { wfc-timeout 20; degr-wfc-timeout 20; } net { allow-two-primaries; } syncer { rate...