meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vm:proxmox:cluster:2nodes [2025/03/05 21:56] – niziak | vm:proxmox:cluster:2nodes [2025/03/05 22:04] (current) – niziak | ||
---|---|---|---|
Line 19: | Line 19: | ||
</ | </ | ||
- | on one cluster node: | + | on one cluster node (separate cluster only network 192.168.188.0/ |
<code bash> | <code bash> | ||
- | pvecm qdevice setup < | + | #pvecm qdevice setup < |
+ | 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 | ||
+ | |||
+ | </ | ||
+ | |||