meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| vm:proxmox:cluster:2nodes [2025/03/05 22:03] – niziak | vm:proxmox:cluster:2nodes [2025/03/05 22:04] (current) – niziak | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| pvecm qdevice setup 192.168.188.3 --network 192.168.188.1/ | pvecm qdevice setup 192.168.188.3 --network 192.168.188.1/ | ||
| </ | </ | ||
| + | |||
| + | <code bash> | ||
| + | pvecm status | ||
| + | Cluster information | ||
| + | ------------------- | ||
| + | Name: | ||
| + | Config Version: | ||
| + | Transport: | ||
| + | Secure auth: on | ||
| + | |||
| + | Quorum information | ||
| + | ------------------ | ||
| + | Date: Wed Mar 5 22:04:06 2025 | ||
| + | Quorum provider: | ||
| + | Nodes: | ||
| + | Node ID: 0x00000001 | ||
| + | Ring ID: 1.9 | ||
| + | Quorate: | ||
| + | |||
| + | Votequorum information | ||
| + | ---------------------- | ||
| + | Expected votes: | ||
| + | Highest expected: 3 | ||
| + | Total votes: | ||
| + | Quorum: | ||
| + | Flags: | ||
| + | |||
| + | Membership information | ||
| + | ---------------------- | ||
| + | Nodeid | ||
| + | 0x00000001 | ||
| + | 0x00000002 | ||
| + | 0x00000000 | ||
| + | |||
| + | </ | ||
| + | |||