3.3.0-11 condrestart glusterfsd first then glusterd in %preun server
This commit is contained in:
parent
68681524bd
commit
7b6c4bb1f9
@ -32,7 +32,7 @@
|
||||
Summary: Cluster File System
|
||||
Name: glusterfs
|
||||
Version: 3.3.0
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
License: GPLv3+ and (GPLv2 or LGPLv3+)
|
||||
Group: System Environment/Base
|
||||
Vendor: Red Hat
|
||||
@ -803,8 +803,8 @@ if [ $1 -eq 0 ]; then
|
||||
%_init_disable glusterd
|
||||
fi
|
||||
if [ $1 -ge 1 ]; then
|
||||
%_init_restart glusterd
|
||||
%_init_restart glusterfsd
|
||||
%_init_restart glusterd
|
||||
fi
|
||||
|
||||
|
||||
@ -906,6 +906,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 19 2012 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.3.0-11
|
||||
- condrestart glusterfsd then glusterd in %preun server
|
||||
|
||||
* Wed Sep 19 2012 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.3.0-10
|
||||
- fix additional python dependencies, esp. for rhel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user