Hi,
with pve4 the clustername isn't displayed anymore:
on pve3.x I see also the name:
Of course I see the name in corosync.conf
Is this the desired behavior?
Udo
with pve4 the clustername isn't displayed anymore:
Code:
pvecm status
Quorum information
------------------
Date: Tue Oct 20 12:51:35 2015
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000001
Ring ID: 272
Quorate: Yes
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 2
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 172.20.2.131 (local)
0x00000002 1 172.20.2.133
Code:
pvecm status
Version: 6.2.0
Config Version: 5
Cluster Name: work-cluster
Cluster Id: 62900
Cluster Member: Yes
Cluster Generation: 15112
Membership state: Cluster-Member
Nodes: 5
...
Code:
grep name /etc/corosync/corosync.conf
cluster_name: pve-test
Udo