[PVE-User] totem via unicast

Dietmar Maurer dietmar at proxmox.com
Mon Apr 30 13:21:39 CEST 2012


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