Great that ZFS was able to resilver the pool!
Looking at the SMART output, the drive has corrected the errors by reallocating the bad sectors.
If the numbers remain stable you might be able to keep using the drive without problems. If the...
Hello everyone,
I have a small but annoying issue with GPU passthrough (/dev/dri/renderD128) on my Proxmox host (Community Edition).
The problem appeared after a recent update. The device node somehow got assigned to the messagebus group:
bash...
No, I haven’t changed anything in the network configuration recently, and this PMG is a standalone instance
Update: The issue has been successfully resolved
Thanks to the prompt hint about line 775, I investigated the networking side...
Hi @yrzorg
thanks for posting in the forum!
770 sub find_local_network_for_ip {
771 my ($ip, $noerr) = @_;
772
773 my $testip = Net::IP->new($ip);
774
775 my $isv6 = $testip->version == 6;
776 my $routes =
777...
Hi,
We have 3 node proxmox cluster, 2x SuperMicro and 1x Gigabyte servers, all with dual socket AMD EPYC 7742 64-Core Processors. SuperMicro servers have onboard dual port
X540-AT2 (rev 01) 10G copper ports.
The problem is on random interval...
I did not know about this setting! Thanks. But even tho it sounds promising at first... I can't get my head around.
This setting does only affect rbd_reads, and does not impact any balancing of the PGs.
So in best case you might have some read...
FYI: there are also keyboard shortcuts for that, see the About docs tab. But we'll ch3ck if we can easily show that button dierectly if there's enough space.
I used this article to solve it. This will only work if you have a single Exchange server setup. Also, I'm not entirely sure if this approach works in a DAG environment.
On PMG, the only thing you need to do is change the relay port from 25 to 2525.
Did you restart FRR, or did you re-apply the SDN configuration? frr.conf.local is managed by the PVE stack, so you'd need to re-apply the SDN configuration. You can check the generated config via the newly introduced dry-run functionalilty before...
Das Journal mit "jounalctl" einfach mal durchsehen, was an Meldungen protokolliert wird.
Dann die Größe beschränken, oder das einfach manuell mittels "journalctl --vacuum-size=1000M" mal reduzieren
Google suche hilft auch...
Im Sinne eines Catch-All-Postfaches zum Weiterversand?
Theoretisch per Weiterleitung. Ist aber nicht schön.
Du darfst nicht vergessen, dass DKIM in der letzten Instanz angewendet werden sollte. Das müsste also auf dem Smarthost passieren...
I suspect this to be the case, do the firewalls have the same MAC address? How does failover happen exactly? Is it VRRP or something else?
You could verify if it's related to ARP / neighbor table entries by flushing the neighbor table instead of...
Its currently possible to create a clone from a snapshot of the source VM (Those are full clones currently):
There exist a feature request to Create linked clone of VM from a snapshot [0].
[0] https://bugzilla.proxmox.com/show_bug.cgi?id=7521
Quick follow-up — solved (or rather, tamed) it. Posting the full picture for the
archives.
Root cause was a mix of three things:
1) Default balancer pace is fine for all-flash, too aggressive for spinning rust.
2) osd_max_backfills and...
After moving to the Linux 7.0 kernel (7.0.6-2-pve) that became the new default with PVE 9.2.x, I encounter I/O failures on some VMs on the host and it starts throwing hard I/O errors (EIO) on its virtual disk, which makes the guest filesystem...