Recent content by rpuglisi

  1. R

    OpenVZ Online Container Migration Fails

    Hi Valerie, My configuration is slightly different. I'm using DRBD but these are the basic steps: CLVM Setup vi /etc/default/clvm uncomment START_CLVM=yes /etc/init.d/clvm start vgs pvcreate /dev/drbd0 vgcreate drbdvg /dev/drbd0 lvcreate --size 116G --name drbddata drbdvg GFS2 Install &...
  2. R

    High Availibility Overhead

    Very interesting. I believe it was when I tested it about 7 months ago. Now we have finally gone production with it. The Intel RMM (remote management fucnction) is not working. I have found out that it cannot be on the same subnet as the IPMI BMC. So I will need to change that. They are Intel...
  3. R

    High Availibility Overhead

    Thanks Mir. I'm still facing this issue. Strange. It's almost like something doesn't get cleaned up after the migration and/or it's looking for something.
  4. R

    High Availibility Overhead

    What about via the web interface migrate function or the vzmigrate command?
  5. R

    High Availibility Overhead

    Mir, Have you tried to migrate the container to another node? Rich
  6. R

    Survey: Do you use KVM or OpenVZ, or both?

    Would like to see OpenVZ get the same level of importance as KVM.
  7. R

    High Availibility Overhead

    This is my config: <?xml version="1.0"?> <cluster config_version="13" name="proxprod"> <cman expected_votes="1" keyfile="/var/lib/pve-cluster/corosync.authkey" two_node="1"/> <dlm plock_ownership="1" plock_rate_limit="0"/> <gfs_controld plock_rate_limit="0"/> <clusternodes>...
  8. R

    High Availibility Overhead

    Hello, I have two Intel servers running one container with this configuration: pveversion -v pve-manager: 2.1-14 (pve-manager/2.1/f32f3f46) running kernel: 2.6.32-14-pve proxmox-ve-2.6.32: 2.1-73 pve-kernel-2.6.32-13-pve: 2.6.32-72 pve-kernel-2.6.32-12-pve: 2.6.32-68 pve-kernel-2.6.32-14-pve...
  9. R

    openvz on drbd

    Hi e100, I don't see any activity on your OpenVZ forum post in General »Discussions (but there does not seem to be much activity there). Maybe you should try posting it in General » Support. That one seems to be more active and is the one that I follow. Thanks.
  10. R

    openvz on drbd

    As an OpenVZ HA container user, I would be very interested in this also. How do we go about moving this forward? What are the next steps?
  11. R

    New 2.6.32 Kernel for Proxmox VE 2.1 stable

    Hello, I upgraded yesterday: pveversion -v pve-manager: 2.1-5 (pve-manager/2.1/0fa60f36) running kernel: 2.6.32-12-pve proxmox-ve-2.6.32: 2.1-68 pve-kernel-2.6.32-12-pve: 2.6.32-68 pve-kernel-2.6.32-7-pve: 2.6.32-60 lvm2: 2.02.95-1pve2 clvm: 2.02.95-1pve2 corosync-pve: 1.4.3-1 openais-pve...
  12. R

    New 2.6.32 Kernel for Proxmox VE 2.1 (pvetest)

    Tom, It was the pvetest repository. Thanks. Rich
  13. R

    New 2.6.32 Kernel for Proxmox VE 2.1 (pvetest)

    I did an aptitude update && aptitude full-upgrade but didn't get it.
  14. R

    High Availability 2

    I'm using OpenVZ with DRBD, CLVM and GFS.