UdoB's latest activity

  • UdoB
    Hi @smirandac1978 , welcome to the forum. As a general advice - it is recommended to open your own thread rather than bumping something from two years ago. To answer your question - its impossible to know whether you can make a VM boot from...
  • UdoB
    To mount a QCOW2 (partition/s) image in any Linux environment - you could search the general web for details. Here is a pretty good result: https://www.baeldung.com/linux/mount-qcow2-image
  • UdoB
    Ich sage es jetzt nur ungern, aber als gelernter Technikjournalist halte ich die hier verlinkte Anleitung für eine der schlechteren ihrer Art. Ich verstehe ja vieles nicht, aber hier verstehe ich vor allem nicht, an wen sich diese Anleitung...
  • UdoB
    Sehr oft entstehen solche Anleitungen ja auch einfach, weil der Autor sich Notizen für seine eigene Doku gemacht hat und er die dann halt mit der Welt teilt nach den Motto "Wenn das dir hilft prima, wenn nicht, auch egal". Es soll ja ganze...
  • UdoB
    Du hast also eine Ausbildung hinsichtlich "schreiben". Ich - und vermutlich die meisten anderen Nutzer hier - leider nicht. Gute Dokumentation zu erstellen ist ja nicht einfach, oft gibt es einfach viel zu viele zu unterscheidende Fälle, man...
  • UdoB
    Für Interessierte: https://forum.proxmox.com/help/trophies/
  • UdoB
    UdoB reacted to robotto's post in the thread replace harddrive in zfs raid with Like Like.
    Hello, here is the output.
  • UdoB
    UdoB reacted to MarkusKo's post in the thread Using PBS with a Unifi NAS ?? with Like Like.
    Before mounting the NFS share inside your PBS VM you may want to set a immutable flag to the mount directory with chattr +i <directory> If you don't do that and your NFS share is not mounted for whatever reason PBS may write data to this...
  • UdoB
    UdoB replied to the thread replace harddrive in zfs raid.
    The specific pool member (sdb9?) gets (logically) destroyed because the partition table on the "<new device>" get overwritten. From that moment on there is no redundancy. Of course you should update your backups first. You need to follow the...
  • UdoB
    UdoB reacted to Rheinold's post in the thread mehrere Netzwerkkarten nutzen with Like Like.
    Hi, ich glaube der Tipp von UdoB hat mir geholfen. Ich war schon fast so weit, es fehlte mir aber noch der letzte Tick. Ich werde das jetzt einmal umsetzen.
  • UdoB
    UdoB reacted to news's post in the thread mehrere Netzwerkkarten nutzen with Like Like.
    Nun junger Padawan, das ist hier die Frage der Administratoren, die ihr Wissen ja schon haben sollten. Ich habe Konzept dargestellt, was in meiner einen Umgebung so funktioniert. Und je nachdem, was man erreichen will, kann man sich ein anderes...
  • UdoB
    UdoB replied to the thread mehrere Netzwerkkarten nutzen.
    Es ist leider nicht klar erkennbar welche Strategie du verfolgen möchtest. Möglicherweise hast du nur begrenzte Netzwerkkenntnisse, daher schildere ich den einfachesten Ansatz - ohne VLANs und managed Switches etc. Ich verzichte in diesem...
  • UdoB
    UdoB replied to the thread replace harddrive in zfs raid.
    Btw: "WD40EFAX" is a SHINGLED disk. It may be problematic to use it with ZFS...
  • UdoB
    UdoB replied to the thread replace harddrive in zfs raid.
    Replacing a drive from where you boot up requires some additional specific steps. For example the partition table is different from a pure ZFS pool member. It is documented here...
  • UdoB
    UdoB reacted to Impact's post in the thread What is "vm-101-state-ReadyToResizeDisk" with Like Like.
    Glad to hear. For automated snapshots I use this (via crontab): https://github.com/Corsinvest/cv4pve-autosnap My backups are scheduled via PVE. I recommend PBS as target here.
  • UdoB
    UdoB replied to the thread Using PBS with a Unifi NAS ??.
    I do not know what "988:988" stands for in your setup - but it is not the usual "backup" id. For me it helped to set the "backup" user as the owner: chown -R backup:backup /mnt/nfs . For an NFS mounted folder with the name "dsa" on a PBS I can...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Using PBS with a Unifi NAS ?? with Like Like.
    In general network storage isn't a good fit for PBS see https://forum.proxmox.com/threads/datastore-performance-tester-for-pbs.148694/ and https://pbs.proxmox.com/docs/system-requirements.html#recommended-server-system-requirements Is your NAS...
  • UdoB
    Thanks for posting the log. But... you did not tell us anything about your setup :-( What is the source storage? What is the destination storage? ( https://pbs.proxmox.com/docs/installation.html#recommended-server-system-requirements ) How are...
  • UdoB
    Möglicherweise möchtest du auch auf optimierte Gast-Kernel hinweisen? For my Ubuntu VMs I use apt show linux-virtual ; apt show linux-image-virtual Description: Minimal Generic Linux kernel and headers This package will always depend on...
  • UdoB
    In diesem HowTo zeige ich dir einige Möglichkeiten, um eine LinuxVM auf Proxmox VE optimiert zu gestalten. Es gibt natürlich viele verschiedene Einsatzszenarien. Wobei ich die in diesem Beitrag verwendete Konfiguration für die meisten...