Search results

  1. R

    KERNEL BUG: Bridge - Vlan id are not applied to multicast groups

    I think so. I don't know if the 3.2 or 3.3 version of proxmox it's affected..
  2. R

    KERNEL BUG: Bridge - Vlan id are not applied to multicast groups

    After a LOT of debugging i've found that the bridge vmbr0 of my host machine was propagating multicast traffic to the bridge without caring of vlan id. To let me better explain, i've this setup: VLAN 1 -> Native Vlan (no IPv6) VLAN 2 -> Tagged vlan (with IPv6 autoconfiguration) Interfaces...
  3. R

    Support for old versions and custom kernels

    I will do my mirror. About GFS2, i didn't know the existence of GFS2. I will give a try. Ty.
  4. R

    New proxmox 3.1 installation with iscsi network to storage

    Hello, yes, bonding will give you more bandwith to the san BUT only if configured correctly. You can get more information here (look at the load balancing part). Be shure that the san have enough bandwith to satisfy the bonding interfaces! Losing packets on iscsi it's never a good thing...
  5. R

    New proxmox 3.1 installation with iscsi network to storage

    Hello, i can provide my experience since i've setup Proxmox in a similar enviroment. Bonding the iscsi it's useful only if you load balance to achieve more bandwith to the san. For redundancy purposes isn't very useful since multipath will do the rest. I suggest you di write down a connections...
  6. R

    Support for old versions and custom kernels

    Hello Proxmox Community! We are using Proxmox since 3 years ago and we are very satisfied by this Virtualization Enviroment. We have only some worries about support on the old versions. Let me explain better. We are still using ProxmoxVE 2.1 on Debian Squeeze and we know that the repos are...
  7. R

    New 2.6.32 Kernel for Proxmox VE 2.1 stable

    I can confirm this bug on 2.6.31-12. Downgrade to 2.6.31-11 solve the issue. Seems like the it won't propagage the vlan tagged traffic to the bond sub-inteface (bondx.y). It can be tested with tcp dump: tcpdump -i bond0 vlan X (show traffic) tcpdump -i bond0.X (don't show traffic) I've...
  8. R

    BUG: Enabilin HA on Started Machine

    I've created a fresh new install of a 4-node cluster. I've configured the cluster with fencing with this conf: <?xml version="1.0"?> <cluster config_version="37" name="ClusterFO"> <cman keyfile="/var/lib/pve-cluster/corosync.authkey"/> <fencedevices> <fencedevice agent="fence_ipmilan"...
  9. R

    BUG: Enabilin HA on Started Machine

    Well, I consider it a bug because it don't check if the vm is running or not. At least a forced stop to the vm will be good. Start a VM twice is equals to damage permanently his filesystem.
  10. R

    BUG: Enabilin HA on Started Machine

    I've found that in HA environment, if you enable the ha on a started machine this will be started again on another node. I've almost broken two machine with this bug. WORKAROUND: Turn off the VM and THEN add it to HA. Please confirm this bug.
  11. R

    Can't add node to cluster.

    Ok, You can't be more exaustive. Thanks a lot for your support.
  12. R

    Can't add node to cluster.

    I've done an pvecm updatecerts -force and all seems to go right. I hope that I can sleep tonight... This thing drive me crazy...
  13. R

    Can't add node to cluster.

    After this modify it's seems that it goes up but fail again: root@VMF01:~# pvecm add VMFO3 Generating public/private rsa key pair. Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is...
  14. R

    Can't add node to cluster.

    Another thing. In the /etc/pve folder on the running nodes, cluster.conf refer to CLUSTERFO and not to ClusterFO. It seems to be the problem. I've tryed to change it manually and after a new fresh install I will try to readd the node. Obviusly I ran a pvecm delnode VMF01 on a running node. STFU
  15. R

    Can't add node to cluster.

    I've tryed with no success. In other nodes cman start with no issues. It's no a new pvecm create issue. The VMF01 it's a fresh new install (tryed 4 times :( ) pvecm nodes output: root@VMFO3:/etc/pve# pvecm nodes Node Sts Inc Joined Name 1 M 1312 2011-12-30 17:58:47...
  16. R

    Can't add node to cluster.

    Can't add node to cluster. [Solved] I'm beta testing Proxmox VE 2.0. I've build up a two node cluster (with VMFO2 and VMFO3). I've upgraded two nodes to the latest release and everything works fine. I had a new fresh install to a third server (VMFO1) and when I try to add the server to the...
  17. R

    unable to install vzctl

    perfect. Works like a sharm! Many Thanks!
  18. R

    unable to install vzctl

    But proxmox-ve-2.6.32 still depends by vzctl. How i fix it? I need to make a new fresh install?
  19. R

    unable to install vzctl

    Seems not helped: # aptitude install proxmox-ve-2.6.32 The following NEW packages will be installed: vzctl{a} The following packages will be upgraded: proxmox-ve-2.6.32 1 packages upgraded, 1 newly installed, 0 to remove and 10 not upgraded. Need to get 4,392 B/238 kB of archives. After...
  20. R

    unable to install vzctl

    I've installed from a debian squeeze as described in http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Squeeze: aptitude install pve-kernel-2.6.32-6-pve reboot and aptitude install ntp ssh lvm2 postfix vzdump ksm-control-daemon vzprocps vzctl aptitude install proxmox-ve-2.6.32...