-
Notifications
You must be signed in to change notification settings - Fork 19
Stratis 3.8.1 release notes #367
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
Stratis 3.8.1 release notes #367
Conversation
fdaaba2
to
77b866b
Compare
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.
I think we should change the wording in one spot.
calculate a cyclic dependency between the unit generated by systemd from | ||
the fstab entry and the `stratis-fstab-setup-with-network@.service` unit |
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.
This is not entirely correct either. I think it's better to just state cyclic dependency
and leave it at that. The cyclic dependency is actually a long series of dependencies due to the unit file generated by the fstab generator dependending on both the network and local-fs.target. The _netdev
option removes the dependency on local-fs.target and thus resolves the long chain of circular dependencies.
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.
Ok. I think the newest revision should be entirely correct.
0453b59
to
ec4a6f3
Compare
Signed-off-by: mulhern <amulhern@redhat.com>
Closes #366