Recent content by aaron

  1. aaron

    [SOLVED] 2 node cluster - ansicht in webgui

    Wenn die Storages auf den Nodes unterschiedlich sind, musst du das entsprechend markieren auf welchen Nodes diese verfügbar sind. Wenn du ein Storage bearbeitest oben rechts die Nodes auswählen. Per Default sind alle Storages für alle Nodes definiert. Beim Cluster Join übernimmt die neue Node...
  2. aaron

    Proxmox with ceph performance

    Set it to warn, then you will see what the ideal would be, without it acting by itself. You should have something in the ballpark of 100PGs/OSD. If you have to few, it can impact performance and also recovery speed/impact in case you lose a node/OSD.
  3. aaron

    Proxmox with ceph performance

    The HW looks good so far. If I understand it correctly, the PVE hosts connect to the Ceph cluster via 25Gbit/s? While the Ceph nodes themselves use 100Gbit/s? I would verify that the network performs as expected, as in, do iperf / iperf3 checks between the Ceph nodes and the Ceph-PVE nodes. In...
  4. aaron

    Proxmox with ceph performance

    Some more details would be good to know: * Disk model of the OSDs * Network speed for the physical Ceph network(s) * General specs of the servers, like CPU and RAM * cat /etc/pve/ceph.conf and cat /etc/network/interfaces please paste the output inside [CODE] blocks (or use the code formatting...
  5. aaron

    [SOLVED] Adding a new separated pool to existing Ceph

    Overall it looks okay. But especially in the beginning it could be simplified. create new HDD only rule: ceph osd crush rule create-replicated replicated_hdd default host hdd Then assign that rule to the existing pools. Some rebalancing is possible. But your data is save. Then add the SSDs...
  6. aaron

    Cluster total ausfallsicher gegen Brand etc.

    Cluster über 2 Räume / Locations ist hier erläutert, mit Ceph als Storage: Würde grundsätzlich auch mit anderen Storages gehen. Wenn man kein HCI Ceph nimmt, kann die Stimme an dritter stelle auch gerne ein QDevice statt voller Node sein. https://pve.proxmox.com/wiki/Stretch_Cluster
  7. aaron

    How to precisely check the actual disk usage of Ceph RBD?

    you can check if we already have a feature request in our bugtracke or not. if we do, please chime in https://bugzilla.proxmox.com without checking in detail, fetching that info would mean extending the storage plugin API, so a little bit more involved. But definitely make it known on the...
  8. aaron

    How to precisely check the actual disk usage of Ceph RBD?

    rbd -p <pool> du would be the quickest way
  9. aaron

    NetApp ONTAP deploy support

    https://pve.proxmox.com/wiki/Proxmox_VE_API https://pve.proxmox.com/pve-docs/api-viewer/index.html and it is true, Proxmox VE does not use libvirt at all, but handles the interaction with kvm/qemu directly.
  10. aaron

    LVM on shared storage

    See https://forum.proxmox.com/threads/cluster-aware-fs-for-shared-datastores.164933/#post-840004
  11. aaron

    Cluster aware FS for shared datastores?

    The Proxmox VE cluster puts a storage lock in place so the other nodes know not to modify the metadata. As with any other shared storage, there is only ever one active VM process accessing the data. Either the source VM, or after the handover, when the state has been fully migrated, the target...
  12. aaron

    Ceph 20.2 Tentacle Release Available as test preview and Ceph 18.2 Reef soon to be fully EOL

    only partially related, but why does this need SMB? Have you looked at NFS exports? They should also be a valid option and should work without cephadm or ceph orch, last time I checked (has been a while) https://docs.ceph.com/en/latest/cephfs/nfs/
  13. aaron

    [SOLVED] Wrong memory usage monitoring

    I didn't go through this 6 year old thread, since things changed quite a bit since then. Please checkout this part of the Proxmox VE 8 to 9 upgrade guide https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#VM_Memory_Consumption_Shown_is_Higher That should explain the situation and requirements to...
  14. aaron

    Verbesserung in Fehlermeldung gewünscht

    ja, wenn man anfängt zu schreiben und dann zwischendurch kurz abgelenkt wird ;)
  15. aaron

    Verbesserung in Fehlermeldung gewünscht

    Auf was genau versuchst du die MAC zu setzen? Es gibt hier Einschränkungen was Unicast MACs sind: https://en.wikipedia.org/wiki/MAC_address#Ranges_of_group_and_locally_administered_addresses Wenn ich das richtig sehe, sollte das eine "BD:...." werden? D an zweiter Stelle ist eine Multicast MAC...