OVERVIEW

The CONFDB library is delivered with the corosync project. This library is used to examine manipulate the configuration database used by corosync.

The library provides a mechanism to:

* Create new objects

* Create new key/value pairs within those objects

* Remove existing keys

* Remove an existing object and all it sub-objects and keys

* Read keys and values

* Iterate keys within an object

* Iterate subobjects within a parent object

* Find a named object

Description of most keys created by corosync itself can be found in confdb_keys (8).

BUGS

This software is not yet production, so there may still be some bugs.

RELATED TO confdb_overview…