# pvecm status
missing ':' after key '2'
Can't use an undefined value as a HASH reference at /usr/share/perl5/PVE/CLI/pvecm.pm line 486, <DATA> line 960.
This is while corosync is happily running, `corosync-cfgtool -n` shows running links etc..
Looks to me like pvecm is choking on the parameter auto_tie_breaker_node which accepts a multi-token argument value.
The snipped below is from the votequorum(5) man page:
quorum {
provider: corosync_votequorum
expected_votes: 8
auto_tie_breaker: 1
auto_tie_breaker_node: 1 3 5
}