Skip to content

clusdr start

Starts the daemon. Blocks until SIGINT/SIGTERM.

Synopsis

bash
clusdr start [--bootstrap]
FlagMeaning
--bootstrapFirst Raft member only. Sets CLUSDR_RAFT_BOOTSTRAP for this process

Safe to pass --bootstrap again on a node that already bootstrapped (ErrCantBootstrap is ignored).

If clusdr init was never run, the process still starts and logs that identity is missing.

See also

Documentation is sourced from the clusdr/docs tree.