Search results

  1. B

    Replication Error

    Is there an option to force network interface used by replication ?
  2. B

    Replication Error

    may be, but if it's a ssh misconfiguration, the issue should be permanent. Do you have an idea, where i have to investigate ?
  3. B

    Replication Error

    Thanks for your answer, Here is the replication log 2022-10-12 11:30:31 289-0: start replication job 2022-10-12 11:30:31 289-0: guest => VM 289, running => 37406 2022-10-12 11:30:31 289-0: volumes => db1-pool5:vm-289-disk-0,db1-pool5:vm-289-disk-1 2022-10-12 11:30:32 289-0: freeze guest...
  4. B

    Replication Error

    Hello everyone, I Have a 4 hosts, proxmox cluster. Each host has a zfs pool named "rpool". I setup replication every 15 minutes on some VM. About 10 times per day i have this kind of message : Replication job 604-0 with target 'hostgra2' and schedule '8..21:0/15' failed! Last...
  5. B

    Get backups from proxmox randomly fails

    not really, timeout happens even during the day, without backup talk on pbs. PBS server has about 130 VM backups, perhaps it's due to check task running during the day
  6. B

    Get backups from proxmox randomly fails

    Hello, I have a proxmox cluster (8 nodes), and two pbs (one that receives backup, and the other one sync with first one). Sometime, when i click in proxmox ui on the backup menu to see the list of backups of a vm, it fails, ie nothing is shown, and i 'm sure that backups exist in pbs for this...
  7. B

    PBS Sync Job

    Is there any idea that the feature will be made available on the enterprise repository ? Do you have more explanations about this workaround ? "while it's possible to achieve similar results with hacky workarounds based on group ownership and reduced "visibility", implementing it properly is...
  8. B

    PBS Sync Job

    Hello, Just setup pbs server to evaluate the solution, and my first impressions are really good. I wonder if it's possible to have sync job for only some vm(s) backup, and not the full datastore. I want to send to another pbs server only vm(s) for a specific client. Any idea ? Regards
  9. B

    Proxmox Cluster / Nodes reboot

    Just for to be sure. I know that it's not a recommended solution to have a cluster with 2 nodes, for quorum purpose and expected vote. In my case the cluster is formed by 4 nodes, but with 2 nodes in a datacenter and 2 in another datacenter. Do you confirm me that my infrastructure presents the...
  10. B

    Proxmox Cluster / Nodes reboot

    Hi, Yes i use OVH vrack, thanks for the link. But it seems that multicast works now on vrack. The tests requested by t.lamprecht are ok.
  11. B

    Proxmox Cluster / Nodes reboot

    Here is the result for omping (omping -c 10000 -i 0.001 -F -q hostA1 hostB1 poc1 poc2): hostA1 : unicast, xmt/rcv/%loss = 10000/9999/0%, min/avg/max/std-dev = 1.602/1.680/2.371/0.045 hostA1 : multicast, xmt/rcv/%loss = 10000/9999/0%, min/avg/max/std-dev = 1.613/1.687/2.394/0.046 hostB1 ...
  12. B

    Proxmox Cluster / Nodes reboot

    The hoster is OVH. I in the wiki : https://pve.proxmox.com/wiki/Multicast_notes#Testing_multicast that we have to use unicast, but ovh support just tells me to add : post-up ip route add 224.0.0.0/4 dev vmbr2 / pre-down ip route add 224.0.0.0/4 dev vmbr2 to enable multicast. One thing seems...
  13. B

    Proxmox Cluster / Nodes reboot

    Thanks for your reply, Between the Datacenters,it's a private network prodived by the hoster. latency is normally below 2ms. Here is the config file requested : logging { debug: off to_syslog: yes } nodelist { node { name: hostB1 nodeid: 1 quorum_votes: 1 ring0_addr...
  14. B

    Proxmox Cluster / Nodes reboot

    Hi, I've just encountered a problem this night. I've a cluster with 4 nodes with Proxmox 4 up to date. a HA GROUP has been created with 2 nodes. This two nodes are located in differents datacenters. This night the nodes have restarted themselves, with an interval of 3 seconds. All my HA...
  15. B

    Script when vm migrates

    OK, i will explain with details my request. I have a cluster with 3 nodes, and a kvm with pfsense. In the case a node of the cluster fails, the pfsense kvm is migrated to another node. Once the pfsense kvm is migrated i have to execute a script on the kvm to query with API the hosting services...
  16. B

    Script when vm migrates

    Hi everybody, I need to execute a script when a vm has migrated, due to fail of a node. Any idea to catch the event ? Thanks
  17. B

    Proxmox Cluster - Openvswicth - Mesh network

    I can't buy a switch because nodes are hosted....
  18. B

    Proxmox Cluster - Openvswicth - Mesh network

    Hi, I will have to setup a new proxmox cluster with 5 nodes. 3 nodes for virtual server hosting, and 2 nodes for hosting access I want to share a bridge between the 5 nodes, and i use GRE tunnel between openvswitch bridges. I want to make a mesh network, using stp on shared bridge to avoid...