A repository of information technology questions and answers

Latest posts

Troubleshooting ZFS

Most ZFS errors I've experienced generally fall into one of three categories. missing devices, damaged devices and data corruption.

ZFS Recommendations

Because ZFS uses kernel addressable memory, we need to make sure to allow enough system resources to take advantage of its capabilities

ZFS Hardware Maintenance

Once the drive has been physically replaced, run the 'zfs replace' command against the device to allow it to be brought back online.

ZFS Data Protection

ZFS is a transactional file system. For each write request, a copy is made of the specified block protected by Copy-On-Write (COW)

ZFS Dataset Size

A simple entry on how to discover or set the size for a given ZFS dataset as occasionaly we need to increase the size of a ZFS dataset.

ZFS Pool Management

When disks are added to an existing mirrored or RAID Z pool, the ZFS is resilvered to redistribute the data.

ZFS Internals

Max Bruning wrote an excellent paper on how to examine the internals of a ZFS data structure.

ZFS and Sun Cluster integration

A ZFS owned disk may be promoted to be a quorum disk on current Sun Cluster versions