dweeezil / zfs-images

Reference zpool images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains a collection of ZFS pools which are intended to be used as reference images. The goal is to ensure that there are representative samples from all the major ZFS implementations. It is also desirable that these images encompase the myriad of optional states in which a pool can exist.

Each of the images described below is maintained as a compressed tarball which includes the vdevs needed to describe a pool. When contributing a new image care should be taken to minimize its size. Effective techniques for minimizing the image include sparse files for vdevs, writing highly compressible data patterns, and using the 'tar --sparse' and 'bzip2 --best' options. Finally, each new image must be briefly described in this file.

Name Version Description
zol-0.6.1 v5000 Created with ZoL v0.6.1
          |         | 
          |         | The pool was created with all default settings and
          |         | populated with a few hundred files and directories.
          |         | It includes a snapshot and clone of the filesystem
          |         | which has been modified from the original.  The pool
          |         | has been scrubbed once and was cleanly exported.
          |         |

zol-0.6.2 | v5000 | Created with ZoL v0.6.2 | | | | This pool was created in same way as the zol-0.6.1 | | pool described above. | | zol-0.6.2-173 | v5000 | Created with ZoL zfs-0.6.2-173-g881f45c | | | | Pools which have been imported with this version of | | ZoL and scrubbed or resilvered cannot be imported by | | older versions of ZFS. This was accidentally caused | | by openzfs/zfs#2094 and | | this pool was created for future reference. New ZoL | | versions must be able to import the pool and fix it. | | It was created the same was as the zol-0.6.1 pool. | | zevo-1.1.1 | v28 | Created with ZEVO v1.1.1 | | | | This pool was created to illustrate differences in | | the on disk format of a ZEVO pool. In particular, | | openzfs/zfs#1911 | | describes how neither an "external ACL" (ZNODE_ACL) | | nor a new-style DACL_ACES SA are created. One of | | these is required by all other ZFS implementations.

About

Reference zpool images