meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vm:proxmox:cluster:2nodes [2025/02/18 20:53] – created niziak | vm:proxmox:cluster:2nodes [2025/03/05 22:04] (current) – niziak | ||
---|---|---|---|
Line 2: | Line 2: | ||
Possible to run QDevice daemon on external - 3rd device: [[https:// | Possible to run QDevice daemon on external - 3rd device: [[https:// | ||
+ | |||
+ | * On 1st node create cluster. | ||
+ | * On 2nd node join to cluster (node must be empty - no VMs / CT) | ||
+ | * Then add QDevice to cluster. | ||
+ | |||
+ | ===== QDevice on PBS ===== | ||
+ | |||
+ | on PBS: | ||
+ | <code bash> | ||
+ | apt install corosync-qnetd | ||
+ | </ | ||
+ | |||
+ | on all nodes: | ||
+ | <code bash> | ||
+ | apt install corosync-qdevice | ||
+ | </ | ||
+ | |||
+ | on one cluster node (separate cluster only network 192.168.188.0/ | ||
+ | <code bash> | ||
+ | #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 | ||
+ | |||
+ | </ | ||
+ | |||