Reviewed-by: Steven Dake <sdake@xxxxxxxxxx> On 01/12/2012 08:17 AM, Fabio M. Di Nitto wrote: > From: "Fabio M. Di Nitto" <fdinitto@xxxxxxxxxx> > > add QUORUM_FREE/QUORUM_SET and fix a typo > > Signed-off-by: Fabio M. Di Nitto <fdinitto@xxxxxxxxxx> > --- > :100644 100644 2422a05... 5d92415... M man/quorum_initialize.3 > man/quorum_initialize.3 | 24 +++++++++++++++++++++++- > 1 files changed, 23 insertions(+), 1 deletions(-) > > diff --git a/man/quorum_initialize.3 b/man/quorum_initialize.3 > index 2422a05..5d92415 100644 > --- a/man/quorum_initialize.3 > +++ b/man/quorum_initialize.3 > @@ -51,7 +51,7 @@ argument to uniquely identify the connection. The > argument is then used in other function calls to identify the connection to be used > for communication with the quorum service. > .PP > -Every time the voting configuraton changes (eg a node joins or leave the cluster) or the quorum status chnage, > +Every time the voting configuraton changes (eg a node joins or leave the cluster) or the quorum status change, > the callback is called. > The callback function is described by the following type definitions: > > @@ -86,6 +86,28 @@ typedef struct { > .RE > .IP > .PP > +The > +.I quorum_type > +argument is set to: > +.IP > +.RS > +.ne 18 > +.nf > +.PP > +#define QUORUM_FREE 0 > +#define QUORUM_SET 1 > + > +.ta > +.fi > +.RE > +.IP > +.PP > +.I QUORUM_FREE > +value means that no quorum algorithm is loaded and that no callbacks will take place. > +.PP > +.I QUORUM_SET > +value means that one quorum algorithm is configured and that callbacks will take place. > +.PP > When a configuration change occurs, the callback > is called from the > .B quorum_dispatch() _______________________________________________ discuss mailing list discuss@xxxxxxxxxxxx http://lists.corosync.org/mailman/listinfo/discuss