Recent content by weehooey-bh

  1. weehooey-bh

    Cluster Network Design Question

    Corosync can run over a bond, but it is not recommended. Smaller clusters and blade servers regularly use bonded interfaces out of necessity. Having multiple IP addresses per host is a standard deployment for a PVE cluster. In fact, it is recommended. Each machine will only have one hostname...
  2. weehooey-bh

    SDN VXLAN over IPv6

    Hi All, Proxmox has fixed this issue: https://bugzilla.proxmox.com/show_bug.cgi?id=5415 Thank you to @cheiss !
  3. weehooey-bh

    10G NIC HCL for Proxmox 9.0.3

    @bravo0916 Not sure. What I can tell you is if you are going to find some information about capability, Ubuntu is the place you will find it.
  4. weehooey-bh

    10G NIC HCL for Proxmox 9.0.3

    Hi @bravo0916 Sorry, I gave you an incomplete answer. PVE is based on Debian with a Ubuntu kernel. There isn’t a Debian HCL but there is some compatibility information available from Ubuntu. Others have asked similar questions: https://forum.proxmox.com/threads/compatibility-matrix.168096/...
  5. weehooey-bh

    10G NIC HCL for Proxmox 9.0.3

    Proxmox does not publish hardware compatibility lists (HCL). Under the hood, Proxmox products are Debian. If the NIC will work with Debian, it will work with Proxmox products. We have found that Intel is a very reliable network interface card manufacturer.
  6. weehooey-bh

    Notification after VM Restore

    Right now, restores are not included in the built-in notifications. As a starting point, you could monitor journalctl for restore entries and act upon that event (i.e. send an email). /usr/bin/journalctl -f -n 0 | /usr/bin/grep --line-buffered "vzrestore" Hope this helps.
  7. weehooey-bh

    3 NICS 2 bonded with 802.3ad plus failover to second switch?

    Carefully read and follow: Corosync Redundancy
  8. weehooey-bh

    3 NICS 2 bonded with 802.3ad plus failover to second switch?

    Yes, you can configure up to eight (8) separate Corosync links. Just make the primary link (link 0) entirely separate from all other traffic.
  9. weehooey-bh

    3 NICS 2 bonded with 802.3ad plus failover to second switch?

    There are different types of "cluster" traffic. By default, it all goes over the host network. Corosync is not migration traffic; the Corosync traffic should be moved to its own network. You can leave the migration traffic on the host network to take advantage of the 10G link. Setup your...
  10. weehooey-bh

    3 NICS 2 bonded with 802.3ad plus failover to second switch?

    No worries. Perfect! Corosync is what makes a cluster work. You will be unhappy if your Corosync is unhappy. :) Cluster Manager
  11. weehooey-bh

    New Proxmox Setup for Enterprise - best practices

    You are asking a lot from a single forum post. Since we became a Proxmox Training Partner, we have noticed that our clients fall into one of two broad categories: Those who have taken the Proxmox VE Training. Those who have learned Proxmox VE on their own. Those who have taken training...
  12. weehooey-bh

    3 NICS 2 bonded with 802.3ad plus failover to second switch?

    You have left out important information. Are your drives NVMe, or are they slower? If you have NVMe, Ceph could choke your other traffic. In most cases, the host and guests (VMs and LXCs) will not saturate a 10G link, but Ceph can. If this is a production environment (i.e. not a lab or home...
  13. weehooey-bh

    One backup job to multiple nodes...

    Thank you for sharing the video. I had not noticed that exact behaviour before. I have checked on multiple clusters, and it does appear that you can only select one node or all nodes. You will need to create one backup task for each node. It's not ideal, but it will achieve what you want to do.
  14. weehooey-bh

    One backup job to multiple nodes...

    Looking at your storage.cfg, it appears -dc1 and -dc2 in the PVE hostname corresponds to -jdm and -sta Node pve01-dc3 is not included in the storage definition for bkp: nodes pve02-jdm,pve01-jdm,pve03-sta,pve04-sta Your backup job vzdump: backup-1fd712c4-51a3 is set to run on all your nodes: all...
  15. weehooey-bh

    One backup job to multiple nodes...

    Okay. Then provide the full output of cat /etc/pve/storage.cfg If you cannot select the nodes in the Create: Backup Job dialog box, then it is likely you have an issue with your storage configuration.