Skip to content
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

jewel: build/ops: ceph installs stuff in %_udevrulesdir but does not own that directory #10862

Merged
1 commit merged into from Oct 19, 2016
Merged

jewel: build/ops: ceph installs stuff in %_udevrulesdir but does not own that directory #10862

1 commit merged into from Oct 19, 2016

Conversation

ghost
Copy link

@ghost ghost commented Aug 25, 2016

The issue here is that ceph.spec.in does not package the directories
/usr/lib/udev and /usr/lib/udev/rules.d. The problem was not showing because
hdparm, which is brought in as a build dependency, packages these directories.
However, in SUSE a recent update to hdparm changes that and the problem
manifests.

This PR addresses the issue by adding udev as a build dependency, which should
cover /usr/lib/udev, and by adding explicit "%dir %{_udevrulesdir}" to the
packages that put files in this directory.

Fixes: http://tracker.ceph.com/issues/16949
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 1a164bc)
@ghost ghost self-assigned this Aug 25, 2016
@ghost ghost added this to the jewel milestone Aug 25, 2016
ghost pushed a commit that referenced this pull request Aug 25, 2016
…ulesdir but does not own that directory

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@smithfarm
Copy link
Contributor

@smithfarm
Copy link
Contributor

@dachary Could this be merged for 10.2.4 ?

@ghost
Copy link
Author

ghost commented Oct 10, 2016

@smithfarm it needs testing: will run that this week.

ghost pushed a commit that referenced this pull request Oct 10, 2016
…ulesdir but does not own that directory

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Oct 10, 2016
…ulesdir but does not own that directory

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Oct 13, 2016
…ulesdir but does not own that directory

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Oct 17, 2016
…ulesdir but does not own that directory

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Oct 18, 2016
…ulesdir but does not own that directory

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost
Copy link
Author

ghost commented Oct 19, 2016

Pass hammer-x & jewel-x upgrade suites http://tracker.ceph.com/issues/17487#note-15

@ghost ghost merged commit 54bb909 into ceph:jewel Oct 19, 2016
@theanalyst theanalyst changed the title jewel: rpm: ceph installs stuff in %_udevrulesdir but does not own that directory "jewel: build/ops: ceph installs stuff in %_udevrulesdir but does not own that directory" Nov 17, 2016
@theanalyst theanalyst changed the title "jewel: build/ops: ceph installs stuff in %_udevrulesdir but does not own that directory" jewel: build/ops: ceph installs stuff in %_udevrulesdir but does not own that directory Nov 17, 2016
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant