News

zfs-0.8.2 releases with support for 2.6.32 – 5.3 Linux kernels and major bug fixes

2 min read

Last week, the team behind ZFS released zfs-0.8.2, an advanced file system. This release comes with support for 2.6.32 – 5.3 Linux kernels and comes with a list of changes.

What’s new in zfs-0.8.2

  • The issue regarding the deadlock condition for scrubbing root pools on kernels has been resolved in this release.
  • The team has made QAT related bug fixes.
  • Fixes have been made to the zpool subcommands error message and unsupported options.
  • zfs-dkms .deb package warning in the prerm script has been fixed.
  • zvol_wait script now ignores partially received zvols.
  • New service that waits on zvol links have been created.
  • In etc/init.d/zfs-functions.in arch warning has been removed.
  • Comments have been updated to match code.
  • In this release, ZFS_DEV macro is used instead of literals.
  • Slog test setup has been made more robust.
  • Performance has been improved with the help of dmu_tx_hold_*_by_dnode().
  • In this release, default zcmd allocation has been increased to 256K.
  • Error text for EINVAL in zfs_receive_one() has been fixed.

Few users on Hacker News seem to be happy about this release and the progress made by the team behind zfs, a user commented on Hacker News, “I contributed a few patches to ZFS on Linux about 8 years ago – at a time when it was still very much in its infancy and panic’d when you looked at it in the wrong way. It’s incredible how far they’ve come. We’re using ZFS on Linux on about 120 servers at work and it’s rock solid. Snapshots are a lifesaver in our day-to-day ops.” 

Another user commented, “Always admired ZFS since when it came out. The talks by the creators were so enlightening.”

Few others expected a block-pointer rewrite and background dedupe in this release. One of them commented, “Still no block-pointer rewrite?”

To know more about this news, check out the official post.

Other interesting news in programming

Rust 1.38 releases with pipelined compilation for better parallelism while building multi-crate project

Mypy 0.730 releases with more precise error locations, display error codes and more!

GNOME Foundation’s Shotwell photo manager faces patent infringement lawsuit from Rothschild Patent Imaging

 

Amrata Joshi

Share
Published by
Amrata Joshi

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago