Search results

  1. gurubert

    Ceph recovery: Wiped out 3-node cluster with OSDs still intact

    As you have created a new cluster (id 9c9daac0-736e-4dc1-8380-e6a3fa7d2c23) and the OSDs on disk belong to the old cluster (id c3c25528-cbda-4f9b-a805-583d16b93e8f) you cannot just add them. Have you read through the procedure to recover the MON db from the copies stored on the OSDs...
  2. gurubert

    move storage

    No, the NFS is read on the node where the VM is currently located.
  3. gurubert

    USV via SNTP einbinden in NAT

    NUT hat auch einen snmp-driver, damit geht das üblicherweise.
  4. gurubert

    Proxmox routing - BGP lab

    VyOS-1 already has a link to the Huawei router according to your network diagram. You just have to enable a BGP session between them.
  5. gurubert

    How to Clone a VM and Assign a Different IP Address to the Clone?

    Either the VM is using a DHCP client, then the clone will get a different IP configuration from the DHCP server because it gets a different MAC address. Or you build a VM template that includes cloud-init and clone your VMs from that. Then you can set a static IP configuration from the Proxmox...
  6. gurubert

    Help, Ceph Configuration Showing Warnings

    You have to have at least three nodes active before being able to do anything with Ceph storage.
  7. gurubert

    Proxmox routing - BGP lab

    Does the Huawei router have two interfaces with both the same IP network 20.20.20.0/24 attached? This will not work.
  8. gurubert

    Where does Proxmox get the gateway IP?

    A host can only have one default gateway. If you add a second interface with its own IP subnet just do not add a default gateway in its configuration.
  9. gurubert

    [SOLVED] Traffic separation and nics - how to plan the network?

    That's another important aspect. To establish a good quorum an odd number of nodes should be used.
  10. gurubert

    Empty root user password allows login with any password

    The root password field in /etc/shadow should never be empty. Put an x or an exclamation mark (just not a valid hash value) in it to disable password based logins for the account. This is nothing new. A blank password field allows login with any password since the dawn of Unix.
  11. gurubert

    [SOLVED] Traffic separation and nics - how to plan the network?

    My 2c: Do not use the 100G network for the Ceph cluster network but instead for the public network. No need for a separate cluster network here. Use 2x 10G for Proxmox management and VM migration. Use the other 2x 10G for VM guest traffic. Use the remaining 1G ports for additional corossnc...
  12. gurubert

    [TUTORIAL] FabU: can I use Ceph in a _very_ small cluster?

    It really depends. If the cluster is large enough to spread over several racks with rack being the failure zone you could argue that you do not need redundant top of rack switches. The loss of a whole rack can then be easily mitigated. But yes, in small clusters network redundancy is a must.
  13. gurubert

    [SOLVED] SDN VXLAN requirements switch

    VXLAN packets are transported via UDP. Switches and other network hops do not need any special configuration.
  14. gurubert

    Pve Ceth Cluster und Snapshots

    Nein, die dreifache Replikation bezieht sich auf den Pool und die Objekte darin. OSDs kann ein Ceph-Cluster tausende haben. Die Objektkopien werden gleichmäßig auf sie verteilt.
  15. gurubert

    Pve Ceth Cluster und Snapshots

    Sehr geringe Latenz ist bei Ceph nur schwer zu erreichen, gerade bei nur 3 Knoten. Warum nicht in allen 9 Knoten OSDs ausrollen? Snapshots sind problemlos möglich.
  16. gurubert

    Diskrepanz Stromverbrauch bei Server 2022 und Server 2025

    Welchen CPU-Typ haben die VMs? Den generischen kvm64 oder host oder einen dazwischen?
  17. gurubert

    Slow restore speed on Ceph

    A 1G network interface has a max bandwidth of around 100-120MB/s. This is why even 60MB/s seem to be fast for writing at least for me.
  18. gurubert

    Slow restore speed on Ceph

    Writing to Ceph means three network trips instead of just one for LVM. A 1G network is way too slow for anything related to shared network storage.