By default, disable the multipathd service.
This commit is contained in:
		
							parent
							
								
									edf0f1daab
								
							
						
					
					
						commit
						8ea90ca871
					
				@ -1,7 +1,7 @@
 | 
			
		||||
Summary: Tools to manage multipath devices using device-mapper.
 | 
			
		||||
Name: device-mapper-multipath
 | 
			
		||||
Version: 0.4.4
 | 
			
		||||
Release: 2.0
 | 
			
		||||
Release: 2.1
 | 
			
		||||
License: GPL
 | 
			
		||||
Group: System Environment/Base
 | 
			
		||||
URL: http://christophe.varoqui.free.fr/
 | 
			
		||||
@ -57,6 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 | 
			
		||||
 | 
			
		||||
%post
 | 
			
		||||
/sbin/chkconfig --add multipathd
 | 
			
		||||
/sbin/chkconfig --levels 0123456 off
 | 
			
		||||
 | 
			
		||||
%preun
 | 
			
		||||
if [ "$1" = 0 ]; then
 | 
			
		||||
@ -76,6 +77,9 @@ fi
 | 
			
		||||
/var/cache/multipath
 | 
			
		||||
 | 
			
		||||
%changelog
 | 
			
		||||
* Wed May 04 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-2.1
 | 
			
		||||
- By default, disable the multipathd service.
 | 
			
		||||
 | 
			
		||||
* Tue Apr 19 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-2.0
 | 
			
		||||
- Fix core dump from last build.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user