Hello All,
I’ve upgraded to Proxmox Ver 9 after when I tried to startup my Windows 11 Pro I received the error message below:
WARN: EFI disk without 'ms-cert=2023k' option, suggesting that not all UEFI 2023
certificates from Microsoft are...
I would read that as SDN/IPAM bookkeeping first, not necessarily as the container using DHCP. If the IP was set inside the container, Proxmox/dnsmasq can still keep a lease/allocation for that MAC/VMID, and the important check is whether the...
Small caveat with that workaround: on Debian 13 `/etc/resolv.conf` is often a symlink managed by resolvconf or systemd-resolved, so writing it directly can be overwritten later or bypass the resolver stack. If this is only for a template, I would...
I would read that as SDN/IPAM bookkeeping first, not necessarily as the container using DHCP. If the IP was set inside the container, Proxmox/dnsmasq can still keep a lease/allocation for that MAC/VMID, and the important check is whether the...
If you mean an IP on the PVE host side, I would not edit the generated `wan1` bridge directly; SDN will overwrite that again. Add it as a subnet/gateway in Datacenter -> SDN -> VNets/Subnets, then Apply SDN and check `ip addr show wan1` plus the...
Great suggestions Anna. All of those commands and files report back the correct name resolution and IP's. That's the strange thing about this. I'm not sure where the pve-cluster status is generating its results with that old IP. So far...
Dann ist die 60-GB-Partition nicht automatisch falsch, aber sie löst kein Redundanzproblem. Wenn pro Host nur eine kleine SSD da ist, würde ich eher schlicht PVE auf diese SSD installieren und die 4-TB-SSD komplett als VM-Pool nutzen. Wichtig ist...
Thanks.
I think perhaps the installs that did not have the ntpd apparmor issue were fresh from ISO, and not upgrades.
It's hard to tell at this point. I've got a lot of servers to manage, and no help. Things get hectic.
I have passed through a second nvme which got assigned to PCI 05:00.0 and after setting the romfile to AMDGopDriver_8745hs.rom (and NOT AMDGopDriver_8845hs.rom!) I got for the first time a HDMI DisplayLink output on my monitor with this setup...
Wanted an off-site backup that was all-in-one. (PBS & VPN)
I have built a proxmox backup server (PBS) to take offsite, can work in any location that has wired network. I Put the PBS inside a Proxmox Server where I also installed two other VM's...
Hab nur je eine Platte pro Host.
Sprich, hab kein Raid oder Proxmox Mirroring.
Die Ausfallsicherheit hab ich mir durch den zweiten Host erkauft.
Auf einem Host können alle VMs laufen und somit denke ich, habe ich die Ausfall-Sicherheit.
Here I generated this /etc/network/if-up.d/99-cloudinit-dns script to workaround this ridiculous issue with static IP and DNS, while not touching the automated setup when configured as DHCP client (dhcpd managed):
#!/bin/sh...
Die zwei 256er als ZFS-Mirror fürs PVE-OS und die 4TB als eigenen Pool für die VMs ist die richtige Lösung. OS und VM-Daten getrennt, und beim Mirror überlebt der Node auch wenn eine OS-Platte abraucht. Die Samsung sind nur OEM-Consumer (PM981a...
Hi there,
I create a simple vxlan zone and within a vnet wan1. After applying I see a bridge wan1. I need to add an ip address to it. Unfortunately that is not possible at the moment. Is there a workarround?
OK, dachte das macht irgendwie sinn und bringt mir etwas mehr Leistung für den Host und spezielle VMs (die ich nicht habe.)
Ich hab noch zwei SAMSUNG MZVLB256HBHQ-OOOL7 mit 256GB soll ich die für den PVE, also fürs OS, verwenden und die 4TB als...
If `pvesh get /cluster/status` still returns the old address, I would not treat it as only a browser cache issue. Check the name resolution from both nodes locally, especially on `indi02` itself: `hostname -f`, `hostname --ip-address`, `getent...
You are right.
Reboot is only for VM - An lxc use the host kernel, so it don't need an reboot
The script is nearly safe to use with basic settings.
Best for you is also the "tag" feature.
With this you can set "update-only" in proxmox ui. So...
One can set norebalance, norecover as above to avoid that during a reboot. With the default 3/2 replicas it will work fine with 2 nodes.
The implication here is some PGs don’t have 2 available hence I/O pauses.
Kommt drauf an ob du wirklich VMs hast die die NVMe-Performance brauchen. Datenbank-Server z.B., wo @Falk R. ja die 1-Minuten-Replikation gefahren hat, sowas profitiert. Dann spricht nichts gegen nen zweiten ZFS-Pool auf der NVMe für genau die...