UdoB's latest activity

  • UdoB
    I have no idea if there was one and why it vanished. You might try to implement this: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_default_configuration_using_a_bridge Btw: are you sure you have an "eth100"? Compare it with ip link...
  • UdoB
    Go back into the templates dir and delete or move all the useless files, e.g. *CHECKSUM and *sha256 You may also have to uncompress the .xz file(s) Midnight Commander can help with this, it is a text-mode 2-pane file manager. apt install mc
  • UdoB
    UdoB reacted to Kingneutron's post in the thread Pretty cool: Lower power usage models? with Like Like.
    Yep. Power savings is all fine and well, but for a SERVER you want reliable uptime. Then you gotta do your research into power supplies and system reviews, and hook it up to a Kill-A-Watt or similar meter. And if you don't need a huge RAID...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Proxmox regelmäßig nicht erreichbar with Like Like.
    Was hat ein Problem mit Netzwerkhardware mit zfs zu tun? Zum Thema Einzelplatte: Neben den sonstigen Features kann man ( auf Kosten der Kapazität) mit der Dataset-Property copies dafür sorgen, dass auch bei einer Platte alles redundant...
  • UdoB
    UdoB reacted to Mr.Doubt's post in the thread [SOLVED] PVE 8.4.12 LXC und Debian 13 with Like Like.
    Hast Du auch die Datei für den Restore eines vzdumps gefunden? Backup will ja keiner, alle wollen Restore und der sagt noch pvedaemon[197508]: unable to restore CT 100 - unsupported debian version '13.1'
  • UdoB
    UdoB reacted to Falk R.'s post in the thread Proxmox regelmäßig nicht erreichbar with Like Like.
    Warum ist ZFS kein Standard? Das könntest du dir selbst beantworten. Es ist als kleinster Nenner Ext4 für PVE und LVM-Thin einfach nur Default, weil damit auch das Homesetup mit Consumer SSD vernünftig läuft. ZFS spielt seine vielen Vorteile erst...
  • UdoB
    Nein. Nicht mit "13" --> "13.1". Beim nächsten regulären Paketupdate wird diese Änderung wieder überschrieben. Ich vermute/hoffe, dass dann eine offizielle Korrektur für dieses Detail enthalten ist...
  • UdoB
    https://github.com/kneutron/ansitest/blob/master/drivemap.sh The difference between wwn and the actual "disk name" is just a symlink in /dev; the important thing is not to have the pool using short disknames. Which as mentioned above, is fixed...
  • UdoB
    Hi All hit an issue with updated LXC to Debian 13.1 TASK ERROR: unable to create CT 200 - unsupported debian version '13.1' FIX: you need to edit /usr/share/perl5/PVE/LXC/Setup/Debian.pm on line 39 and change from die "unsupported...
  • UdoB
    I followed what you told me, but the server keeps saying "pool is busy." I probably need to stop other services manually. If having a different name for that disk doesn't affect its current and/or future operation, perhaps it's best to avoid the...
  • UdoB
    UdoB reacted to meyergru's post in the thread Proxmox regelmäßig nicht erreichbar with Like Like.
    Das ist nicht dumm Tüch: RAID schützt Dich nicht, wenn die Platte nicht sagt, dass die Daten defekt sind (aka "silent data corruption"). Lies es nach: Wenn die Platten keinen Fehler liefern, werden die Daten stumpf ausgelesen - es wird nicht...
  • UdoB
    Ich weiß natürlich nicht, ob @meyergru das tut. Aber ich mache das - sofern es im jeweiligen Ziel-System möglich ist. Etliche Ausnahmen bestätigen diese Regel. Momentan setze ich gerne die PVE Installations.iso ein, weil da ZFS gut supported...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Proxmox regelmäßig nicht erreichbar with Like Like.
    Nach dem Argument könnte man dann auch das mit HW-Raid und generell jeglicher Redundanz lassen, das finde ich eine etwas schwierige Argumentation. Wenn ich mehr Backups mache, habe ich schließlich auch mehr, die kaputt gehen können. Das gibt es...
  • UdoB
    Naja, wir reden aber doch gerade vom Szenario, dass der Host so kaputt ist, dass er weder über ssh noch die WebGUI erreicht werden kann? Um das zu reparieren reicht eine Konsole und standardmäßig hat der Host ja auch mehr (Umschalten über alt-4)...
  • UdoB
    Hi, The error says you have the same repository in multiple files. Remove "/etc/apt/sources.list.d/pve-enterprise.sources" and the error should be gone. Best regards,
  • UdoB
    It works! Thanks everybody! The highlighted error is my mistake. Unfortunately, with the first drive, I entered "zpool attach test raidz2-0 sdb" and not the disk name "ata-KINGSTON_SEDC600M1920G_xxx" as I did with the second drive. I tried...
  • UdoB
    https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#After_the_Proxmox_VE_upgrade "Proxmox VE 9 deprecates HA groups in favor of HA rules...."
  • UdoB
    UdoB reacted to news's post in the thread Proxmox Windows 11 VM with Like Like.
    And add on your report, witch changes you make on the bios settings! Not every (no) mainboard will work out of stock.
  • UdoB
    Well, it is exhaustive. And yes, there is more details than you need to know. You may prefer to read @news link in #4. man zpool-attach shows the required command in a very compact way. To know which devices you have, look here (and/or in the...
  • UdoB
    IF you read the manual you'll find that it is possible to add a drive (or two, one after another) to an existing RaidZ2 vdev. The search-term is RaidZ-Expansion. This is possible since ZFS version 2.3 and as already mentioned that's the version...