• AggressivelyPassive@feddit.de
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    Serious question: why would anyone opt for XFS these days? I remember reading about it being faster/more efficient with small files, but is that still valid?

        • Synestine@sh.itjust.works
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          From the top of my head, compared to ext4: RAM use and the ability to shrink an FS if necessary. Oh, also I’ve used an EXT FS driver on a Windows host, but I’ve never seen one for XFS.

          • lemmyng@lemmy.ca
            link
            fedilink
            English
            arrow-up
            0
            ·
            1 year ago

            Just to clarify, the previous comment asked about benefits of XFS over ext4. But I completely agree with your reasons for choosing ext4.

            • Synestine@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 year ago

              Oh, my bad.

              The two benefits to XFS that I’ve ever seen are that it has no inode limit like ext4 (which prevents the FS shrink). The other is that it seems to handle simultaneous I/O better than ext4 does; think very active database volumes and datastores.

      • Kata1yst@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Rock solid may be a stretch. They still suffer from outrageous metadata bugs even to this day when used in busy file systems.

        That bug alone has been open for over a decade. Development focus of the people who understand and want to fix those things have shifted to other filesystems like ext4 and ZFS.

    • sickday@kbin.social
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      XFS has been the default file system for RHEL since RHEL 7. A lot of places typically roll with defaults there, so it makes sense to see it still widely used.

    • Snowplow8861@lemmus.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I’ll give you one reason it’s used commercially: Veeam can only use xfs or refs as a deduplication enabled store using fastclone. For example I have a 60 disk nas hosting hundreds of customer backups and a petabyte. Without deduplication imagine how many extra petabytes of storage would be consumed. Each backup is basically the same image as well as the backup processing time.

      Maybe they’ll get that same feature on zfs one day.

      Unless you want me to use refs? But I have tried that, and I’ve lost a whole volume to iscsi volume mounted to windows and formatted refs due to corruption when a network power loss happened gradually and whatever reason, that network interruption caused the whole volume to be unmountable over iscsi ever again. I’m not keen to retry that.

      Xfs is pretty good with 60 disks, I wouldn’t trust ext4 with that many but there’s nothing factual about ext4 but a feeling.

      About to get a second 60 disk nas for another datacentre for the same setup as above to migrate away from Wasabi as offsite. Will build xfs again. Looking forward to it.