-
Notifications
You must be signed in to change notification settings - Fork 217
Developers
The Corosync Cluster Engine utilizes git to manage the source tree.
We store our repository on github https://github.com/corosync/corosync.
To obtain a copy of the repository for submitting patches, use git to clone the tree:
[sdake@cast sdake]$ git clone git://github.com/corosync/corosync.git
For developers with write access, to obtain a writeable copy of the repository, use subversion to checkout the source tree:
[sdake@cast sdake]$ git clone [email protected]:corosync/corosync.git
NOTE Please read the submitting patches document which describes the best way to submit patches to the project.
If a defect is found in corosync, please discuss it on the Cluster Labs Users mailing list. Once the mailing list has determined it is indeed a bug, submit a bug report via GitHUB issues tracking system.
- [A quick introduction to joining the Corosync developer community](A quick introduction to joining the developer community)
- Code style guidelines
The credits of the project are maintained in the AUTHORS file.
Corosync is C only API, but there exists bindings for other languages.
-
rust-corosync - Rust binding shipped with Corosync source code - can be enabled during compilation by
./configure --enable-rust-bindings - ocaml-corosync - OCaml binding to Corosync
- Corosync/CPG implementation of jGCS - Group Communication Service - Java using JNI
- The Totem Single-Ring Ordering and Membership Protocol (PDF)- Y. Amir , L. E. Moser , P. M. Melliar-Smith , D. A. Agarwal , P. Ciarfella - 1995
- The Totem Multiple-Ring Ordering and Topology Maintenance Protocol - D. A. Agarwal , L.E. Moser , P.M. Melliar-Smith , R. K. Budhia - 1998
- Extended Virtual Synchrony (PDF) - Moser Amir , L. E. Moser , Y. Amir , P. M. Melliar-smith , D. A. Agarwal - 1994
- Totem: A Reliable Ordered Delivery Protocol for Interconnected Local-Area Networks (PDF) - Deborah A. Agarwal - 1994
- The Totem Redundant Ring Protocol (PDF) - R. R. Koch, L. E. Moser, P. M. Melliar-Smith - 2002
- Replication Using Group Communication Over a Partitioned Network (PDF) - Y. Amir - 1995