Hi,
Still not a paywall, since, by definition, a paywall limits a feature by paying, which is not the case with ANY proxmox software (remember "No-Subscription" Repository).
As far as I know, you don't need an enterprise license to use PDM...
When your (working) cluster had 5 Nodes, 2 can fail (from the corosync perspective). So you can remove one without a problem.
From the ceph perspective it depends, how many mons you have and how your pool is configured.
The 5th node ist already...
You can boot into rescue mode by adding systemd.unit=rescue.target to the end of the linux line (where you removed quiet).
From there you can 'run commands and stuff' to find out why the pool doesn't want to import.
If that doesn't work you...
As long as you have a L3 connection between your pbs and dedicatedserver it should work. You could portforward the source ip of the dedicted server to your pbs, or could use tailscale or a similar solution. The first way is probably faster, the...
Hi guys,
it may be very good if an add-in for oulook would be available to add/delete and manage directly from outlook UI the user's black/whitelist/quarantaine ( so that you can easily mark emails as Spam or Not Spam ect...)
Nobody needs this...
The screenshot shown above shows the difference between ceph (top right) and gluster (bottom right).
ceph was stil booting up the Win11 VM (and/or running the first round of updates) meanwhile the Win11 VM running on gluster was already running...
As long as you have a L3 connection between your pbs and dedicatedserver it should work. You could portforward the source ip of the dedicted server to your pbs, or could use tailscale or a similar solution. The first way is probably faster, the...
May I ask why you don’t want to remove the node and re-add it? Probably it is the easiest way, and if the rest of the cluster and Ceph are configured correctly, you should not experience any downtime in your production environment.
It may work for you. Every single backup is better than none.
Personally I would not accept this approach as "okay, Backup done" - especially if it is your only backup.
Obviously you lose the backup mechanism when the only host dies. Sure, the...
I have upgrades Proxmox 8.4 to Proxmox 9.1.4 with the pve8to9 script on a 5 node cluster with CEPH 19.2.3
All the nodes run pve-manager/9.2.2/.
How do I fix this?
It may work for you. Every single backup is better than none.
Personally I would not accept this approach as "okay, Backup done" - especially if it is your only backup.
Obviously you lose the backup mechanism when the only host dies. Sure, the...
I had a VM that i was trying to use freeze, and I know force stopping it wouldve caused it to become a zombie process, so i decided I would restart the whole node (I already had a few vms in a zombie state so I thought it was gonna be a good idea...
Here you go!
Configuring IGMP Snooping in OvS
IGMP snooping is supported for both the OvS kernel and DPDK data paths. To make multicast snooping work properly, IGMP and multicast packets must hit the OvS flow with action NORMAL.
To enable IGMP...
Adding my findings from testing Windows Server 2025 / Windows 11 VBS guests on a mixed Intel Proxmox cluster.
Cluster CPUs involved in my testing:
Cascade Lake: Intel Xeon Gold 6244 @ 3.60 GHz
Ice Lake: Intel Xeon Gold 6348 @ 2.60 GHz
Emerald...
Thanks for your reply! I went through those steps, none of the commands hung so that was a good sign, no errors on the pool and it was online. I'm now running the scrub. It's about 30TB of data so I'll report back once that is done.
Zum Update, ich habe mir einfach ein Bash Script erstellt, dass alle Debian APT Updates beinhaltet.
Seit neuestem noch dieses Script:
# clean-system-apt-rc.sh
#!/bin/bash
set -e
for f in $(dpkg -l | grep "rc " | cut -d " " -f 3); do echo $f...