Skip to content

Corosync

services.corosync.clusterName

Name of the corosync cluster. Type: string

Default

"nixcluster"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/cluster/corosync/default.nix

services.corosync.enable

Whether to enable corosync. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/cluster/corosync/default.nix

services.corosync.extraOptions

Additional options with which to start corosync. Type: list of string

Default

[ ]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/cluster/corosync/default.nix

services.corosync.nodelist

Corosync nodelist: all cluster members. Type: list of (submodule)

Default

[ ]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/cluster/corosync/default.nix

services.corosync.nodelist.*.name

Node name Type: string

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/cluster/corosync/default.nix

services.corosync.nodelist.*.nodeid

Node ID number Type: signed integer

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/cluster/corosync/default.nix

services.corosync.nodelist.*.ring_addrs

List of addresses, one for each ring. Type: list of string

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/cluster/corosync/default.nix

services.corosync.package

The corosync package to use. Type: package

Default

pkgs.corosync

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/cluster/corosync/default.nix