I haven't gotten around to further looking into this due to the release stress, but I intend to work on proxmox-firewall related issues / fixes in the coming weeks. Please note that the nftables firewall is still in tech preview and not...
Hi Steven,
No recordings will be made of the presentations. We will ask the companies involved if we can share the presentations afterwards.
On a side note: it might be worth registering for the waiting list. From our experience there are...
@tuxis Are you looking for speakers ? Maybe I could make a talk on my current work on SAN snapshot support. (I have already done a conference in French, slides are almost ready, I just need to translate them to English)
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...
As everything Unix/ProxMox - they provide you the rope, the question is whether you'll tie it around your neck or your waist as you jump off the building...
I actually abuse the above from OP to hide the Guests I don't want to backup :D
I'm...
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...
oh for sure. but I think you're concentrating on the wrong thing.
why? whats wrong with what you have now? "as possible" is a, forgive me for my bluntness, a stupid metric. if I were you, I'd start by asking the question "what are the goals, and...
You're mentioning a lot of already made decisions, but no reason how you got to those. So just a few thoughts:
Cluster sizing depends on load, current load, expected near future load, load to cope with during failures.
Same for storage, including...
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...
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...
Hi Bernd,
here's some pve-firewall 101:
You can specify different default policies - Proxmox defaults are `input: drop`, `output: allow`, `forward: allow`. This ONLY applies to traffic from or to your nodes, not from/to VMs or containers. They...
We are pleased to announce the first stable release of Proxmox Backup Server 4.0 - immediately available for download!
The new version is based on the great Debian 13 "Trixie" but we're using a newer Linux kernel 6.14.8-2 as stable default in...
We are pleased to announce the first stable release of Proxmox Virtual Environment v9.0 - immediately available for download!
The new version is based on the great Debian 13 "Trixie" but we're using a newer Linux kernel 6.14.8-2 as stable...
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...
I was about to add what BH said. You probably need to limit the backup job to the nodes that the storage is attached too. Otherwise it will have an issue with the backup process.
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...