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:09:57 -0700
commit98a990d796e71c62fa64c13230a18a4a40aedcdf (patch)
tree85f2d700f844e96757026f494c3e1cc2e38f4da1
parent1504e23f177fff00a794c0db76db8a8c72bc8eb7 (diff)
downloadceph-98a990d796e71c62fa64c13230a18a4a40aedcdf.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> (cherry picked from commit f3234c147e083f2904178994bc85de3d082e2836)
-rw-r--r--ceph.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index c287c828bff..44636651e0a 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -293,6 +293,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