Announcement

Collapse
No announcement yet.

OpenZFS 2.1-rc1 Released With Distributed Spare RAID "dRAID"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • OpenZFS 2.1-rc1 Released With Distributed Spare RAID "dRAID"

    Phoronix: OpenZFS 2.1-rc1 Released With Distributed Spare RAID "dRAID"

    The first release candidate of the forthcoming OpenZFS 2.1 file-system for Linux and FreeBSD systems is now available for testing...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    The compatibility property is also very interesting; especially with how it's expandable. It covers GRUB2, per OS, OpenZFS by year, ZoL versions, and more. It is gonna make setting up new systems and long-term management so much easier. Thanks Colm.

    Code:
    zpool create -o compatibility=grub2 tank /dev/disk/by-id/wysiwyg

    Comment


    • #3
      draid vdev support has been available since OpenZFS 2.0. I have it running on a FreeBSD 12.2 system via the openzfs port, and natively on a FreeBSD 13.0-RC2 system.

      [root@alphadrive ~]# freebsd-version -ku
      12.2-RELEASE-p3
      12.2-RELEASE-p3
      [root@alphadrive ~]# zpool version
      zfs-2.0.0-rc1
      zfs-kmod-v2020120100-zfs_aa2778d10

      [root@alphadrive ~]# zpool status storage
      pool: storage
      state: ONLINE
      status: Some supported features are not enabled on the pool. The pool can
      still be used, but some features are unavailable.
      action: Enable all features using 'zpool upgrade'. Once this is done,
      the pool may no longer be accessible by software that does not support
      the features. See zpool-features(5) for details.
      config:

      NAME STATE READ WRITE CKSUM
      storage ONLINE 0 0 0
      draid2:4d:44c:2s-0 ONLINE 0 0 0
      <snip output as there's 44 drives>


      [root@omegadrive ~]# freebsd-version -ku
      13.0-RC2
      13.0-RC2
      [root@omegadrive ~]# zpool version
      zfs-2.0.0-FreeBSD_gf11b09dec
      zfs-kmod-2.0.0-FreeBSD_gf11b09dec

      [root@omegadrive ~]# zpool status storage
      pool: storage
      state: ONLINE
      status: Some supported features are not enabled on the pool. The pool can
      still be used, but some features are unavailable.
      action: Enable all features using 'zpool upgrade'. Once this is done,
      the pool may no longer be accessible by software that does not support
      the features. See zpool-features(5) for details.
      config:

      NAME STATE READ WRITE CKSUM
      storage ONLINE 0 0 0
      draid2:6d:90c:2s-0 ONLINE 0 0 0
      <snip output as there's 90 drives>

      Comment


      • #4
        Originally posted by phoenix_rizzen View Post
        draid vdev support has been available since OpenZFS 2.0. I have it running on a FreeBSD 12.2 system via the openzfs port, and natively on a FreeBSD 13.0-RC2 system.
        Yes, much of the code was there, but upstream had it marked as experimental. 2.1 is where openZFS devs officialy said "yep, this is good, feel free to use it"

        Comment

        Working...
        X