is PBS over WAN ?
Too slow PBS can impact VM because when data change in VM, old data is first sent to PBS then VM wait PBS to finish, only after it's done, new data in VM can be effective written/modified.
There is fleecing option to mitigate...
What are the inconsistencies?
I have a brand new AMD cluster running 20.2.1 and a separate cluster (three!) running upstream ceph providing RGW services.
Ich schäme mich so, ich nehme nach wie vor nur die 600er Gehäuse.... :) Auch wenn die Laufwerkskäfige für zwei 2,5er SSDs nicht gut sind. Aber dafür sind ja genug drin...
Ich habe NewSID auch selbst nie benutzt, weil Sysprep immer funktioniert hat. Aber ich möchte Leute abhalten sinnlose Lizenzen zu kaufen wofür es kostenlose Tools gibt.
Also im der Praxis mache ich immer sysprep oobe und da kommen immer neue SID raus.
Es gibt AV Lösungen die das nicht mögen aber da verteilt man den AV Agent nach dem clonen. Sysprep hat auch unter VMware immer so funktioniert.
Selbst wenn man...
ok, then that forces me to ground 0.
Without resorting to screencaps, what is the actual issue? the screencap in OP does not lend itself to any actual issue; the screencaps you had showing various "red" items dont necessarily correlate to...
Finally, after 7.0 arrived in the enterprise repos, I upgraded all hosts (after testing one) and removed the pinning of 6.14 kernel.
Ceph works, no OSDs out - at least for my hardware the issue seems to be solved.
Hello,
I am facing a problem where the rebooted server gets stuck with VM migration for various reasons and the process repeats endlessly [1]. The HA migration process should have a retry counter in case of unsuccessful migration to the same...
Why not test your ssd ones with a regular linux filesystem ?
root@pve-1:~# dd if=/dev/zero of=/dev/sda bs=1024k count=10
root@pve-1:~# mkfs.xfs -f -L /xfs /dev/sda
root@pve-1:~# mkdir /xfs
Option nofail just tell systemd not to fail...
The resolving commit for mentioned vioscsi (and viostor) bug was merged 21 Jan 2026 into virtio master (commit cade4cb, corresponding tag mm315).
So if the to-be-released version will be tagged as >= mm315, the patch will be there.
As of me...
Das klingt nur manchmal kompliziert, aber ist es gar nicht. In der Doku findest du auch eine Beschreibung zu dem Button, aber Anleitungen auf Englisch lesen liegt einigen Deutsch Muttersprachlern nicht so, auch ich musste mich erst daran...
is PBS over WAN ?
Too slow PBS can impact VM because when data change in VM, old data is first sent to PBS then VM wait PBS to finish, only after it's done, new data in VM can be effective written/modified.
There is fleecing option to mitigate...
Hi,
Yes, to some extent. The best approach is to use a dedicated PBS API token with only the permissions needed to create backups, and do not grant delete privileges. Let PBS handle pruning based on its retention policy.
However, if someone has...
I have attached reference images of the tests performed.
I tested RAID 0, 5, and 10 configurations.
The installation was performed on the P410 controller's Smart Array.
I tested versions 6, 8, and 9,
as well as all filesystem options available in...
have bad experience with BTRFS miror: pve OS disk had become corrupted and did not boot after one disk removed.
with zfs everything fine, system booting with 1 disk, and auto recover/sync after disk was reattached.
+1 for zfs (mirror).
Hi,
- I wouldn't use btrfs for your setup - btrfs raid5 is still not stable/production ready and afaik btrfs is tech preview in Proxmox VE
- mdadm is not supported in Proxmox VE - but if this is not a main concern for you and it's working - I...