Search results

  1. M

    [SOLVED] pvecm status showing only 1 node despite all node up

    Hi. I have a similar problem. 22 servers. Did you somehow solve it?
  2. M

    One LVM for multiple nodes

    Based on the documentation, LVM can be used for this purpose. https://pve.proxmox.com/wiki/Storage:_LVM Today I managed to set up the iscsi + multipath + lvm bundle, make this storage shared and use it for VM & LXC migration without copying data. The sequence is simple. Iscsi are connected...
  3. M

    One LVM for multiple nodes

    Hi. You were you able to resolve the issue?
  4. M

    Proxmox 6 Cluster in WAN and low latency

    Hi. I change /etc/corosync/corosync.conf and restart deamon on evry node totem { cluster_name: pve config_version: 28 interface { ringnumber: 0 knet_ping_timeout: 5000 knet_pong_count: 1 knet_ping_interval: 200 } And receive this message: root@pve-01:~# tail -f...
  5. M

    Proxmox 6 Cluster in WAN and low latency

    Hey. Earlier, I used version 5 and a cluster of 4 nodes, one of which was on another network with delays of 30-80ms. To work, I configured corosync to work with udpg and everything worked fine. When upgrading to version 6, I recommended updating corosync and removing the udpu settings as...