[Linux-HA] pengine: Message is too large to send
Guochun Shi
gshi at ncsa.uiuc.edu
Wed Oct 5 17:36:13 MDT 2005
At 01:54 PM 10/5/2005 +0200, you wrote:
>Alan Robertson wrote:
>>How many nodes are in your cluster, and how many resources do you have?
>
>This is a test cluster that's supposed to hold every resource type
>available. So there are two nodes and two resource groups, one with
>12 the other with 8 resources plus the stonith resources.
>
>So what would be the non-permanent solution just so I can continue
>testing?
If u are using 2.0.2, here is a patch you can apply as temporary solution. We will have it fixed
in the next release
-Guochun
--- lib/clplumbing/cl_compress.c.orig 2005-10-05 18:33:28.000000000 -0500
+++ lib/clplumbing/cl_compress.c 2005-10-05 18:33:33.000000000 -0500
@@ -37,7 +37,7 @@
#include <stonith/stonith.h>
#include <stonith/stonith_plugin.h>
-#define COMPRESS_MAXBUF (64*1024)
+#define COMPRESS_MAXBUF 131072
#define COMPRESSED_FIELD "_compressed_payload"
#define COMPRESS_NAME "_compression_algorithm"
--- include/clplumbing/ipc.h.orig 2005-10-05 18:32:19.000000000 -0500
+++ include/clplumbing/ipc.h 2005-10-05 18:32:44.000000000 -0500
@@ -706,7 +706,7 @@
};
-#define MAXDATASIZE 65536
+#define MAXDATASIZE 131072
#define HEADMAGIC 0xabcd
#define POOL_SIZE (4*1024)
struct ipc_bufpool{
More information about the Linux-HA
mailing list