UdoB's latest activity

  • UdoB
    Yeah, you have absolutely valid points. That's why I emphasized "_my_" pov ;-)
  • UdoB
    ZFS hat its own semantic: ~# zfs create rpool/data/subvol-9999-disk-0 ~# touch /rpool/data/subvol-9999-disk-0/dummyfile ~# ls -al /rpool/data/subvol-9999-disk-0/ total 2 drwxr-xr-x 2 root root 3 Sep 19 21:06 . drwxr-xr-x 4 root root 4 Sep 19...
  • UdoB
    UdoB reacted to bluesite's post in the thread PBS WOL with Like Like.
    das rauf und runterfahren ist kein Problem da macht man einfach nen Hook-Script das den Server vor Starten des Backups entweder per WOL oder die Steckdose schaltet, das selbe beim Ende vom Backup einfach sagen das der Server runterfahren soll und...
  • UdoB
    I did not. My VMs got stuck. For monitoring? Sure. In this specific case "zed" man zed is probably sufficient. This is by far the simplest approach as it watches exclusively ZFS. Then there are a zillion full blown monitoring solutions out...
  • UdoB
    Proxmox Datacenter looks like a perfect solution. I hadn't installed the Alpha, but I will install the Beta and see how to use it. This looks like an easier way to manage multiple clusters. Thanks!
  • UdoB
    If you know what you're doing this is fine. Personally I like it split, so I can anytime do a reinstall on pool1, just reimport the untouched pool2 etc. and everything gets the IOPS it needs. pool1 (slow, cheap drives) for proxmox, pool2 for VMs...
  • UdoB
    UdoB reacted to aristide's post in the thread API token is failing and I don't know why with Like Like.
    I just got it working this week, and after having 401 errors myself, I found out that on some tutorials, the value of the Macro '{$PVE.TOKEN.ID}' was wrong. It has to be 'USER@REALM!TOKENID' (as mentioned on the template page by Zabbix), and some...
  • UdoB
    UdoB reacted to alexskysilk's post in the thread A question about storage design with Like Like.
    Why is everyone using passive voice when recounting that "consumer drives are discouraged?" by whom? and under what circumstances? There is nothing INHERENTLY wrong with using non enterprise drives for zfs pools, as long as you understand the...
  • UdoB
    Einfach beide Anleitungen parallel lesen und ausführen. Das hat zumindest bei meinem kleinen Mini-PC einwandfrei funktioniert. :-) https://pve.proxmox.com/wiki/Upgrade_from_8_to_9 https://pbs.proxmox.com/wiki/Upgrade_from_3_to_4 Huh??? Du...
  • UdoB
    Did you test https://forum.proxmox.com/threads/proxmox-datacenter-manager-0-9-beta-released.171742/ ? While it may copy more data than technically required it is made for multi-cluster management...
  • UdoB
    Great! But then... your first sentence... ...was wrong. The article talks about LXC, not VMs!
  • UdoB
    UdoB reacted to vikozo's post in the thread Zugriff auf (WLAN-)Gastnetz aus VM with Like Like.
    Das wäre die Aufgabe eines Router oder einer Firewall. Netzwerke sollen immer getrennt sein und nur über FW regeln miteinander reden. eine VM erstellen mit OpnSense ;-)
  • UdoB
    UdoB reacted to witch7685's post in the thread Scheduled Reboots with Like Like.
    you can also use crontab -e on your Proxmox and insert this to your daily job: #VM 200 (daily reboot 07:30 Uhr) 30 7 * * * /usr/sbin/qm reboot 200 200 is the ID of your VM.
  • UdoB
    UdoB reacted to Johannes S's post in the thread How to create a PAM user on Proxmox? with Like Like.
    They could use a third-party source supported by PAM, e.g. freeIPA
  • UdoB
    If the "NonRAID" is HBA mode then yes. I would go for ZFS mirror (like RAID-10), not RAID-Z1 (like RAID-5) because that will perform way better. Are this enterprise grade ssd's? If you use consumer grade ssd's ZFS is not a good idea, then you...
  • UdoB
    UdoB reacted to bbgeek17's post in the thread iSCSI under performance with Like Like.
    @UdoB You are 100% correct and thanks for calling it out! Tables without units are incomplete. I've updated the table headers to clarify appropriate units. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  • UdoB
    UdoB replied to the thread PBS WOL.
    "shutdown" ;-) Eigentlich ist heutzutage ja "systemd" das aktuelle Werkzeug - siehe systemctl list-timers. Aber der klassische Cron fühlt sich oft einfacher an. Falls du den PBS "irgendwann mal" tagsüber einschaltest und ungefähr weißt, wann...
  • UdoB
    I am sure some people do. Three nodes is the absolute minimum, as official documents tell. While I do not run Ceph currently I did use it last year - in my Homelab; some findings...
  • UdoB
    Each K and M must be in a different host because you want your fault domain to be host (the default), not disk: i.e. if fault domain was disk you may end up with too many K or M (or both!) for some PGs in the same host and if that host goes down...
  • UdoB
    UdoB reacted to Johannes S's post in the thread ZFS in Guests with Like Like.
    The best practice is to have a dedicated HBA-Controller for your storage devices (e.G. a SATA-HBA Controller or a RAID-Controller in HBA/IT-Mode) and pass it through via PCI...