In xvm-prodconfig: 1.1.19
authorEvan Broder <broder@mit.edu>
Wed, 27 Jan 2010 04:50:01 +0000 (23:50 -0500)
committerEvan Broder <broder@mit.edu>
Wed, 27 Jan 2010 04:50:01 +0000 (23:50 -0500)
  * OpenAIS assumes that bind addresses are /24s, so actually give the
    right subnet.

svn path=/trunk/packages/xvm-prodconfig/; revision=2938

debian/changelog
master.yaml

index a4ec97b..adea511 100644 (file)
@@ -1,3 +1,10 @@
+xvm-prodconfig (1.1.19) unstable; urgency=low
+
+  * OpenAIS assumes that bind addresses are /24s, so actually give the
+    right subnet.
+
+ -- Evan Broder <broder@mit.edu>  Tue, 26 Jan 2010 23:49:41 -0500
+
 xvm-prodconfig (1.1.18) unstable; urgency=low
 
   * Add a cluster block for openais ring configuration.
index 4812c6f..183af47 100644 (file)
@@ -40,10 +40,10 @@ console:
 
 cluster:
  rings:
-  - bind: 10.5.0.0
+  - bind: 10.5.128.0
     mcast: 239.255.252.0
     port: 5405
-  - bind: 10.6.0.0
+  - bind: 10.6.128.0
     mcast: 239.255.252.1
     port: 5405