Hey all, cross-posting from Reddit as I'm stuck. Running into a hard crash every time I try to start a Windows VM with my RTX 5060 Ti passed through. Goal is to pass it through to a Windows 11 VM for gaming and CAD. The problem is that starting...
After an update yesterday I got a boot restart loop. I believe it was the first time I did "apt --auto remove" in like 6 months, definitely first since the 7.0 kernel. I manually went in and stopped the boot loop and got an error (see photo) . It...
Isn't the issue here that the client process requesting the data from the OSDs needs to know where in the CRUSH topology it runs?
In a hyperconverged cluster with only three nodes this may be a very good optimization, because there all data is...
not sure how I forgot to update here but ended up going with an asrock x570m pro 4 which seems to be working pretty well for the past while
also thanks btw
Echoing UdoB, setup a PDM VM and connect both PVE servers to it. Under the Remotes in the left pane, click on source server and in the middle pane you should see a little paper-airplane icon ( the icons in order are power, start, airplane...
Use the NAS as a NAS, and pass the rest to a Linux VM.
Or go baremetal with TrueNAS and buy a mini PC for the other two VMs you're running
Or go bare metal with TrueNAS and run the other two VMs on TrueNAS.
Or go baremetal with Linux and...
Post update:
Upgraded to Proxmox 9 and still NiCS crashes. This time with hardware failure in log. Adding post-up to interface in /etc/network/interfaces -suggested already in this thread- seems to work for me:
iface nic0 inet manual...
Echoing UdoB, setup a PDM VM and connect both PVE servers to it. Under the Remotes in the left pane, click on source server and in the middle pane you should see a little paper-airplane icon ( the icons in order are power, start, airplane...
Ich biete Dir noch dieses Bash-Script an, welche alle Installationseste des Debian Sysstem enfernt.
for f in $(dpkg -l | grep "rc " | cut -d " " -f 3); do echo $f; apt purge -y $f; done
Das löscht mehr, als man erwartet.
How is the storage set up? If it is zfs at both sides you should be able to do a simple zfs send > zfs receive to copy from one machine to the other. If you have different storage types at both ends it could be a little harder, and at that...
Ich biete Dir noch dieses Bash-Script an, welche alle Installationseste des Debian Sysstem enfernt.
for f in $(dpkg -l | grep "rc " | cut -d " " -f 3); do echo $f; apt purge -y $f; done
Das löscht mehr, als man erwartet.
Wie @ThoSo sagte, müllt dir /mnt gerne dein / zu, wenn ein PVE dorthin Daten schreibt, während irgendwas nicht gemountet ist. Also dort alles unmounten und nochmal prüfen, wieviel Speicher der Ordner belegt. Sollte kaum messbar sein...
P.S...
Schön, dass du den Problembären offenbar identifiziert hast.
Was du auf alle Fälle per apt remove entfernen kannst, ist alles was -5. enthält.
Mit Mut zur Lücke auch alles, was -6. enthält. Danach kannst du natürlich nicht mehr auf einen...
Genau das ist passiert, da sind Backups der VMen mit insgesamt 64GB
Darum werde ich mich aber erst Morgen kümmern.
Erstmal herzlichen Dank für eure Hilfe!
Ich werde berichten!
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...