Search results

  1. UdoB

    Einführung von Einschränkungen / Kennzeichnungspflicht von KI-Beiträgen

    "KI" (es gibt bisher keine künstliche Intelligenz! Es gibt nur Sprachmodelle.) ist gekommen um zu bleiben. Eine Kennzeichnungspflicht erscheint plausibel, ist aber weder mittel- noch langfristig durchsetzbar und vor allem nicht wirklich überprüfbar. Mit Hilfe von "KI" generierter Content wird...
  2. UdoB

    Filesystem choice for consumer SSD

    While I am definitely a ZFS fan there might be situations where LVM (-thin) is the recommended choice. Sadly this might be that rare occasion...
  3. UdoB

    NICs inoperative in ProxMox

    In the first screenshot we see enp7s0 and enp8s0 - being "DOWN", please check the actual cables and the LED on the other end of the cable. In the second screenshot we see you've configured enp3s0. Different names --> it can not work...
  4. UdoB

    Migrating from mdadm to zfs despite using different disk sizes?

    Yeah, should work. Personally I do not like scripts (and especially cronjobs) to deny doing its job silently...
  5. UdoB

    Graphical Errors on PVE Webui (9.1.6)

    I can confirm this. My virtual testcluster was on 9.1.5 and is on 9.1.6 now. I did upgrade without reboots. My logged in session (Linux/Librewolf) shows "0" instead of checkboxes as you describe. In-browser logout/login and/or shift-reload is not sufficient. Will reboot the cluster now...
  6. UdoB

    Migrating from mdadm to zfs despite using different disk sizes?

    Syncoid is a tool for "ZFS send/receive". It does work on a PVE installation but it has nothing to do with PVE --> it lacks integration. Regarding LVM: see the last sentence of post #2 ;-)
  7. UdoB

    Proxmox installation and configuration manual

    Nice work! Obviously it focuses on your Lab, thanks to make it available :-)
  8. UdoB

    Proxmox randomly reboots while doing backup job

    Are you sure posting the same text with zero new information and in multiple old threads will help you? https://forum.proxmox.com/threads/host-reboots-during-backups.154301/post-839928
  9. UdoB

    Host reboots during backups

    You can limit ARC: https://pve.proxmox.com/wiki/ZFS_on_Linux#sysadmin_zfs_limit_memory_usage (While the ARC has the capability to shrink on demand, this mechanism is often to slow for a sudden request --> OOM)
  10. UdoB

    Offtopic: Jellyfin erzeugt beim Abspielen hohe Load auf ProxmoxVE

    Das hängt von der Definition von "ohne Weiteres" ab. Für Dell Workstations gibt es oft ohne weiteres passende Rack/Rail-Montagesätze - die natürlich als Zubehör explizit mitbestellt und bezahlt werden müssen. Für den Bastler ist möglicherweise eher ein einfacher Einlegeboden das Mittel der Wahl.
  11. UdoB

    Pardon my less-than-intelligent question, but is there a way to install Proxmox on a Ceph cluster?

    First let me say this: I have zero experience in that large scale setups. It depends on "k+m" of course. It seems to be a good idea to have less than m OSDs on each single node. If you lose one node you should not lose m OSDs, but one less. Let's say I have ten servers with 30 OSD each, to...
  12. UdoB

    Pardon my less-than-intelligent question, but is there a way to install Proxmox on a Ceph cluster?

    In my understanding usually the failure domain is "host". I need to be able to shutdown/reboot one node for maintenance. And I want everything to stay alive when (not: if) one node has any kind of problem. You will lose three or four OSDs if any node dies. This implies definitively data loss...
  13. UdoB

    Ich benötige eure HILFE / ZFS pool ist weg.

    Sorry, ich habe noch nie OMV auf PVE verwendet und ich habe auch noch nie einen ganzen ZFS Pool in eine VM hineingereicht...
  14. UdoB

    Ich benötige eure HILFE / ZFS pool ist weg.

    Ohne konkrete Zitate der Fehlermeldungen ist eine Antwort schwierig. Was genau wolltest du tun? Was hast du dementsprechend gemacht? Was hattest du erwartet? Was geschah stattdessen? Bitte jeweils den kompletten Befehl und die komplette Antwort vom System hier posten ;-) (Und zwar bitte in...
  15. UdoB

    Pardon my less-than-intelligent question, but is there a way to install Proxmox on a Ceph cluster?

    The usual boot process uses the BIOS firmware to read the very first blocks of the operating system. This is before even the "initrd"/"initramfs" is available = "pre-boot". While boot devices may be local hardware and network devices with some different flavors of well established network-boot...
  16. UdoB

    [SOLVED] [PVE 9.1.0/PVE-Manager 9.1.5] Customized ZFS Min/Max Size--Unexpected Behavior in RAM Summary. Did I Do Something Wrong?

    I would expect this behavior. And yes, the ARC only gets actually used when ZFS recognizes relevant read pattern by watching the MRU/MFU counters. (--> "warm up". Newer systems may reload the ARC on boot from disk though...)
  17. UdoB

    Netzwerkspeicher unter Proxmox einbinden

    Es gibt natürlich zahlreiche valide Ansätze. Ich verwende (im Homelab) "Zamba": https://github.com/bashclub/zamba-lxc-toolbox. Damit bekommt man einen ausgereiften AD-kompatiblen Fileserver, der für die Windows-Nutzer beispielsweise die regelmäßig erstellten Snapshots via "Vorherige...
  18. UdoB

    Splitbrain 1 Node after Hardware Error

    Yes, that's the culprit. I've been there once. The lesson I learned was to only modify the structure of a cluster when all nodes are online :-) The workaround is to make corosync.conf editable. As that node has not quorum you need to mount the configuration database locally and edit the file...
  19. UdoB

    Question about Feature Replication

    Just restore the VM of your choice on the other node. The storage type on the other node does not have to be the same as it was on the source. The result is basically a "replicated" VM from/to different filesystems ;-) The are CLI tools available, so you can script the whole process to...
  20. UdoB

    Wie kann ich im Cluster Ausfallsicherheit herstellen?

    Hinsichtlich live-Migration, ja. Richtig, der ist ja gerade kaputtgegangen. Naja, wie in #2 schon erwähnt: du verlierst die Daten seit der letzten Replikation. Aber ja, auf dem überlebenden Node startet HA diese VM neu. Automatisch!