Search results

  1. UdoB

    Repository update error

    "download.proxmox.com" liefert derzeit (bzw. schon immer) ein Zertifikat aus, welches diesen Namen nicht enthält... Nimm "http", siehe https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo
  2. UdoB

    Dell R730 UEFI boot installation issues

    That looks weird to me; glad you found a solution.
  3. UdoB

    Proxmox newbie: Migration from ESXi

    No, sorry. Some search engines support to filter for (for example) "M.2 with PLP", e.g. this German one: https://geizhals.de/?cat=hdssd&xf=7156_Power-Loss%20Protection~7177_M.2%202230~7177_M.2%202242~7177_M.2%202260~7177_M.2%202280~7177_M.2%2022110&offset=0&promode=true
  4. UdoB

    Proxmox newbie: Migration from ESXi

    No, that's the wrong workaround for a well known symptom. The correct (and possibly more expensive) solution is to use "Enterprise Class, with PLP" devices for ZFS. (And probably for all CoW filesystems.) PLP will give you two things: endurance and performance in terms of IOPS for "sync...
  5. UdoB

    Feature request: Automated snapshots

    While I am basically with you, for me there are some reasons: snapshots are technically cheap, very cheap snapshots are quick, the are created basically instantaneous (on disk level, without RAM) snapshots are created locally - no LAN traffic involved a re-activation ("rollback") is extremely...
  6. UdoB

    Feature request: Automated snapshots

    Yes! Meanwhile there are several external scripts helping to do so. Search for "cv4pve-autosnap" which is my personal favorite. PS: bugs and feature requests may also be placed at https://bugzilla.proxmox.com/
  7. UdoB

    Dell R730 UEFI boot installation issues

    If that one was usable successfully then 7.4 shall do too, right? Look at https://enterprise.proxmox.com/iso/ - accessible without subscription. But honestly... Debian Trixie = PVE 9 should be installable on that Dell machine!
  8. UdoB

    2-node cluster + VM qdevice on another cluster

    For a home lab a Raspberry would be fine. For a data center I would choose the first option. You have fiber, so the latency is low. (And irrelevant: https://forum.proxmox.com/threads/qdevice-deployment.173182/post-805735) As I have never run such a construct my reply may not be complete.
  9. UdoB

    [SOLVED] Server rebooting when updating the packages

    Is it a fresh setup? ...or has it run for some time without problems (and without updates)? Which PVE version is installed? (pveversion -v please, embedded in - -tags.) For any memory related problems: check the BIOS for error messages check if the BIOS is uptodate - and update if not ;-)...
  10. UdoB

    Ram keeps going up and never goes down.

    Yes and... no, not to the same low level as at the beginning. Unused RAM is wasted RAM - it will be used for caching purposes for example. See also https://www.linuxatemyram.com/ -- and several other threads in this forum...
  11. UdoB

    pveproxy start error

    Great! Please tag this thread "Solved" via the "Edit Thread" button above the first post. You'll find a "Title:" drop-down menu for this.
  12. UdoB

    Type 'Types:' is not known on line 1 in source list

    Try to name that file "pmg-nosub.sources" ;-) For reference: https://wiki.debian.org/SourcesList#APT_sources_format
  13. UdoB

    [SOLVED] Proxmox 9 install on an Intel Nuc 10 issues - Blank screen on reboot - nomodeset does not resolve.

    Great! Please tag this thread "Solved" via the "Edit Thread" button above the first post. You'll find a "Title:" drop-down menu for this.
  14. UdoB

    Ceph not working / showing HEALTH_WARN

    Ceph on only three nodes may have some disadvantages. My own journey to Ceph ended here: https://forum.proxmox.com/threads/fabu-can-i-use-ceph-in-a-_very_-small-cluster.159671/ How fast is your network? Did you use "good" SSDs for the OSDs?
  15. UdoB

    Cluster issue with versions 8 and 9

    That's not "reinstalling", that is expanding an existing cluster and then upgrading some old nodes. For me this looks like the way I would go. For the upgrade read https://pve.proxmox.com/wiki/Upgrade_from_8_to_9 in beforehand and consult "pve8to9 --full". There are "hickups" like changes in...
  16. UdoB

    Ist ECC für den PBS Host nötig? Würden Fehler vom Client erkannt werden wenn diese auf dem PBS Host entstehen oder nicht?

    Guckst du: https://de.wikipedia.org/wiki/Speichermodul#Fehlererkennung_(ECC) ZFS treibt ziemlich viel Aufwand, um Verfälschungen in den Daten zu erkennen - mit Erfolg! Aber falls der RAM fehlerhaft arbeitet, nützt das möglicherweise nix. Darum empfiehlt der Fachmann ECC, das schließt schlicht...
  17. UdoB

    Proxmox nodes rebooting in cluster

    It may be possible that the corosync connection had a hard time to do its job on a possibly congested wire. Please search for it, the recommendations/requirements for corosync are clear: low latency at all times + if possible have a second "ring" on a separate wired network. -->...
  18. UdoB

    Proxmox nodes rebooting in cluster

    First question: is High Availability enabled? (Assuming you are running a cluster, which you did not tell us.) If yes: has corosync a separate ethernet connection? How many rings are established? If not: there are more possible reasons than I want to list here...
  19. UdoB

    Probleme mit Thunderbolt-Netzwerk nach Upgrade auf v9

    Das fundamentale Problem, dass kein Reserve-Node vorhanden ist, der für self-healing notwendig wäre, bleibt dennoch. Aber ja, mein Artikel treibt die Problemfindung etwas auf die Spitze - das ist natürlich Absicht: mit Problemzonen, die man kennt, kann man möglicherweise leben. Und im Homelab...
  20. UdoB

    How to Reduce SSD Wearout in Proxmox?

    @verishare : just note that ZFS adds a lot of capabilities/features *I* don't want to live without: https://forum.proxmox.com/threads/fabu-this-is-just-a-small-setup-with-limited-resources-and-only-a-few-disks-should-i-use-zfs-at-all.160037/ Of course you have limited hardware options. Now...