<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2658.2">
<TITLE>RE: [Linux-cluster] Known limits ?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Classification: UNCLASSIFIED</FONT>
</P>

<P><FONT SIZE=2>> There's nothing hard-coded in cman to limit the number of </FONT>
<BR><FONT SIZE=2>> nodes to that amount</FONT>
<BR><FONT SIZE=2>>  and I can't find anything obvious that should cause it to happen.</FONT>
</P>

<P><FONT SIZE=2>are the data structures sized appropriately to handle more than 32? I wonder if there is a 32bit integer declaration somewhere that handles pointers or something. maybe there is a bitmask variable to indicate up/down. If I wanted to pass around a "nodes in cluster are up" variable, a 32bit integer would be an easy choice since you can just mask or bit shift to find the node you care about.</FONT></P>

</BODY>
</HTML>