Recent content by spirit

  1. spirit

    Glusterfs is still maintained. Please don't drop support!

    they are no problem with PG autoscale, it's really depend of what you want to do with ceph. you could have multiple pools (in this case, need to define target ratio for each pool depending of what you want to do with your pool). you can have rbd, radosgw/s3, cephfs. same for erasure coding K+M...
  2. spirit

    Glusterfs is still maintained. Please don't drop support!

    here a small blog article about new fast erasure coding implementation && partial read , and some benchmarks inside too https://ceph.io/en/news/blog/2025/tentacle-fastec-performance-updates/
  3. spirit

    Glusterfs is still maintained. Please don't drop support!

    The main problem with PG autoscale, by default, if your pool is empty, it'll not set a lot of PG, and this can slowdown write a lot (because of pg lock). You should have between 100~200 PG by OSD (you can see them osd by osd on the osd tree). The most simply way , when you have only 1 pool, is...
  4. spirit

    Glusterfs is still maintained. Please don't drop support!

    @alpha754293 - how many PG do you have on your ceph cluster ? (new pool on empty storage are setting low number of PG by default with target ratio is not configured on the pool, and this can give very low write speed). - do you have enable writeback on your vm ? (for ceph, it's really...
  5. spirit

    [PVE 9.x/ZFS-backed VM storage] Support for Using RAW Files instead of zVols for VM disks?

    what is the benefit ? you'll have same performance but no snapshot and no replication support.
  6. spirit

    Proxmox 9.2.2 with Ceph Squid bad write performance

    200MB/S with which block size ? iodepth ?
  7. spirit

    Proxmox on Debian secure boot setup

    Hi, I wrote a script to automatic install from debian iso + proxmox package (using debian preseed + proxmox kernel && shim && grub) https://forum.proxmox.com/threads/tutorial-proxmox-ve-unattended-installation-over-debian-with-secureboot-crypto-lvm-for-cis-compliance.183880/
  8. spirit

    [TUTORIAL] Proxmox VE unattended installation over debian with secureboot + crypto lvm for CIS compliance

    Hi, I have wrote a script to generate an iso install with debian + proxmox package merged + debian preseed file for automatic installation, with crypto lvm + specific partitions for CIS compliance. It's using secureboot with proxmox shim && grub packages. You can simply tune the preseed file...
  9. 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...
  10. 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)...
  11. 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...
  12. 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)
  13. spirit

    Dell PowerEdge R640 compatibility

    I have r610,r630,r640 in production. I never had problem with drivers.
  14. 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 ?
  15. 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