-
Notifications
You must be signed in to change notification settings - Fork 37
MODULES-11423: add zfs attribute defaultuserquota #63
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
MODULES-11423: add zfs attribute defaultuserquota #63
Conversation
zfs is a typeBreaking changes to this file MAY impact these 4 modules (near match):This module is declared in 1 of 580 indexed public
|
@eg-roberts thank you for your contribution! Could you sign the CLA? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @eg-roberts! This will need a few tweaks to wrap up.
Can you add newproperty(:defaultuserquota)
to the zfs
type here
puppetlabs-zfs_core/lib/puppet/type/zfs.rb
Lines 55 to 61 in 393b74c
newproperty(:dedup) do | |
desc 'The dedup property. Valid values are `on`, `off`.' | |
end | |
newproperty(:devices) do | |
desc 'The devices property. Valid values are `on`, `off`.' | |
end |
Then use this rake task to autogenerate the reference:
$ bundle install
$ bundle exec rake strings:generate:reference
...
And include the modified REFERENCE.md
in your commit.
Hi @eg-roberts friendly ping to see if you can update your PR? |
@h0tw1r3 was the bcrypt native extension issue resolved? Maybe that was in bolt? |
@joshcooper, yes it was updated in Puppet runtime, puppetlabs/puppet-runtime#854 |
Hi again @h0tw1r3 thanks again for contributing! Like
When you can, could you please update this PR too to account for this? puppetlabs-zfs_core/lib/puppet/type/zfs.rb Lines 83 to 89 in e16b1c2
Or in provider (for puppetlabs-zfs_core/lib/puppet/provider/zfs/zfs.rb Lines 60 to 69 in e16b1c2
|
@AriaXLi I'm not working at Puppet any longer and this is an internal CI issue. Someone else will need to pick this up. |
Adding the "skip changelog" label to this PR since it was superseded by #83 |
May we please add the zfs attribute 'defaultuserquota' to the zfs type/provider?