Difference between revisions of "Projects"

From OpenZFS
Jump to navigation Jump to search
(More sentences, fewer bullets. Awareness-raising ideas.)
Line 1: Line 1:
== Active projects ==
== Active projects ==


Projects that are currently being worked on:
=== Resumable send/receive ===


* resumable send/receive ([[User:Csiden | Csiden]] is working on this)
[https://www.illumos.org/issues/2605 illumos gate - Feature #2605: Partial/incremental ZFS send/receive - illumos.org]
* Storage of small files in dnode ([[User:Mahrens | Mahrens]] is working on this)
 
* Raspberry Pi support ([[User:Ryao | ryao]] is working on this)
Work in progress by [[User:Csiden | Chris Siden]].
** Based on ZFS on Linux, which already works on ARM
 
** Some unresolved issues with running out of kernel virtual address space
=== Storage of small files in dnode ===
 
Work in progress by [[User:Mahrens | Matt Ahrens]].
 
=== Raspberry Pi® support ===
 
Based on ZFS on Linux, which already works on ARM.
 
Unresolved issues include: running out of kernel virtual address space.
 
Work in progress by [[User:Ryao | Ryao]].


== Inter-platform coordination ideas ==
== Inter-platform coordination ideas ==
Line 15: Line 25:
* Mechanism for pull changes from one place to another
* Mechanism for pull changes from one place to another
** Make it easier to build, test, code review, and integrate ZFS changes into illumos
** Make it easier to build, test, code review, and integrate ZFS changes into illumos
* Cross-Platform Test Suite
* Cross-platform test suite
** One sourcebase rather than porting STF to every platform?
** One sourcebase rather than porting STF to every platform?
** Maybe integrate [https://github.com/behlendorf/xfstests XFS Test Suite]
** Maybe integrate [https://github.com/behlendorf/xfstests XFS Test Suite]
Line 67: Line 77:
* [http://wiki.lustre.org/index.php/Architecture_-_ZFS_large_dnodes Large dnodes]
* [http://wiki.lustre.org/index.php/Architecture_-_ZFS_large_dnodes Large dnodes]
* [http://wiki.lustre.org/index.php/Architecture_-_ZFS_TinyZAP TinyZAP]
* [http://wiki.lustre.org/index.php/Architecture_-_ZFS_TinyZAP TinyZAP]
== Awareness-raising ideas ==
… awareness of the [[Main_Page | quality, utility, and availability]] of open source implementations of ZFS.
=== Quality ===
Please add or [[Talk:Projects | discuss]] your ideas.  
=== Utility ===
==== ZFS and OpenZFS in three minutes (or less) ====
A very short and light video/animation to grab the attention of people who don't yet realise why ZFS is an extraordinarily good thing.
For an entertaining example of how a little history (completely unrelated to storage) can be taught in ninety seconds, see [http://www.youtube.com/watch?v=sqohqlTnLrE&list=PL2E867DCE2D1CEF00 Hohenwerfen Fortress - The Imprisoned Prince Bishop] ([http://www.salzburg-burgen.at/en/werfen/ context]) (part of the [http://www.zonemedia.at/en/projects/ ZONE Media] portfolio).
A very short video for ZFS and OpenZFS might throw in all that's good, using plain english wherever possible, including:
* very close to the beginning, the word ''resilience''
* ''verifiable integrity of data'' and so on
* some basic comparisons (NTFS, HFS Plus, ReFS)
– with the 2010 fork in the midst but (blink and you'll miss that milestone) the lasting impression from the video is that '''ZFS is great''' ('''years ahead of the alternatives''') and OpenZFS is rapidly making it better for a broader user base.
Hint: there exist many ZFS-related videos but many are a tad dry, and cover a huge amount of content. Aim for two minutes :-) … [[Talk:Projects | discuss…]]
=== Availability ===
Please add or [[Talk:Projects | discuss]] your ideas.  
=== General ===
An OpenZFS channel on YouTube. Something more appealing and naturally better organised than the automatically generated [http://www.youtube.com/channel/HCNjOOYCUqXF8 ZFS] channel.

Revision as of 19:12, 26 September 2013

Active projects

Resumable send/receive

illumos gate - Feature #2605: Partial/incremental ZFS send/receive - illumos.org

Work in progress by Chris Siden.

Storage of small files in dnode

Work in progress by Matt Ahrens.

Raspberry Pi® support

Based on ZFS on Linux, which already works on ARM.

Unresolved issues include: running out of kernel virtual address space.

Work in progress by Ryao.

Inter-platform coordination ideas

Ideas for projects that would help coordinate changes between platforms:

  • Mechanism for pull changes from one place to another
    • Make it easier to build, test, code review, and integrate ZFS changes into illumos
  • Cross-platform test suite
    • One sourcebase rather than porting STF to every platform?
    • Maybe integrate XFS Test Suite
  • Userland ZFS
    • we already have ztest / libzpool
    • want to expand this to also be able to test more of zfs in userland
    • want to be able to run /sbin/zfs, /sbin/zpool against userland implementation
    • want to be able to run most of testrunner (and/or STF) test suite against userland implementation
  • ZFS (ZPL) Version Feature Flags
    • Import ZFS on Linux sa=xattr into Illumos
  • /dev/zfs ioctl interface versioning
    • Ensure that future additions/changes to the interface maintain maximum compatibility with userland tools
    • Enable FreeBSD Linux jails / Illumos lx brandz to use ZFS on Linux utilities
  • Port ZPIOS [1] to Illumos from ZFS on Linux
    • This requires a rewrite to stop using Linux interfaces.
  • Virtual machine images with OpenZFS (see discussion on talk page)
    • to easily try OpenZFS on a choice of distributions within a virtual machine
    • images could be built for running on public clouds
    • images for installing to real hardware

General feature ideas

  • ZFS Channel Programs
  • device removal
    • based on indirect vdevs, rather than bprewrite
  • Reflink[2] support
  • Unified ashift handling [3]
  • Raidz Hybrid Allocator (preferably compatible with pool version 29 for Solaris 10u11 compatibility)
  • 1MB blocksize (preferably compatible with pool version 32, as pool-feature-flag)
  • Replace larger ZIO caches with explicit pages.
    • Subproject: Document useful kernel interfaces for page manipulation on various platforms
  • Improved SPA namespace collision management
    • Mostly needed by virtual machine hosts
    • work in progress in Gentoo
    • Temporary pool names in zpool import [4]
    • Temporary pool names in zpool create
  • TRIM Support
    • Realtime TRIM
    • Freespace TRIM
      • Walk metaslab space maps and issue discard commands to the vdevs.
  • Platform agnostic encryption support (preferably compatible with pool version 30, as pool-feature-flag)
    • The early ZFS encryption code published in the zfs-crypto repository of OpenSolaris.org could be a starting point. A copy is available from Richard Yao upon request.
  • Deduplication improvements
    • Bloom Filter
    • Use dedicated kmem_cache for deduplication table entries (easy to implement; will reduce DDT entries from 512-bytes to 320-bytes).

Lustre feature ideas

The Lustre project supports the use of ZFS as an Object Storage Target. They maintain their own feature request page with ZFS project ideas. Below is a list of project ideas that are well defined, benefit Lustre and have no clear benefit outside of that context.

Awareness-raising ideas

… awareness of the quality, utility, and availability of open source implementations of ZFS.

Quality

Please add or discuss your ideas.  

Utility

ZFS and OpenZFS in three minutes (or less)

A very short and light video/animation to grab the attention of people who don't yet realise why ZFS is an extraordinarily good thing.

For an entertaining example of how a little history (completely unrelated to storage) can be taught in ninety seconds, see Hohenwerfen Fortress - The Imprisoned Prince Bishop (context) (part of the ZONE Media portfolio).

A very short video for ZFS and OpenZFS might throw in all that's good, using plain english wherever possible, including:

  • very close to the beginning, the word resilience
  • verifiable integrity of data and so on
  • some basic comparisons (NTFS, HFS Plus, ReFS)

– with the 2010 fork in the midst but (blink and you'll miss that milestone) the lasting impression from the video is that ZFS is great (years ahead of the alternatives) and OpenZFS is rapidly making it better for a broader user base.

Hint: there exist many ZFS-related videos but many are a tad dry, and cover a huge amount of content. Aim for two minutes :-) …  discuss…

Availability

Please add or discuss your ideas.  

General

An OpenZFS channel on YouTube. Something more appealing and naturally better organised than the automatically generated ZFS channel.