[PVE-User] totem via unicast
    Thomas  Misilo 
    misilot at fit.edu
       
    Tue May 15 20:04:08 CEST 2012
    
    
  
Thanks Dietmar!
I have been running this for about 2 weeks now without any problems.
Tom 
-----Original Message-----
From: Dietmar Maurer [mailto:dietmar at proxmox.com] 
Sent: Monday, April 30, 2012 7:22 AM
To: Thomas Misilo; pve-user at pve.proxmox.com
Subject: RE: totem via unicast
It is possible to add "transport=udpu" to the cman section:
----
<cluster config_version="227" name="test">
  <cman keyfile="/var/lib/pve-cluster/corosync.authkey" transport="udpu"/>
  ....
----
You need to restart all cluster nodes after such change.
Seems that cman simply uses member names to lookup IP addresses, so you 
need to add all members to /etc/hosts
Please test and report back any problems.
- Dietmar 
> -----Original Message-----
> From: pve-user-bounces at pve.proxmox.com [mailto:pve-user-
> bounces at pve.proxmox.com] On Behalf Of Thomas Misilo
> Sent: Mittwoch, 25. April 2012 21:52
> To: pve-user at pve.proxmox.com
> Subject: [PVE-User] totem via unicast
> 
> Hi, I was wondering if any would be able to convert the following so it works
> with proxmox2?
> 
> Corosync.conf configuration
> totem {
>         version: 2
>         secauth: off
>         interface {
>                member {
>                        memberaddr: 10.16.35.101
>                }
>                member {
>                        memberaddr: 10.16.35.102
>                }
> }
>         transport: udpu
> }
> 
> 
> Thanks!
> 
> Tom
    
    
More information about the pve-user
mailing list