UdoB's latest activity

  • UdoB
    UdoB reacted to MariusFebruary's post in the thread HA and Database Corruption with Like Like.
    Thank you for the valuable input and the heads-up on the upcoming incompatibility of LXC and docker. I will migrate this to a VM then. Hahaha - ponzi - I hear you. I am working with/on Bitcoin, only, no crypto-something, not altcoins ;-)
  • UdoB
    UdoB reacted to Johannes S's post in the thread HA and Database Corruption with Like Like.
    Yes, but it will have a downtime until the startup of the container system and service is finished on the target node. Concerning docker inside lxc: Please reconsider this approach since that might break after updates due to changes in the...
  • UdoB
    And you need to select the namespace after entering the Datastore, but that's it. It's a good idea to use a different API-Key for each namespace and backed up cluster so in case of an ransomware or hacker attack the bad actor can only mess around...
  • UdoB
    My random choice of this year: https://www.netcup.com/de/server/vps/vps-nano-g11s-6m = 2 € per month. (They used to have an offer for a single Euro, but that's currently sold out.) Watch https://lowendbox.com/ to get new hints every week...
  • UdoB
    Probably you need to wait for a "trixie"-release of PBS. My fading memory tells me that this aspect is one of the downsides when installing PBS directly/parallel on PVE.
  • UdoB
    in the end I sort of fixed (for now... I'm sure that something else will break again) by putting it on vmbr0 under dhcp I'm pretty sure that there were no conflicts... but who knows. I did not know the project thanks, I was at first considering...
  • UdoB
    UdoB reacted to Johannes S's post in the thread HA and Database Corruption with Like Like.
    Exactly, they will fail with an error message. Or if one did a PCI-Passtrough. They can ;) But you will have a short downtime since (different than VM) they can't be migrated with the content of their memory and directly continue. Due to their...
  • UdoB
    If that's your only reason I would like to mention a completely different approach - to reduce complexity: If you have an external VPS or are willing to rent one for a dollar or two per month, take a look here: https://github.com/fosrl/pangolin...
  • UdoB
    I have a small side note: Just make sure to use the same encryption key to achieve this. (Encryption is done on the client, the PVE, while de-duplication happens on PBS...)
  • UdoB
    1/ Yes 2/ You can create a new Namespace on your PBS then add it to your New PVE. ( Datastore stay the same with data dedup over all Namespaces )
  • UdoB
    UdoB reacted to jsterr's post in the thread Bulk migrate via command line with Like Like.
    on HA setups, using the maintenance-mode is a lot easier. On disabling: It even puts them back to the host the vms/ct were before enabling it.
  • UdoB
    To interconnect two networks you (usually) need to use a router, right? My personal pitfall (some time in the distant past) was to realize that not only to reach the destination had to be implemented - my attempts just "did not work". But also...
  • UdoB
    UdoB replied to the thread HA and Database Corruption.
    Make sure that a "write data now!" command on the database machine does actually write the data. No insecure/lying write caches please...
  • UdoB
    Darum markiert man einen Teil des Textes und klickt dann auf das nun erscheinende "Reply" ;-)
  • UdoB
    UdoB reacted to Johannes S's post in the thread Hohes wearout bei BTRFS with Like Like.
    Naja, man könnte die Daten natürlich auf eine RAM-Disc ( etwa mit log2ram) oder einen externen Speicher ( ob im Netz oder per USB) schreiben lassen, damit verlässt man dann halt den Bereich, der offiziel supported ist. Aber gehen tut es, dank des...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Hohes wearout bei BTRFS with Like Like.
    Naja ZFS und btrfs sind beides copy-on-write-Dateisyateme, die nehmen sich da nichts, haben aber dafür halt auch Features, die andere Dateisysteme nicht haben. Und die ProxmoxVE-Dienste schreiben ihre Logging- und Metrikdaten ja immer, auch bei...
  • UdoB
    UdoB reacted to LnxBil's post in the thread USB Device keeps disconnecting with Like Like.
    Why don't you just post the answer directly instead of linking in multiple threads to (your|a) blog? If the blog goes away, the solution might also go away. The ChatGPT solution is according to the blog to add the following kernel parameter...
  • UdoB
    Probably. But why? The kernel is optimized with years of development to distribute compute power in a sane manner. Usually it is plainly wrong to believe that you know it better. (Exemptions just confirm this rule.) No. If you only allow...
  • UdoB
    UdoB reacted to leesteken's post in the thread Issue with Start/Shutdown order in pve with Like Like.
    The order is indeed only for PVE (bulk start/stop) and not PBS. You could make separate backup schedules. Or use a hookscript to start 101 some time after 100 (post-start) and shutdown 101 before 100 (pre-stop)...
  • UdoB
    UdoB replied to the thread Scheduled Reboots.
    Instead of running the reboot-command for the host, tell it to reboot a specific VM: man qm ... qm reboot <vmid> [OPTIONS]