UdoB's latest activity

  • UdoB
    Hi guys, Thanks so much for your inputs! Dont hold back :) It was our intention to run with the built in solution with proxmox. Not adding more outside feature. The idea being KIS. Keep it simple. We dont want the complexcity of storage...
  • UdoB
    @UdoB : I agree with you. I just noted the important points. He has a choice to decide how he should act.When you want to use free software, with the idea of it being semi-professional or professional, it is normal to take risks, especially if...
  • UdoB
    UdoB reacted to leesteken's post in the thread mount cephfs error with Like Like.
    You cannot do mounts inside a container, since they share the kernel and are unprivileged (which is a good thing!). Do it from the Proxmox host (using a different mount point) and use a mountpoint for the container. Lots of threads about this but...
  • UdoB
    UdoB replied to the thread apt Update V8 to V9 Fehler.
    Das ist zwar in englischer Sprache, aber da musst du durch: https://pmg.proxmox.com/wiki/index.php/Upgrade_from_8_to_9#Preconditions https://pmg.proxmox.com/wiki/index.php/Upgrade_from_8_to_9#Update_the_configured_APT_repositories
  • UdoB
    Hello @veryotaku i calculate a good proxmox server intel LGA 1700, with the parts of my local dealer in germany. You can see the base configuration. Mainbord, Biostar B760MXC PRO, DDR5 CPU, Intel Core i5-13600K, TDP max. 181 Watt CPU Cooler, be...
  • UdoB
    If that is your only goal then skip virtualization and install bare metal! If you want to run several VMs then sum up the RAM requirements and add 4 to 8 GiB for the OS and cache. Then double that resulting number ;-) Given that that software...
  • UdoB
    If the respective admin knows these tools (and their possible pitfalls) they will work fine. Both tools are well established and tested. But for a new user of the PVE eco system (with regard to replication) I do highly recommend to stay away...
  • UdoB
    Hi, my five cents. ZFS isn’t a cluster filesystem → it’s single-host by design. It can’t natively do “live shared storage” across multiple nodes (like Ceph or GlusterFS). For replication/failover setups like you describe (A → B → C every 1–2...
  • UdoB
    First remove the double entries, mentioned by @janus57 , then: On my PVE's there is only "Ceph Squid" offered in the "Repositories --> Add:Repository" drop-down menu. Maybe you should upgrade from Quincy to Squid - but do so following a guide...
  • UdoB
    You wrote: Which, precisely, IP address does the VM get? The symptom is similar to an IP address conflict. Maybe the DHCP server gives the same IP address that PVE host is using? What is the DHCP range?
  • UdoB
    One thing not mentioned yet: Depending on compilance regulations and your Paranoia Level you might want to disable kernel-samespace-merging to prevent some attacks: https://pve.proxmox.com/wiki/Kernel_Samepage_Merging_(KSM)
  • UdoB
    UdoB reacted to ness1602's post in the thread Possible to expand zfs raidz2 Array with Like Like.
    There is now zfs rewrite,which you can use for rebalance
  • UdoB
    UdoB replied to the thread Possible to expand zfs raidz2 Array.
    Six of them in an additional/second vdev? Yes. This has the advantage of doubling the IOPS of the pool. The disadvantage is that there is no automatic re-balancing (yet). Yes. That's the "classic" approach. It has the advantage to not require...
  • UdoB
    Dear all. I have done a quick search on these forums and found an old thread, but decided to start a new one with the TUTORIAL prefix, as this is an area where I feel there is not much up-to-date information online. It is about "Mosh", or the...
  • UdoB
    just in case anyone else comes across this make sure the uefi button is checked worked perfectly after
  • UdoB
    Thanks, everything was resolved by updating to pve-manager/9.0.10 my nerves are saved :)
  • UdoB
    UdoB reacted to Bu66as's post in the thread PBS 4 - Datastore Synology NFS with Like Like.
    Hallo @bertige_berti, @Falk R. hat dir bereits die entscheidenden Hinweise gegeben. Das Problem ist, dass du versuchst, ein Verzeichnis, das bereits vzdump-Backups (.tar.zst-Dateien) enthält, als PBS-Datastore zu verwenden. Ein PBS-Datastore...
  • UdoB
    UdoB reacted to SteveITS's post in the thread HA starts VM after proper shutdown with Like Like.
    In the case of power loss there is no way to live migrate the VM's RAM to a new host. In the case of fence that host has lost communication to the cluster so there is no way to migrate the VM's RAM to a new host. The question left is if one...
  • UdoB
    UdoB replied to the thread HA starts VM after proper shutdown.
    There is no state it can inherited. It can only start; it can only boot to then be running again. If a host is dead the VM is too ;-)
  • UdoB
    UdoB replied to the thread HA starts VM after proper shutdown.
    That question makes no sense. When a host is powered off a live migration is simply not possible. Live migration requires the source VM to be running! ;-)