Page 1 of 1

consistent versioning request

PostPosted: Sat Mar 15, 2014 2:45 pm
by roemer
First of all, congratulations for the first installer package release of OpenZFS on OSX!

This first release (the dmg) is labelled as version 1.2.0.
The kernel extension bundles inside however have version number 1.0.0
(for example CFBundleVersion in /Library/Extensions/zfs.kext/Contents/Info.plist)

Would it be possible to keep both version numbers in sync - so either 1.2.0 or 1.0.0?
I think this would it make easier to keep track of current versions installed and of future updates.

Thanks!


PS: I tried to post this in the developer discussions forum ("OpenZFS on OS X Development") but that seems to be read-only?

Re: consistent versioning request

PostPosted: Sun Mar 16, 2014 6:34 am
by ilovezfs
OK, permissions on the Development forum now fixed.

We might change that version to match, but it's really an unrelated thing.

If you're looking for version information you can do something like this
Code: Select all
$ pkgutil --pkgs | grep zfs | xargs -I "#" pkgutil --info "#" ; syslog -k Sender kernel | grep "Loaded"
package-id: net.lundman.openzfs.splKernel106.pkg
version: 1.0
volume: /
location:
install-time: 1394979120
package-id: net.lundman.openzfs.zfsKernel106.pkg
version: 1.2
volume: /
location:
install-time: 1394979120
package-id: net.lundman.openzfs.zfsUser106.pkg
version: 1.2
volume: /
location:
install-time: 1394979120
Mar 16 07:12:00 Josephs-MacBook-Pro kernel[0] <Debug>: SPL: Loaded module v0.01 (ncpu 8, memsize 17179869184, pages 4194304)
Mar 16 07:12:00 Josephs-MacBook-Pro kernel[0] <Debug>: ZFS: Loaded module v0.6.2-rc1, ZFS pool version 5000, ZFS filesystem version 5