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