-
Notifications
You must be signed in to change notification settings - Fork 1
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
zpool_version fact fails with undefined method 'captures' error #1
Comments
This is due to the fact that the zpool version scheme has changed. They are now using feature flags to indicate versions, and thus the output of zpool upgrade -v has changed. Old output (actually taken from a Solaris 10u10 box):
New output looks like this - no explicit "This system is currently running ZFS pool version blah":
I guess there are two possible courses of action here:
Since the official Oracle zfs versions apparently go higher than 28 now and don't support feature flags, I think the first option is the better one. We should probably add another fact for zfs_feature_flags. |
I'm not sure if this is due to the recent bump to zfsonlinux 0.6.0-rc14 (from rc8) or not, but the zpool_version fact fails now at run time.
The text was updated successfully, but these errors were encountered: