Sorry for the late response. Seems that your PF priv flags are not set to allow VF to handle any MAC settings:
VF trust should be true for each VF
ip link set dev enpXsXfXnpX vf N trust on
OR using Trust=true under each of your VF [SR-IOV]...
Vielen Dank dir für den Tipp mit dem neu erstellen :)!
Ich würde allerdings gerne erstmal "zum Rumspielen" einfach nur eine Platte dem Pool hinzufügen wollen? Geht das auch "so einfach"?
Dann müsste danach vermutlich ein Scrub über alle Platten...
I have 2x TrueNAS storage boxes, but I turned to OMV to handle drives connected via USB (currently 3x connected).
I tried multiple LXC options and ZimaOS before settling on OMV running in VM as the most stable solution with USB connected drives...
On a new Proxmox 9.1 installation I noticed there is no timezone set anymore in the GUI.
When I run cat /etc/timezone I also don't get any output (No such file or directory), while on another older node this file exists.
Did this change with...
Most likely related to the issues that were fixed in the respective commits [1] [2] - they're indeed not included in the ISO atm.
[1] https://git.proxmox.com/?p=pve-common.git;a=commit;h=8516622423e11789ef2801bd44f58803544eafab
[2]...
Looks like I had a stale DHCP lease that collided with another device. The release and renew cleared the jam, and that PC seems to be stable. I'll continue testing and comment further if there are any more issues, but that may have gotten this...
Hi Dominik, I should have perhaps phrased that better or logged a ticket before. My bad.
Its specifically PBS installed on top of Debian that yields secure boot issues.
Pretty much, if you perform a Debian install with custom partitioning with a...
I have 2x TrueNAS storage boxes, but I turned to OMV to handle drives connected via USB (currently 3x connected).
I tried multiple LXC options and ZimaOS before settling on OMV running in VM as the most stable solution with USB connected drives...
Hallo Community,
Ich werde von Home Assistent Green auf einen Intel NUC umsteigen. Hierfür habe ich mir einen Intel NUC 7i7BNH i7 7567U mit 16GB Arbeitsspeicher und einer 256GB NVME SSD gekauft. Ich habe Proxmox dann mit folgender Anleitung...
you can do this online.
The command qm disk move {vmid} {disk} {target-storage} works while the VM is running. Proxmox uses QEMU's block job mechanism (mirror + pivot) under the hood, which copies the data live and then atomically switches over...
Zwei Auffälligkeiten in der Ausgabe:
Online state: unknown: systemd-networkd überwacht den Online-Status nicht aktiv
eth0: Lost carrier - Gained carrier : Das interface verliert kurz die Verbindung beim Start (hier nur beim Boot, aber das könnte...
In my case, setting up AppArmor inside containers helped.
pct enter <id>
echo "/run/systemd/journal/dev-log rw," >> /etc/apparmor.d/local/usr.sbin.rsyslogd
apparmor_parser -r /etc/apparmor.d/usr.sbin.rsyslogd
reboot
This is probably what fiona...
This is a boot-time race condition. The NIC eno1np0 isn't initialized by the kernel yet when ifupdown2 runs, but it's available moments later, which is why systemctl restart networking fixes everything.
The log confirms this: all NICs on PCIe...
Hinsichtlich live-Migration, ja.
Richtig, der ist ja gerade kaputtgegangen.
Naja, wie in #2 schon erwähnt: du verlierst die Daten seit der letzten Replikation.
Aber ja, auf dem überlebenden Node startet HA diese VM neu. Automatisch!
Das geht durchaus. Du verlierst halt die Daten seit der letzten Replikation und es dauert ein paar Minuten bis der Gast auf einem anderen Node gestartet wird. Du musst auch HA für ihn aktivieren. Prüfe mal Gast > More > Manage HA bzw. Datacenter...