]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec: include by-partuuid udev workaround rules
authorSage Weil <sage@inktank.com>
Fri, 14 Jun 2013 04:22:53 +0000 (21:22 -0700)
committerSage Weil <sage@inktank.com>
Fri, 14 Jun 2013 21:04:42 +0000 (14:04 -0700)
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>
ceph.spec.in

index 2311d8737d36f21081f533637ebd917a1ac2154e..3c9ac20902aeda9d80fd5910b6d45b914996a227 100644 (file)
@@ -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