UdoB's latest activity

  • UdoB
    That does not work, ZFS-Quota is an upper limit, not a (possibly artificial) occupied space which can be deleted in the discussed problem area. You mean "reservation", which is mentioned in #2 :-)
  • UdoB
    UdoB reacted to speerwerfer's post in the thread Frage zu Proxmox Backup Server Konzept with Like Like.
    Da hast du völlig Recht. Mir ging es hier aber in einer Heimumgebung um die Nutzung mit den vorhandenen Resourcen. Und da es bei anderen ja auch schon funktioniert hat, wollte ich das halt auch ausprobieren. Das werde ich jetzt auch erstmal...
  • UdoB
    I had to restart the installation of Proxmox yesterday, because our network has no fixed IPs, but only via DHCP (which is not optimal, but not the topic here). I therefore restarted to the pre-installed Windows to find out the IP that the DHCP...
  • UdoB
    IMHO this is a good warning on why you should not use complex setups and instead KISS. I assume you used the passtrough for TrueNAS? Proxmox is a great Hypervisor, TrueNAS is a great NAS. Both have different hardware needs and it is often times...
  • UdoB
    UdoB reacted to LnxBil's post in the thread Storage Setup Confirmation for 5 drives with Like Like.
    If there is only PVE on the disk, you may only need an additional backup of relevant files in /etc and /etc/pve, reinstall and copy back the files. Your VMs can just start again. Reinstalling without the /etc/pve files and you will have to do...
  • UdoB
    No, I've never used that. So you use that file to have "something" to delete if ENOSPC happens? This seems like a vaild idea :-) (( Sidenote for any random reader: for that approach no Veeam .iso is required, I would just use dd...
  • UdoB
    @UdoB I was wrong, my reservation for the backup dataset did not work. My reservations for the root dataset DID work. Disk configs vary, and I lack detail on exactly _how_ they didn't work. I went on vacation for 2 weeks. The company moved a...
  • UdoB
    PBS hat nun einmal gewisse Ansprüche, die du alle nicht erfüllen magst - https://pbs.proxmox.com/docs/installation.html#recommended-server-system-requirements. Verwende also einfach das normale "vzdump"-basierte Backup und speichere diese auf...
  • UdoB
    UdoB reacted to david_tao's post in the thread Import older VM to 8.x? with Like Like.
    Hi acfreema: For safty, you can do the VM backup from PVE 6.2 cluster and then transfer the backup file (gzip or gzip) into your new PVE 8 cluster then restore it. That method will cause longer downtime because your VM will required be shut down...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Vaultwarden install issue with Like Like.
    I agree but the helper script (see https://community-scripts.github.io/ProxmoxVE/scripts?id=vaultwarden ) is for an lxc and since running docker containers inside lxc is not without possible problems I can understand why the developer of the...
  • UdoB
    UdoB reacted to 4920441's post in the thread How to remove subscription widget ? with Like Like.
    I think for that low amount of money it costs to get the smallest subscription, you could buy that...... else be proud of the proxmox team that they keep the community spirit as high as the free software spirit and take the non-sub-badge as a...
  • UdoB
    Du sagst nix über die Anzahl der OSDs und vor allem nichts zum Netzwerk. Ich hatte im Laufe eines Jahres - im Homelab mit kleiner Hardware, nicht im Job - festgestellt, dass Ceph bei "produktiver" Nutzung durchaus mehr "Dinge" braucht, als das...
  • UdoB
    UdoB reacted to ThoSo's post in the thread Erkennt eine VM den HV-Wechsel? with Like Like.
    Es gibt keine dummen Fragen :cool: .
  • UdoB
    UdoB reacted to bbgeek17's post in the thread PVE Cluster with Netapp storage with Like Like.
    you are correct, @Johannes S . It is about most common use of the term. An SQL server could be doing a brief internal Snapshot of its Journal for an internal batch run. Yet this would not be something that most people mean when they say : I took...
  • UdoB
    UdoB reacted to Johannes S's post in the thread PVE Cluster with Netapp storage with Like Like.
    To clear possible missunderstandings: PBS uses qemus/kvm (the hypervisor of the Linux kernel) level snapshots for backups. They are storage-agnostic and thus fine to ensure conistency for backups. If one don't need snapshots but arefine with...
  • UdoB
    You have to enable promiscous mode on the bridge too. The guest does not control promiscuous mode on the host. https://docs.openvswitch.org/en/latest/faq/configuration/ https://forum.proxmox.com/threads/proxmox-security-onion-without-ovs.128473/
  • UdoB
    UdoB reacted to Johannes S's post in the thread Moving to Proxmox questions with Like Like.
    I really have no personal experience in a corporate environment since the vmware cluster at work is run by a different team (I'm just using ProxmoxVE at home) but in this case and if you can live without thin-provisoning it might be worth a shot...
  • UdoB
    UdoB reacted to boojwah's post in the thread Cannot connect to network with Like Like.
    You're amazing! Thanks so much, that worked perfectly. I'm trying to learn it and appreciate the benefits, just a new ballgame for me so I know I'll probably ask a few dumb questions here and there before I learn. Thanks!!
  • UdoB
    Your backup is writing all its data to the destination and somewhere a Write-Cache is involved. After writing 100% to the logical destination it waits for the destination to actually write the data to the destination device. (Probably...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Moving to Proxmox questions with Like Like.
    One thing I forgot: If your synology allows hosting of VMs or docker containers you could also use the NAS as qdevice. For generic information on qdevice: https://pve.proxmox.com/wiki/Cluster_Manager#_corosync_external_vote_support And on...