-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add a notice in /etc/defaults/zfs for systemd users. #9544
Conversation
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.
Thank you for the PR to improve our documentation. This looks great, would you just mind force updating the PR to include you signed-off-by in the commit message.
git commit --amend -s
git push --force ...
The commit message should include Signed-off-by: Name <email>
.
Signed-off-by: Mo Zhou <cdluminate@gmail.com>
@behlendorf Done. Thanks for the tips about |
Codecov Report
@@ Coverage Diff @@
## master #9544 +/- ##
==========================================
+ Coverage 79.01% 79.06% +0.04%
==========================================
Files 418 417 -1
Lines 123686 123678 -8
==========================================
+ Hits 97736 97788 +52
+ Misses 25950 25890 -60
Continue to review full report at Codecov.
|
Some systemd users may want to change configurations in /etc/defaults/zfs, but these settings won't affect systemd services. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Mo Zhou <cdluminate@gmail.com> Closes openzfs#9544
Some systemd users may want to change configurations in /etc/defaults/zfs, but these settings won't affect systemd services. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Mo Zhou <cdluminate@gmail.com> Closes openzfs#9544
Some systemd users may want to change configurations in /etc/defaults/zfs, but these settings won't affect systemd services. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Mo Zhou <cdluminate@gmail.com> Closes #9544
Gbp-Dch: Ignore
Some systemd users may want to change configurations in
/etc/defaults/zfs
, but someof these settings won't affect systemd services, etc. As reported here
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901436
Motivation and Context
Notify the user if they intend to edit this file.
Description
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.