You realize how wonky that sounds?
That is like me saying "hey I have this super stable Windows Server here, but unless I run that bat script to release the DHCP every night at 02:00, the NIC won't have an IP the next day".
From my research, the 16 and 32GB Intel Optane drives are very slow. The ones you want are the expensive ones i.e. the large ones. In which case they are more epensive than the drives you're using already. In other words, I didn't find any good...
If you clear out swap regulary you are basically doing the same as not using swap at all. Then you could disable it as well. Now I wouldn't recommend this in general ( again see the already linked pieces by Kernel developer Chris Down for...
Ich stand beim Wechsel auf V9 vor der selben Frage.
Ich hab dann meine Backups auf einem flux eingerichteten Test-PVE getestet.
Als die Funktioniert haben, habe ich den PVE neu aufgesetzt. Dann nimmste wirklich keine Altlasten mit.
Denn wenn Du...
This may help
Post in thread 'Backing up PVE host ZFS boot disks to PBS'
https://forum.proxmox.com/threads/backing-up-pve-host-zfs-boot-disks-to-pbs.165169/post-767215
@doma87 , can you clarify what do you mean by "tried to do it"? What is it?
The LVM-Thin is wrong, you should not try it.
If it was thick/regular LVM , then please provide some configuration data :
pvesm status
cat /etc/pve/storage.cfg
qm config...
I didn’t understand correctly — I have configured LVM and it is working. What I want to know is whether there are other options for my described setup.
Hello,
this is exactly the problem we had with our pbs. The only solution is to run pbs on dedicated server with no hardware raid, you must use ZFS with the physical disks. PBS must be able to handle/address the physical disks directly. You can...
Try use the sriov DKMS driver. They have build for Kernel 7.00
https://github.com/strongtz/i915-sriov-dkms/actions/runs/24812325328/artifacts/6592469285
Hi;
Often when we are uploading iso's to our Proxmox instances, we want to ensure that we do not flood the link, and would like to have the ability to limit the upload speed.
Something similar to what we do with wget ie: wget...
So it seems I was only looking at half the picture. I happened to run a backup of another VM in another cluster and suddenly the backup was peaking at ~500MB/s and averaging about 300MB/s.
This got me looking at the source PVE node closer and I...
IBM mainframes typically are built as virtual machine environments by default, essentially data centres in one case. There are two approaches, logical partitions or LPARs, and VMs within an LPAR.
My main interaction with the technology was when...
This may help
Post in thread 'Backing up PVE host ZFS boot disks to PBS'
https://forum.proxmox.com/threads/backing-up-pve-host-zfs-boot-disks-to-pbs.165169/post-767215
I signed up because I've been having the same issue for a few days now and found this thread during my research.
I just posted a writeup in a different thread of what I believe to be the root cause of slow backups (~130MB/s) in my environment.
I ran a "ssh-copy-id -f root@PVE-host" from the new PVE server to all the existing servers and then from them to the new server in an effort to clean up any existing entries.
I still have the same issue that one server in the cluster shows the...
We're in the process of implementing PVE and PBS in our environment and have been stuck on this issue for a few days. Here's a quick writeup of our experience and testing. TLDR at the end.
The setup
PVE hosts are Dell R640's with these specs...
You can basically use any Linux backup tool depending on what you feel comfortable with. Searching the forum for host backups will give you several old threads with ideas and scripts how to approach this.