Hi, no worries!
Here is most likely your problem.
You set the Size and Min Size parameters for your Ceph pool both to 3.
This means that as soon as you lose one of your OSDs or respectively the PGs on that OSD, the remaining two copies of the...
Ah ok i see, thank you for clarifying!
As per the iPXE documentation [1] this error translates to "No buffer space available" and Broadcom also has an error article on this [2] which links this error code to insufficient memory.
How much RAM...
Hallo, das habe ich schon verstanden.
Noch ein Tipp, die Geizhals Liste habe ich überarbeitet, da nun auch das ASRock B550 PG Riptide wieder, kurzfristig verfügbar ist.
Das alles ist nur als Vorschlag für ein HomeLab zu sehen und diese gibt...
In my homelab I use an overlay Network VPN ( tailscale as Client together with headscale on a vserver, netbird would be another option). I prefer this to Reverse proxys ( Like Pangolin which aims to be an opensource clone of cloudfare tunnels)...
You are using an http mode frontend with a tcp mode backend for pve, which doesn't make much sense: haproxy will terminate the ssl tunnel and send clear text traffic to PVE which won't work. Change the backend mode to http and use something like...
If HAProxy is terminating SSL on the frontend and then forwarding plain HTTP to the backend, the traffic between HAProxy and Proxmox won't be encrypted. That's expected unless SSL is also enabled on the backend connection.
I'd double check the...
Well, in fact I am coming from another side to this problem. I take backup by rsync from a lot of hosts. when the backup drive was built into the backup server (with ext4 fs) everything went without problems. Now I virtualised the backup server...
We're reviewing our Proxmox setup and trying to improve how a few internal applications are accessed from different office locations.
One of them is Vertex-HCM, an attendance management system our HR team uses daily, and we're currently deciding...
Thank you for your reply.
As I pointed out everything works in general. Devices can reach each other. Communication between networks works fine. The only thing that doesn't works is to teach the proxmox host itself on its LAN IP from the remote...
You are using an http mode frontend with a tcp mode backend for pve, which doesn't make much sense: haproxy will terminate the ssl tunnel and send clear text traffic to PVE which won't work. Change the backend mode to http and use something like...
If it's only happening on a single host, I'd compare it against a healthy node first. Check DNS resolution times, repository response times, and disk I/O during the update process. I've seen update jobs appear frozen when the underlying storage...
One thing I'd check is whether the remote LAN subnet is actually included in the WireGuard tunnel configuration on both sides. I've seen cases where the tunnel itself is up, but traffic never reaches the destination because the network isn't...
If HAProxy is terminating SSL on the frontend and then forwarding plain HTTP to the backend, the traffic between HAProxy and Proxmox won't be encrypted. That's expected unless SSL is also enabled on the backend connection.
I'd double check the...
Hallo, das habe ich schon verstanden.
Noch ein Tipp, die Geizhals Liste habe ich überarbeitet, da nun auch das ASRock B550 PG Riptide wieder, kurzfristig verfügbar ist.
Das alles ist nur als Vorschlag für ein HomeLab zu sehen und diese gibt...
Naja, der Default ist ja wie folgt:
Also wird an jeden ersten Sontag im Monat getrimmt und an jeden Zweiten gescrubt. Warum willst du denn von Default abweichen? Solange du da keinen guten Grund für hast, würde ich es lassen. Der scrub-Prozess...
I'm working on a CLI tool (very early stages) to remotely interact with PVE and PDM, is anybody interested in something like this?, would love to receive some feedback:
https://github.com/ciroiriarte/pve-cli
Aus Sicht des Absenders kann ich das absolut nachvollziehen. Allerdings sollte in diesem Fall – wie @Stoiko Ivanov bereits erwähnt hat – eigentlich eine entsprechende Benachrichtigung an den Absender zurückgehen.
Ich möchte lediglich verstehen...
@derFelix
I would say that
server pve 192.168.0.10:8006 ssl verify none
should work.
If I understand your posts, you have already tried that without success. But maybe not with the other directives modified according to our suggestions...