UdoB's latest activity

  • UdoB
    UdoB replied to the thread Why ZFS Pool so slow VS raid hw ?.
    Well, maybe. Probably you are comparing apples with oranges. And "iowait move up to 75%, cpu usage around 30%, load around 100 !!!" does tell us nothing as there is no "Megabytes per second" or "In-/Out operations per seconds" reported. Note...
  • UdoB
    Da kann ich nicht wirklich weiterhelfen: alle Kisten (eher: Kistchen), die ich in den letzten Jahren gekauft habe, haben keinen einzigen 3.5"-Slot mehr - das sind alles "Mini-PC", ausschließlich aus Strompreis-Absurditäts-Gründen :-( Allerdings...
  • UdoB
    Super Danke Datacenter --> Storage --> <storage> --> Edit --> General --> [x] Thin provision das war der haken der gefehlt hat, jetzt sieht man nach der Kompressen was noch an GB frei sind. zfs list -o space local-ssd-001 NAME AVAIL...
  • UdoB
    Hallo, das sieht nach einer kleinen CPU Intel N100 aus. 1 Ramriegel, falles man den Austauschen könnte, dann sind vielleicht auch 32 GByte DDR4 oder 48 GB DDR5 möglich. Kollege Dennis hat dazu einen Artikel geschrieben: #...
  • UdoB
    Reading https://www.dell.com/support/manuals/de-de/poweredge-rc-h730/perc9ugpublication/perc-card-specifications?guid=guid-ff4e55fb-921b-4445-9ee3-768d80807f2a&lang=en-us shows that it has a "Non-RAID or pass through mode". Activate that and use...
  • UdoB
    Als die dxp4800 frisch vorgestellt wurden, wollte ich ebenfalls eines beschaffen - die technischen Details sind wirklich interessant. Ich habe das bis heute nicht getan, und zwar nur wegen einem ganz konkreten Detail: 8 GiB Ram erscheint mir...
  • UdoB
    UdoB reacted to Johannes S's post in the thread N-Central monitoring of Proxmox host with Like Like.
    Does it have an agent for Linux? Then it should work to treat your Proxmox server as another Linux Server and install the Linux agent on it.
  • UdoB
    Und alle Devices sind online, das sollte also klappen. "-f" ist nur notwendig, falls der Pool "vorher" nicht exportiert wurde. Ich würde zuerst "zpool import Tank" (oder hier "zpool import 562618278136584885) verwenden. Vermutlich meckert der...
  • UdoB
    UdoB reacted to s25a's post in the thread No replication on ZFS Possible with Like Like.
    Thank you very much. The Problem was that I did not activate the local-zfs. After activating it and moving to that pool it worked. Thanks Alex
  • UdoB
    Okay, danke für den lesbaren Output. Eigentlich sieht alles korrekt aus. Allerdings fällt mir "sparse 0" auf. Damit wird bei dir nicht lediglich der benötigte Platz für virtuelle Festplatten belegt, sondern sofort der deklarierte. Die...
  • UdoB
    UdoB replied to the thread Loss.of local connection.
    That's not enough information to give a specific answer. The more details you tell us the higher the chance for a useful reply. (( While this obviously looks like a network-related problem you may have a problem with your power supply, the...
  • UdoB
    Ich empfehle, solche Dinge auf der Kommandozeile abzufragen und dann inklusive dem Befehl (und in -Tags gekapselt) zu posten. Ich kann deinen Post nämlich nur schwer interpretieren. Und Tippfleher sind manchmal nur schwer zu erkennen und...
  • UdoB
    UdoB replied to the thread No replication on ZFS Possible.
    In the first image it looks like your VM is stored on "local", which usually is a directory storage. To ZFS replication to work it is a requirement that the source is on ZFS - and there is a ZFS pool with the same name at the destination, of course.
  • UdoB
    Any updates ? It can be tricky to resolve your dependancy problem. And in fact it's not a good idea to install external software directly on your Proxmox host. I suggest you to backup properly the config.db with the documentation I send you...
  • UdoB
    UdoB reacted to BD-Nets's post in the thread 3 servers, 3 cables, 1 ceph network? with Like Like.
    Yes. See here: https://pve.proxmox.com/wiki/Full_Mesh_Network_for_Ceph_Server
  • UdoB
    That was the root cause. Due to hardware limitations, I wasn’t able to host all VMs on the NAS or Ceph configuration, so I ended up using local storage for some of them. I won't forget to remove this vms from HA next time Thank you again for...
  • UdoB
    I have no specific hint, but only a non-ceph-specific one: make sure that /etc/hosts has identical content on all nodes. This must work on each node and generate exactly the same output: for HOST in pve pve2 pve3 ; do ssh root@$HOST hostname...
  • UdoB
    Da der PBS immer Dedup macht, braucht man in der Regel nicht so viel Speicher wie bei anderen Klassischen Backuplösungen. Bei PBS wird auch SSD Speicher empfohlen, wegen dem Dedup, daher ist so ein großzügiges Sizing eher unüblich. Falls beim PBS...
  • UdoB
    Jein, die Standardsachen deckt die GUI ab, aber den kompletten Umfang was mit dem Linux-Unterbau möglich ( inklusive potentiell gefährlicher Aktionen) ist, kann und wird die GUI nie ganz abdecken. Eigentlich nicht...
  • UdoB
    UdoB replied to the thread [SOLVED] Reboot without reason.
    Probably not. (Why do you think so?) In the old days ZFS had default ARC size of 50%, that would fit. The newer limits (auto-configured by PVE during installation) are much lower, see...