Recent content by spirit

  1. spirit

    EVPN, IPv6 and routed underlay

    ARP && ND is filtered by default, until you enable the option "Disable ARP ND Suppression". at layer2, the vnet address is not used at all. The bridge/vnet are forwarding through the vxlan tunnels between nodes in same vxan directly. (with the mac address routes in bgp evpn tables) At...
  2. spirit

    High iowait during NFS transfers on VM

    They are not going to works fine with zfs, sorry. you really need enteprise drive for zfs. (at minimum for the slog devices). just look at this thread with same disk (it was with ceph, but it's the some zfs, you need drive with fast sync write)...
  3. spirit

    High iowait during NFS transfers on VM

    note that you can use HA with local zfs replicated between node. (but you can loss the last non synced datas snapshot). you could have better resilience than a single NAS (or do you have 2 truenas nodes with a shared array ?) About your truenas, what are the ssd model ? enterprise ssd wih...
  4. spirit

    Proxmox (as a company) - what the HELL are you doing? Kernel update to 7 broke networking IN A VM

    note that you can configure the token permissions to have only audit access for monitoring, without backup/restore permissions. (I'm not sure about default permissions when pdm is generating the pbs token)
  5. spirit

    Dell PowerEdge R640 compatibility

    I have r610,r630,r640 in production. I never had problem with drivers.
  6. spirit

    Proxmox (as a company) - what the HELL are you doing? Kernel update to 7 broke networking IN A VM

    7.0 is optin and you can still boot on previous kernel in grub. And only availaible in non subscription repo. So, instead complaining, please report your nic model. Is it a pbs vm on proxmox ve ? Or on vmware ?
  7. spirit

    confused...CEPH delivering same performance on 100G as it did on 1G test

    move your cluster_network ip on the 100Gb too. (cluster_network is used for osd replication when defined, so it's limiting your write speed) auto nic4_100G00 iface nic4_100G00 inet static address 10.180.194.211/24 address 10.180.195.211/24 #CEPH
  8. spirit

    nftables does not work on virtual machines

    the firewall checkbox on nic is enable a fwbr bridge to get iptables work, but I think it doesn't do it with nftables (because it's not needed), and maybe it's bypass nftables rules when present. Maybe a note should be added in doc, that nftables activation need a reboot of node to be sure that...
  9. spirit

    Major speed reduction with bridged NIC vs Vmware

    do you have disabled hardware checksum offload ? https://docs.netgate.com/pfsense/en/latest/virtualization/virtio.html
  10. spirit

    Setting up a cluster and made a mistake

    it's a simple debian package, so if you are running debian on your machine yes. (you could install it on pbs too as alternative). they are also this alternative opensource project : https://pegaprox.com/ , it's python based web management interface, running on any linux
  11. spirit

    [SOLVED] Veeam v12 Native Proxmox Integration - Delivering 4.9 Gbps Backup Speeds to Offsite Storage

    proxmox don't have yet native continuous storage replication between 2 separated cluster.
  12. spirit

    Setting up a cluster and made a mistake

    you need 3 nodes for a cluster. with 2 nodes, if 1 node goes down, the other node will be readonly. (or install corosync qdevice on pbs for the third corosync vote). you can use proxmox datacenter manager if you want to manage in a central way standalone nodes.
  13. spirit

    Ceph with 2 Cluster Networks

    they are no multipath/redudancy at ceph level, you need to do it with bonding of your network cards