Archive for 'Solaris ZFS'

Improved ZFS scrub statistics in Solaris 10 update 9

I talked about the ZFS scrub feature a few months back. In the latest Solaris 10 update the developers added additional scrub statistics, which are quite handy for figuring out throughout and estimated completion times: $ zpool scrub rpool $ zpool status -v pool: rpool state: ONLINE scan: scrub in progress since Tue Dec 6 [...]

Using the ZFS scrub feature to verify the integrity of your storage

There have been a number of articles written over the past few years that talk about how silent data corruption can occur due to faulty hardware, solar flares as well as software defects. I’ve seen some oddities in the past that would probably fall into these categories, but without sufficient time to dig deep it’s [...]

Better ZFS pool fault handling coming to an opensolaris release near you!

I just saw the following ARC case fly by, and this will be a welcome addition to the ZFS file system!: OVERVIEW: Uncooperative or deceptive hardware, combined with power failures or sudden lack of access to devices, can result in zpools without redundancy being non-importable. ZFS’ copy-on-write and Merkle tree properties will sometimes allow us [...]

Triple parity RAIDZ (RAIDZ3) support in ZFS

I just saw the following putback notice come over the wire: Author: Adam Leventhal Repository: /hg/onnv/onnv-gate Latest revision: 17811c723fb4f9fce50616cb740a92c8f6f97651 Total changesets: 1 Log message: 6854612 triple-parity RAID-Z This is pretty sweet, and with the introduction of 2TB+ drives, using multiple parity drives will become essential to ensuring that your data is safe when a drive [...]

Configuring jumpstart to install Solaris on a ZFS root

I was playing around with ZFS root a week or two back, and wanted to be able to create the ZFS root pool and associated file systems (dump device, swap, /var) through jumpstart. To install to a ZFS root pool, you can add the “pool” directive to your client profile: pool rpool auto 4g 4g [...]

Automating ZFS snapshots with the SMF auto-snapshot service

One of the nice features of ZFS is the ability to take file system snapshots, which you can then use to recover perviously deleted data. In recent opensolaris and Nevada builds, there are several auto-snapshot services that can be used to schedule hourly, daily, weekly and monthly snapshots: $ svcs -a | grep auto-snapshot disabled [...]

« Older Entries