Skip to content

gatherers/corosyncconf #113

Answered by fabriziosestito
pirat013 asked this question in Q&A
Discussion options

You must be logged in to vote

@pirat013
Gatherer: corosync.conf
Argument: quorum.two_node

The argument is easily inferred by checking the corosync.conf file structure

...

quorum {

        # Enable and configure quorum subsystem (default: off)
        # see also corosync.conf.5 and votequorum.5
        provider: corosync_votequorum
        expected_votes: 2
        two_node: 1
}

...

The same goes for expected_votes

You can also try out the gatherers by executing this cli command:

./trento-agent facts gather --gatherer "corosync.conf" --argument "quorum.two_node"

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@pirat013
Comment options

Answer selected by fabriziosestito
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants