Du kannst aus meiner Sicht das Intervall deutlich verkürzen durch anpassen des Timers und des Services.
Was aus meiner Sicht noch nicht geht:
Sammelberichte, die immer den ganzen Quarantänen-Inhalt anzeigen und, dass bei Login in die Quarantäne...
Hi, I just install one new ProxMox 9.2 via ISO, and found seems can not add/modify Notes of VM in the Summary tab. I had tried to created new VM, also can not add/modify the Notes.
Edit: I just tried to login via Chrome, and found Edit button is...
Again, unless I'm missing something here - is the pvesm a part of QEMU???
But as I understand it, qm that PVE uses, doesn't set up nor configure nor "talk" to the storage backend directly, right?
Again, unless I'm missing something here.
All...
After upgrading to Proxmox kernel 6.8.12-29-pve-signed, PCIe IOMMU group separation for AMD 400-series chipset (MSI GAMING PLUS x470) devices regressed.
Devices previously isolated into separate IOMMU groups are now grouped into a single group...
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.