UdoB's latest activity

  • UdoB
    Yes. That's the only resource type you can not simply over-commit and be fine. The only way to have 16 GiB inside the VM while the host only needs to supply way less is to use a VM internal swap file. Of course this is the slowest approach...
  • UdoB
    UdoB reacted to dowoFL's post in the thread DKIM with Like Like.
    Hi, this depends on your DNS Interface. In my case i just added a TXT Record with the name *SelectorName*._domainkey.*Domain*. and copy/pasted the Value beginning with "v=DKIM1;h=sha256;" into the DNS Value and everything worked right away. So...
  • UdoB
    UdoB replied to the thread Bridge loses IP.
    Triple check if there is possibly an IP address conflict. ".240" must be outside of the dynamically assigned IP address range.
  • UdoB
    You can’t migrate (live) between AMD and Intel unless you have a common CPU set. The only common CPU set according to QEMU documentation is qemu64 or qemu32. The x86-64-v2-AES CPU you are pointing at will use more modern CPU instructions than...
  • UdoB
    And we have a bingo! Thank you.
  • UdoB
    UdoB reacted to LnxBil's post in the thread Commandline to show status of last backup with Like Like.
    I have a user with Audit permissions on both sides. Don't use that on my test machine here, so I cannot tell. Yeah, I've seen that list and use most of then in other languages.
  • UdoB
    Deep in my memory... there was something... Try to add VirtIO RNG to the "hardware" of those VMs!
  • UdoB
    Great! I can run it, but I get zero output. Probably wrong permissions for my token, on the PBS-side. We'll see... Should it work with the backups being in a sub-namespace? The root-namespace is empty...
  • UdoB
    UdoB reacted to LnxBil's post in the thread Commandline to show status of last backup with Like Like.
    I hacked something together that will just display the stuff. You need to write a bit around to get an actual check: #!/usr/bin/env python3 from proxmoxer import ProxmoxAPI import time from datetime import datetime, timedelta pve = ProxmoxAPI(...
  • UdoB
    UdoB reacted to omcom's post in the thread [SOLVED] PVE not creating scheduled backups with Like Like.
    Thank you, I didn't know that task is managed by pvescheduler not cron. I found zombie process which did not allow pvescheduler to start and restart.
  • UdoB
    UdoB reacted to cklahn's post in the thread RAIDZ aus vier Platten (3x 2TB und 1x 3TB) with Like Like.
    Großartig. Hat funktioniert. Der Parameter -f war entscheidend. Danach über Datacenter als Storage eingehängt und alles ist super. Vielen Dank an Euch. Gruß Christoph
  • UdoB
    So there are several approaches to check for some backups on a specific node or a specific PBS. That's great and @Impact's oneliner is a great start. What I really would like to see is a cluster-wide check, telling me which VM is not backup'ed...
  • UdoB
    The scheduler is running? Like so: ~# systemctl status pvescheduler ● pvescheduler.service - Proxmox VE scheduler Loaded: loaded (/lib/systemd/system/pvescheduler.service; enabled; preset: enabled) Active: active (running) since Fri...
  • UdoB
    This wish isn't new there is already a quite long debate: https://forum.proxmox.com/threads/docker-support-in-proxmox.27474 tldnr: Use a VM for application containers like podman or docker together with an managment interface of your choice...
  • UdoB
    While native Docker support in the Proxmox web UI would be convenient for some use cases, Proxmox VE is designed for system-level virtualization rather than the application-level containerization Docker is typically used for. Running Docker...
  • UdoB
    UdoB reacted to aaron's post in the thread Proxmox VE Bizzare Memory Issue with Like Like.
    If you have the ballooning device enabled, and the guest reports back detailed memory info, then the memory shown as used, should match very closely, what the guest is showing as used. Splitting it up more could be done, but will always be...
  • UdoB
    UdoB replied to the thread Replication - Problem.
    Maybe this helps: https://pve.proxmox.com/wiki/PVE-zsync It offers to specify an arbitrary destination pool/dataset: root@zfs1:~# pve-zsync sync --source 100 --dest 192.168.1.2:tank/backup Disclaimer: not tested (by me)...
  • UdoB
    UdoB reacted to BobhWasatch's post in the thread cannot shutdown vm with Like Like.
    That's what Stop is for.
  • UdoB
    Ja, klar :) Danke, den Artikel kannte ich noch nicht. Aber zum testen ist das sicher egal; ZFS-on-ZFS ist ansonsten natürlich immer eine schlechte Idee.
  • UdoB
    UdoB reacted to news's post in the thread RAIDZ aus vier Platten (3x 2TB und 1x 3TB) with Like Like.
    Standardmethode sieht dann auch so aus, dass man auch den vier Festplatten Partitionen anlegt mit derselben Größe Punkt und daraus dann ein ZFS Pool generieren lässt. Das ZFS special device ist für HDDs ein Must Have, sonst hat man keinen Spaß an...