UdoB's latest activity

  • UdoB
    UdoB replied to the thread enterprise license.
    As so often: it depends. If I run a company and I my services infrastructure is used in my office to make money and I want that to be possible with ~99.9 percent reliability (that's one workday per year) then I use the better tested...
  • UdoB
    UdoB reacted to leesteken's post in the thread enterprise license with Like Like.
    It's not a license (which is a legally very different thing) but a (support) subscription. The no-subscription repository is a little less time-tested and gets features and bugfixes sooner and more often. If there is a problem then it's usually...
  • UdoB
    It will be to see the difference of using ceph on lokal storage vs. PVE nodes without local storage and some kind of remote storage. If any of this will be used in future production environment there will not be much "load" on it. Not CPU nor...
  • UdoB
    UdoB reacted to anbischo's post in the thread Bootdisk-Size with Like Like.
    Ah, meine Schuld. Fehler gefunden. Ursache war, dass die Disk nicht an Position 1 Stand und kein Haken drin war
  • UdoB
    UdoB reacted to theseris's post in the thread [TUTORIAL] Encrypted ZFS Root on Proxmox with Like Like.
    found my culprit. I did not take into account the partition for bios legacy I was skipping it and so the command I was trying to do was not understood. My bad for my stupidity. Sorry.
  • UdoB
    Those disks were used earlier? In a "bpool"? I did not read read the tutorial you've mentioned; you may erase them completely by something like "dd if=/dev/null of=/dev/disktobeerased bs=1M state=progress" or read man zpool-labelclear
  • UdoB
    Probably: yes. If I remember correctly removing a snapshot means to integrate the modified blocks (since the point in time when the snapshot was taken) into one single file. That's plain and simple a slow operation. Problems like like this...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Proxmox HA, quorum etc. with Like Like.
    Naja, du musst aber trotzdem die Doku lesen, um zu wissen, ob das entsprechende Tool überhaupt mit deiner Hardware laufen wird ;) Mir ging es in dem Fall darum, dass es beim Aufbau eines Cluster o.ä. doch nicht Sinn der Sache sein kann, dass die...
  • UdoB
    UdoB reacted to Hans Renz's post in the thread Proxmox HA, quorum etc. with Like Like.
    Ich bin es ja gewohnt das jeder User es gerne etwas anders hätte, aber hier prallen ja fast Welten aufeinander :eek: Die App nahm ihren Anfang als kleines Hilfsmittel, nur für mich. Ich hatte zuvor natürlich andere, bereits verfügbare getestet...
  • UdoB
    UdoB reacted to Impact's post in the thread LXC (Paperless ngx) startet nicht mehr... with Like Like.
    Teile mal (in einem Code Block) pct start 208 --debug
  • UdoB
    In der Tat... nach einem "resize" läuft's wieder rund :)
  • UdoB
    UdoB replied to the thread i440fx GPU passthrough.
    Usually it is not a good idea to resurrect a seven years old thread. Instead it is recommended to open a new thread with a new description of the actual problem using current data of the existing setup. Of course you may link back here to...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Proxmox HA, quorum etc. with Like Like.
    Ja, würde ich schon sagen. Doch, mit den ProxmoxDatacenterManager oder auf den Knoten im Terminal mit pct remote-migrate bzw. qm remote-migrate, das habe ich auch oben erwähnt ;) Und der PDM und die CLI-Tools nutzen dafür auch nur api-Calls, die...
  • UdoB
    UdoB replied to the thread Proxmox HA, quorum etc..
    Aber ist das nicht meistens so? Ich verwende high-level Programme, damit ich die vielen, vielen Details "unten drunter" nicht kennen und nutzen muss. Bleiben wir bei PVE: praktisch alle Funktionen (KVM, Container, ZFS, Ceph, iScsi, Netzwerk...
  • UdoB
    I wouldn't use this result of vibe coding for anything important though. But for learning that might work although imho reading the manual and trying to setup everything might be more effective (as pointed out by Udo). I agree with the rest of...
  • UdoB
    Linux admins have built a "Proxmox" for years before PVE became a thing. the reason we use PVE and not our homegrown solutions is because they put everything you need together for you. Its not that you COULDNT do it yourself- it would just take...
  • UdoB
    For your next iteration: read about adding a (mirrored) "Special Device". And in your current setup try to verify if L2ARC does actually work the way you want it. Examine the output of zarcsummary for this. See...
  • UdoB
    UdoB reacted to bravo0916's post in the thread How to do P2V with Like Like.
    Hello, I tried to take image by using clonzilla and machine was sucessfully deployed!! WOW, that is really amazing tool and I love it! Than you so much both of you guys!! Regards,
  • UdoB
    UdoB reacted to Johannes S's post in the thread Proxmox HA, quorum etc. with Like Like.
    Mir fehlt in deinen Setup wie du das Netzwerk aufgebaut hat. Ein Cluster braucht mindestens ein dezidiertes Netzwerk für die Cluster-Kommunikation: https://pve.proxmox.com/wiki/Cluster_Manager#pvecm_cluster_network Das braucht nicht viel...
  • UdoB
    Each of those (sub-) projects has its own documentation, usually good ones. Just read it, build one/two/three test-setups and learn how to debug them. Then combine everything to build a usable whole, emulating PVE. Theoretically that's no...