gmzang / maczfs

Automatically exported from code.google.com/p/maczfs
Other
0 stars 0 forks source link

Set up Wiki pages for ZFS and Pool versions #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As posted to 
http://groups.google.com/group/zfs-macos/browse_thread/thread/bb7a40bdbf9e0e3d?p
li=1

The open solaris community has a set of pages on ZFS pool and filesystem 
version numbers available:

http://www.opensolaris.org/os/community/zfs/version/1 (ZPoolV1)
http://www.opensolaris.org/os/community/zfs/version/zpl/1 (ZFSV1)

It gets redirected to this URL at the moment but I'm not sure how long it will 
last for:

http://hub.opensolaris.org/bin/view/Community+Group+zfs/1 (ZPoolV1)
http://hub.opensolaris.org/bin/view/Community+Group+zfs/1%2D1 (ZFSV1)

If we create a set of pages on the Google Code wiki (with a back-link to the 
original) we could summarise the changes then update the code to refer to (say)

http://code.google.com/p/maczfs/wiki/ZpoolV1
http://code.google.com/p/maczfs/wiki/ZfsV1

We can't just cut-n-paste the contents from the wiki (since the doc isn't under 
CDDL directly) but in most cases the changes are relatively simple and can be 
summarised. For example, Pool V 9 contains refquotas and some bug fixes.

http://hub.opensolaris.org/bin/view/Community+Group+zfs/9

We can also hook from there to the corresponding MacZFS version, e.g. MacZFS74 
(MacZFS77+ in the case of V9).

Note that there are two version numbers; the pool version (which is the more 
common one), of which MacZFS 74 is  V8, and the zfs version, which on MacZFS 74 
is V2. You can see what is supported by running:

zpool upgrade -v
zfs upgrade -v

Original issue reported on code.google.com by alex.ble...@gmail.com on 23 Dec 2010 at 12:18