Klara

Search Results for Uncategorized

Article

Getting Started with OpenZFS 2.0

FreeBSD 13.0 imported OpenZFS 2.0 replacing the bespoke port that had served since 2007. The FreeBSD installer has an interface allowing ZFS as the root file system, allowing a bootable FreeBSD system on ZFS. Selecting the guided root on ZFS, install will permit graphical selection of disks to include in a pool. This is an easy way to explore ZFS features without an extensive hardware investment. This article will introduce new users to ZFS, and cover some of the new features in the upgrade.

View Now
Article

Building Customized FreeBSD Images

Did you know that Poudriere is not only a package building tool for FreeBSD, but it can also generate FreeBSD images? You can also use NanoBSD or, perhaps, assemble a bootable FreeBSD image by hand. This article will explore some of the ideas and tools required to start down the path of building customized FreeBSD images, and by the end you should have the knowledge required to continue on your own.

View Now
Article

Basics of ZFS Snapshot Management

One of the many powerful features of OpenZFS are snapshots. OpenZFS stands out in its snapshot design, providing powerful and easy-to-use tools for managing snapshots. Snapshots complement a backup strategy, as they are instantaneous and don’t require a backup window. Since snapshots are atomic, they are not affected by other processes and you don’t have to stop any running applications before taking a snapshot. In this article we’ll start with the basics: creating, using, and deleting file system snapshots.

View Now
Article

FreeBSD iostat – A Quick Glance

Understanding disk io at a glance with the FreeBSD iostat. Use iostat to determine usage patterns, bottlenecks and poor behavior at a glance. It can produce data to support conclusions and suggest further investigation when used judiciously. In this article, we will dissect its output and introduce disk subsystem troubleshooting using statistical output from iostat.

View Now
Article

History of ZFS – Part 1: The Birth of ZFS

Since its early days, ZFS has quickly developed into a robust and proven file system for long-term, large-scale data storage. The trustworthy file system also comes with an interesting story. Find out how the idea of ZFS was born, how it was developed and who stood by it, in our latest write-up.

View Now
Article

dRAID, Finally!

Distributed RAID is a new vdev type that complements existing ZFS data protection capabilities for large storage arrays. With the release of OpenZFS 2.1, draid will be supported on OpenZFS, and this is exciting news as it brings integrated distributed hot spares, allowing for faster resilvering and better performances for data protection. Dive into an interesting read and find out what options dRAID offers.

View Now
Article

OpenZFS: Using zpool iostat to monitor pool performance and health

zpool iostat is simply “iostat, but specifically for ZFS.” It is also one of the most essential tools in any serious ZFS storage admin’s toolbox – a tool as flexible as it is insightful. Learn how to use zpool iostat to monitor device latency and individual disks or how to go near-realtime.

View Now
Article

OpenZFS: All about the cache vdev or L2ARC

The cache vdev, better known as “L2ARC” is one of the well-known support vdev classes under OpenZFS. But did you know it is not an ARC at all? Joins us in the journey to discover L2ARC, and learn about L2ARC feed rates, how it receives data, or when you should use it.

View Now
Article

OpenZFS: Understanding Transparent Compression

Transparent (inline) configurable compression is one of the many compelling features in OpenZFS—but it is also one of the more frequently misunderstood features. Part of our “OpenZFS in Depth” series, we walk you through how OpenZFS compression works and dive into parameters like ashift and recordsize.

View Now