ZFS “must” always be able to fully see the drives. If it doesn't, or only partially does, problems usually arise. See also the documentation here: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_hardware_2
Do not use ZFS on top of a...
@TErxleben danke für den Link. Ja ich verwende nun die integrierte Backuplösung von PBS → USB schon ne ganze weile.
Im Endeffekt läuft es sehr einfach: USB Platte an den PBS hängen, das was man definiert hat, wird automatisch auf die Platte...
Verstehe. Ja wir hatten vor Jahren auch mal einige Zeit solche Usecases. Dafür hatten wir sogar ein Paket bis PVE7 gebaut. Event. kannst das ja für dich nutzen und das Script anpassen. Es funktionierte so, das man ein USBdevice einfach an den...
Alles was du über Netzwerk an den PBS anschließt ist schon mal schlecht. Auch wenn du HDDs nutzt, am besten direkt anbinden.
Wenn du einen gut laufenden PBS mit HDDs möchtest, dann einen ZFS Pool mit 2 vernünftig schnellen, kleinen NVMe als...
Ich persönlich würde jetzt nicht behaupten das man USB Laufwerke überhaupt zuverlässig einsetzen kann... aber wenns nicht anders geht, ist das natürlich eine Möglichkeit.
Grundsätzlich ist es Proxmox VE ja egal wo das Laufwerk die Quelle hat, ob...
Did I understand you correctly: Proxmox VE can be installed. The very first boot works, but if you manually reboot the server, you get the error message in question, right?
You mentioned that you’re using ZFS RAID1 with the P408i-a SR. This...
Ich habe hier noch einen neuen (zumindest hier in diesem Thread) Kandidaten: kennt jemand https://xpra.org/ und hat bereits Erfahrungen gesammelt?
Die Entwickler scheinen ziemlich aktiv zu sein: https://github.com/Xpra-org/xpra
Ich selber...
Proxmox-Backup nach restic: ResticBackup.sh und ResticRestore.sh
Zwei Bash-Skripte, eine gemeinsame config.cfg, ein restic-Repository auf einer externen Platte. Dedupliziert, verschlüsselt, ohne Umweg zurückspielbar – und einzelne Dateien...
Have you tried connecting via the actual domain/FQDN from the Let's Encrypt certificate instead of the IP address?
My guess would be that if you use the IP address instead of the domain/FQDN, it will still use the original self-signed...
In my experience, a fingerprint isn't required at all once you're using a public certificate. That would be like having to first import the CA locally into your OS or browser for every website you visit. Therefore, it should be sufficient to...
OK, so I came up with this brief patch against PVE/QemuServer/Cloudinit.pm:
diff --git a/src/PVE/QemuServer/Cloudinit.pm b/src/PVE/QemuServer/Cloudinit.pm
index c1311da8..b3d2e9e2 100644
--- a/src/PVE/QemuServer/Cloudinit.pm
+++...
There is currently no way to do this directly in PVE via the GUI, but as you guessed, it can be done via the args parameter. Something in the form of this should work:
-drive file=/path/to/nvme1.img,if=none,id=NVME1 -device...
never tried it but :
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/chap-kvm_guest_timing_management
To enable the PHC device, do the following on the guest OS:
Set...
I don't know VMware but for Linux VM you can use ptp_kvm as the clock source: https://forum.proxmox.com/threads/how-to-enable-continuous-time-sync-between-qemu-guest-and-host.173396/#post-806460
After a lot of trial and error, I was finally able to get Windows Clustering working under PVE with Ceph as the backend storage
The way I was able to get this to work is using Storage Spaces Direct (I know this is a Datacenter only feature) but...
Zumindest keines was nix kostet (mir ist zumindest keines bekannt). X2go war in X-Zeiten wirklich sehr fein. Kasm muss ich erst testen, gerade herunter geladen.
Um nochmal nachzuheulen:
RDP gehört zu Win wie ein Kalb zur Kuh.
freerdp als Grundlage in Guacamole funktioniert auch sehr sehr gut um auf Win-Clients zuzugreifen
Rdp als Server auf unixoiden Systemen ist unterdisch
VNC ist grundsätzlich...
Ich darf mich hier auch zum Thema dazu hängen. Mit Linux Terminal Servern hatte ich schon vor gut 20 Jahren zu tun und war eigentlich immer der volle Fan von LTSP. Ich habe LTSP mit der aktuell komplett neu geschriebenen Version nicht getestet...