4 Summary: Tools to manage multipathed devices with the device-mapper.
9 Group: Utilities/System
10 URL: http://christophe.varoqui.free.fr
12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
13 Packager: Christophe Varoqui <christophe.varoqui@free.fr>
15 Vendor: Starving Linux Artists (tm Brian O'Sullivan)
19 %{name} provides the tools to manage multipathed devices by
20 instructing the device-mapper multipath module what to do. The tools
22 * multipath : scan the system for multipathed devices, assembles them
23 and update the device-mapper's maps
24 * multipathd : wait for maps events, then execs multipath
25 * kpartx : maps linear devmaps upon device partitions, which makes
26 multipath maps partionable
29 mkdir -p %{buildroot} %{_rpmdir}
36 make DESTDIR=%{buildroot} install
39 rm -rf $RPM_BUILD_ROOT
42 %defattr(-,root,root,-)
43 %{prefix}/sbin/multipath
45 %{prefix}/usr/share/man/man8/multipath.8.gz
46 %{prefix}/usr/share/man/man8/kpartx.8.gz
47 %{prefix}/usr/share/man/man8/multipathd.8.gz
48 %{prefix}/usr/share/man/man5/multipath.conf.5.gz
49 %{prefix}/sbin/multipathd
50 %{prefix}/etc/udev/rules.d/multipath.rules
51 %{prefix}/etc/udev/rules.d/kpartx.rules
52 %{prefix}/lib/udev/kpartx_id
53 %{prefix}/lib/multipath/*.so
57 * Sat May 14 2004 Christophe Varoqui