UdoB's latest activity

  • 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...
  • UdoB
    UdoB replied to the thread Proxmox HA, quorum etc..
    Nein. Aber die Tücke liegt im Detail :-) Wenn du drei Nodes hast, brauchst du kein Quorum Device! Mir ist gerade nicht ganz klar, ob das QDev in dem Fall "von alleine" den Mund hält, oder ob es hier zu "vier Votes" führt. Du willst jedenfalls...
  • UdoB
    https://forum.proxmox.com/threads/proxmox-virtual-environment-security-advisories.149331/page-3#post-851849 fixed kernel versions are now available on *-enterprise and corresponding PSA published
  • UdoB
    UdoB reacted to gfngfn256's post in the thread Lost Partition? with Like Like.
    That space is most likely already available as an LVM - it is unmounted as it lacks an FS & is block storage. I imagine that PVE is in fact installed on that drive - & the 100GB you see is the local storage (PVE) which is a slice of that LVM, in...
  • UdoB
    UdoB reacted to bbgeek17's post in the thread Lost Partition? with Like Like.
    It possibly sounds like you just want to create some LVM slices: https://www.redhat.com/en/blog/creating-logical-volumes If you are more visual learner: https://www.youtube.com/watch?v=fdOyTNoVnY4 None of this is PVE specific. Note that you...
  • UdoB
    fixed kernels are now available in no-subscription repositories for all products!
  • UdoB
    Thanks for your fast answers, looks like i will go this way and only use 2 of the hardware machines and build the ceph cluster virtual. The machines do only have 32GB RAM and an older 6 core CPU, so maybe using 2 hardware machines will be better...
  • UdoB
    This is what we use for many internal tests, and also in the hands-on labs for our trainings. Good for functionality and behavior tests as long as performance is not a factor!
  • UdoB
    Sure! For teaching/learning/debugging this works great. Example: in my Homelab I have one specific cluster member with 64 GiB Ram and 2 TB local storage for VMs. I was able to create six virtual PVE nodes with 8 GiB Ram each, construct a...
  • UdoB
    UdoB reacted to ness1602's post in the thread How to do P2V with Like Like.
    Clonezilla can always be useful.
  • UdoB
    UdoB reacted to d.oishi's post in the thread How to do P2V with Like Like.
    The following may be helpful: https://pve.proxmox.com/wiki/Advanced_Migration_Techniques_to_Proxmox_VE
  • UdoB
    Well, I believe handling the hardware storage manage should be done from the host. But you may find a way to run command on the host from a container. Think a stringent configured ssh account which can only run specific enumerated commands like...
  • UdoB
    Nun, ich habe noch niemals LVM (im PVE-Kontext) verwendet..., aber wie soll ein Restore die Größe erkennen? Die Fehlermeldung im ersten Post war ja auch "unable to restore CT - unable to detect disk size - please specify rootfs (size)". Und da...
  • UdoB
    UdoB reacted to Johannes S's post in the thread PBS parallel backups & PBS performance with Like Like.
    And if one want deduplication (like with PBS) or backup to S3-storage there are also tools who do this for file-based backups like kopia, borgbackup, restic or duplicati.
  • UdoB
    PBS is a rather poor technology for file backups. If you don't need blockstorage but files, something like robocopy, rsycn, zfs send or the likes will perform miles better, because it only has to read metadata (and for ZFS not even that). PBS on...
  • UdoB
    UdoB reacted to weconnect's post in the thread [SOLVED] Proxmox VE 9.1.9 issues? with Like Like.
    Hello Think i found the issue a network cable was not plugged in all the way in the switch only barely made contact. so it had 10/100 but fluxuating so the switch STP was like hey sometings wrong. so that made the network do hickups. After the...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Newbie Fragen zum ersten Homeserver with Like Like.
    Naja, hier im Forum sind halt mehr Leute unterwegs, die auch beruflich Systeme administrieren, da fährt man halt einen anderen Ansatz als "Lass mal irgendein Skript ausführen/Zeug aus der KI kopieren und aufs Beste hoffen". Vor allen macht man da...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Proxmox Backup Server 4.2 released! with Like Like.
    Well I can imagine following usecases: You have a local PBS on trusted hardware for fast restores, you would like not to use encryption so even if somehow you lost the key you still have backups and also to reduce CPU load for compression on the...