summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-06-13 21:22:53 -0700
committerSage Weil <sage@inktank.com>2013-06-14 14:04:42 -0700
commitf3234c147e083f2904178994bc85de3d082e2836 (patch)
tree13b9e0908afec0214bd5e788ec10d3b5ba932294
parent1aa7f59537d5ab38dfd154ec1fd6cb46ba4061da (diff)
downloadceph-f3234c147e083f2904178994bc85de3d082e2836.tar.gz
ceph.spec: include by-partuuid udev workaround rules
These are need for old or buggy udev. Having them for new and unbroken udev is harmless. Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r--ceph.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 2311d8737d3..3c9ac20902a 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -294,6 +294,8 @@ chmod 0644 $RPM_BUILD_ROOT%{_docdir}/ceph/sample.fetch_config
# udev rules
install -m 0644 -D udev/50-rbd.rules $RPM_BUILD_ROOT/lib/udev/rules.d/50-rbd.rules
+install -m 0644 -D udev/60-ceph-partuuid-workaround.rules $RPM_BUILD_ROOT/lib/udev/rules.d/60-ceph-partuuid-workaround.rules
+
%if 0%{?centos}
install -m 0644 -D udev/95-ceph-osd-alt.rules $RPM_BUILD_ROOT/lib/udev/rules.d/95-ceph-osd.rules
%else