From: Sage Weil Date: Fri, 14 Jun 2013 04:22:53 +0000 (-0700) Subject: ceph.spec: include by-partuuid udev workaround rules X-Git-Tag: v0.65~67 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f3234c147e083f2904178994bc85de3d082e2836;p=ceph.git 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 --- 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