Recent content by fmoreira86

  1. F

    ZFS 2.3.0 has been released, how long until its available?

    PVE 9 Beta is out! Has anyone taken the time to test ZFS yet? :) Noticed any significant improvements?
  2. F

    ZFS 2.3.0 has been released, how long until its available?

    Can we expect any improvements in local performance with ZFS 2.3.x, particularly in RAID 10 configurations using NVMe PCIe 5.0 enterprise SSDs?
  3. F

    Question about eventual node failure during ZFS replication in 2-node cluster

    Hi everyone, I have a Proxmox cluster with 2 nodes, both using local ZFS storage. Some VMs are configured for ZFS replication between the two nodes. My question is: If the node running a given VM (let's call it VM X) fails during a ZFS replication process, will the second node have a valid...
  4. F

    3.4.0 Upgrade – Detected X Index Files Outside Expected Directory Structure

    find /mnt/datastore/BackupStore -type f -name "*.fidx" | wc -l 1004 find /mnt/datastore/BackupStore -type f -name "*.didx" | wc -l 0 Right now I've: 2025-04-13T23:17:00+01:00: marked 100% (1004 of 1004 index files) 2025-04-13T23:17:00+01:00: found 9 index files outside of expected directory...
  5. F

    3.4.0 Upgrade – Detected X Index Files Outside Expected Directory Structure

    Hi! Since upgrading to 3.4.0, I’ve been getting the following message when the GC runs: 2025-04-12T11:53:29+01:00: marked 100% (1004 of 1004 index files) 2025-04-12T11:53:29+01:00: found 3 index files outside of expected directory scheme Any idea what might be causing this? I tried to run...
  6. F

    NVMe PCIe 5 benchmarking

    I don’t complain much. My environment and use case strike a good balance between features and performance. Of course, I’m not a fan of the significant performance penalty—especially considering that each of my NVMe drives can reach 16,000 MB/s, and I’m using four of them in RAID 10 on each...
  7. F

    ZFS on RAID 10 with 4 x PCIe5 NVMe Drives: Performance Insights and Questions

    Hello everyone. I recently acquired 2 HPE DL380 GEN11 servers. Each node has 512GB of RAM and 4 PCIe5 NVME drives of 3.2TB (HPE, but manufactured by KIOXIA). Given my use case, where the goal was not to have shared storage but rather a cluster with VM replication, I created a logical volume for...