Danke Felix!
So nun habe ich noch viel geforscht und bin zu einem Ergebnis gekommen.
"Bug in der Netzwerkkarte von INTEL I226 LM"
Hintergrund:
Mein Proxmox Server ist ein MS 01 (Miniforum) und dieser hat zwei feste und zwei SFP+ Schnittstellen...
Great!
While I couldn't help you I would like to see the solution - for other future readers not just finding the problem but the cure.
And please tag this thread "Solved" - edit the title, there is a drop-down for this.
Is it? All files I find in that package is:
~# dpkg -L proxmox-backup
/etc
/etc/default
/etc/default/grub.d
/etc/default/grub.d/proxmox-backup.cfg
(That's all - as it is a meta-package...)
You could've posted a complete email to show us what we...
Thank you for the provided output.
At this point, it seems the issue is due to a connection problem with the storage. I previously didn’t think this would cause the problem, but in fact its highly likely to be the cause.
:
Aug 22 15:25:24...
Guten Morgen!
Um Euch auf dem laufenden zu halten:
Proxmox läuft wieder
Ein Dankeschön an alle, die sich die Zeit genommen haben und die Mühe nicht gescheut haben und mir helfend beiseite gestanden sind. Ich habe einiges neues aus den ganzen...
Technically this is a one-liner:
for node in $(pvesh get /nodes --output-format=json | jq -r '.[].node'); do for vmid in $(pvesh get /nodes/$node/qemu --output-format=json | jq -r '.[].vmid'); do pvesh get /nodes/$node/qemu/$vmid/config...
As you say, you could do both. Flash and ZFS on Proxmox for ultra-fast and resilient local VM storage. Then a NAS VM which provides slow(er) storage over the network, this could run TrueNAS if you like. Preferably with its own passed-through...
TrueNAS makes its ZFS storage available for VM storage via network protocols such as NFS, iSCSI etc whether virtualised or not. If TrueNAS runs in a VM with paravirtualized network devices, it actually uses the network stack of the host, and will...
Unfortunately that depends on the exact error conditions. Some processes hang forever. And then there are unkillable Zombies for example - https://en.wikipedia.org/wiki/Zombie_process
Hi cwt and UdoB,
Thanks for your comments. I realized that I added backup script in the crontab. The backup files are supposed to be copied to vmdata which is CIFS mounted. Now, the backup was failed due to backup folder name was changed and...
The easiest method is storage replication which works for ZFS and CEPH, both are capable of continuous asynchronous replication. Proxmox VE does not support any other method at the moment that would qualify as replication.
I don't disagree spinning rust is slow... but I can do pretty much anything else I need with this homelab without any issue. Of note, a buddy of mine with a similar setup is getting GC times in the low single digit hours. I have not compared his...
Yeah, there is your reason.
When you really need to utilize rotating rust then at least you should build it as "striped mirrors" and add a mirrored "Special Device", from the start. Everything else might work at the beginning but the performance...
When you stop a Ressource via the normal mechanism HA knows that. You ordered it to stop and this wish is obeyed.
To test HA: pull the network cord of the hardware node which currently runs the Ressource in question, in "Request State: started"...
There is the idea of a "Developer Workstation": https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11
This is the beauty of Debian as the foundation: you can do with it whatever you want. Of course you are leaving the...
Your best option for your use case is VirtualBox or VMware player because you want desktop virtualization with window manager integration and good graphics performance. This is not the use case for Proxmox VE, Hyper-V or VMware ESXi, so you're...