-
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 missing zfs-import.target to list of systemd services #6955
Add missing zfs-import.target to list of systemd services #6955
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6955 +/- ##
==========================================
- Coverage 75.43% 75.22% -0.22%
==========================================
Files 296 296
Lines 95453 95453
==========================================
- Hits 72007 71800 -207
- Misses 23446 23653 +207
Continue to review full report at Codecov.
|
Can we maybe spin a 0.7.4-2 RPM for this? It is just a spec file change.On Dec 14, 2017 19:16, Brian Behlendorf <[email protected]> wrote:@aerusso I wanted to give you a heads up on this issue for the Debian packaging. You'll want to make sure to enable the new systemd zfs-import.target in your 0.7.4 packages. See #6953 for full details.
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
@Lalufu we're going to spin a 0.7.5 release to get the fix out there (along with a handful of some other patches). I'd expect it sometime early next week. Thanks again for reporting the bug and providing a fix! |
@behlendorf It turns out that 80b4852, which added |
An |
Add missing zfs-import.target to list of systemd services in zfs RPM spec file. Reviewed-by: Niklas Wagner <[email protected]> Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ralf Ertzinger <[email protected]> Issue #6953 Closes #6955
Add missing zfs-import.target to list of systemd services in zfs RPM spec file. Reviewed-by: Niklas Wagner <[email protected]> Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ralf Ertzinger <[email protected]> Issue openzfs#6953 Closes openzfs#6955
Add missing zfs-import.target to list of systemd services in zfs RPM spec file. Reviewed-by: Niklas Wagner <[email protected]> Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ralf Ertzinger <[email protected]> Issue openzfs#6953 Closes openzfs#6955
0.7.4 added the zfs-import.target to systemd. This target was missing in the spec file, leading to unwanted unit ordering.
Description
Add missing zfs-import.target to
systemd_svcs
list.Motivation and Context
Without this change zfs-import.target is installed but not activated, leading to incorrect unit ordering on startup, and missing mounted file systems.
#6953
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.