Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a pool containing unprocessed deferred destroy operations. #1

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 51 additions & 34 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,54 @@ 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 https://github.com/zfsonlinux/zfs/issues/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,
| | https://github.com/zfsonlinux/zfs/issues/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.

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 https://github.com/zfsonlinux/zfs/issues/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,
| | https://github.com/zfsonlinux/zfs/issues/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.
| |
bptree_obj-zol-0.6.2 | v5000 | Created with ZoL v0.6.2
| |
| | This pool was created to illustrate one of the many
| | states in which a valid exported pool may exist.
| | It contains the optional "bptree_obj" entry in the
| | MOS object directory which points to an object of
| | type DMU_OTN_UINT64_METADATA containing a pair of
| | bptree_entry_phys_t entries; one for each of a
| | pair of filesystems for which a deferred destroy is
| | pending. Although ZoL 0.6.2 was used to create this
| | pool, it was custom-modified to not process the
| | deferred destroy list in order to create this pool
| | cleanly. The pool's name is "tank" and it contained
| | a pair of filesystemes, "tank/fs1" and "tank/fs2",
| | each of which contained a single small file. The
| | deferred destroy object and its object's data were
| | created by destroying both of these filesystems.
Binary file added bptree_obj-zol-0.6.2.tar.bz2
Binary file not shown.