# O2CB_ENABELED: 'true' means to load the driver on boot.
O2CB_ENABLED=false

# O2CB_BOOTCLUSTER: If not empty, the name of a cluster to start.
O2CB_BOOTCLUSTER=""

# O2CB_HEARTBEAT_THRESHOLD: Iterations before a node is considered dead.
# O2CB_HEARTBEAT_THRESHOLD = ( timeout_in_secs / 2 ) + 1
O2CB_HEARTBEAT_THRESHOLD=10
