Darryl L. Pierce
2010-Mar-11 13:55 UTC
[Ovirt-devel] [PATCH] Changes the order of ovirt-early and ovirt-awake.
Now the execution order for the ovirt sysvinit scripts is: ovirt-early -> ovirt-awake -> ovirt -> ovirt-post Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt | 2 +- scripts/ovirt-awake | 1 + scripts/ovirt-early | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ovirt b/scripts/ovirt index 752564a..d2e338d 100755 --- a/scripts/ovirt +++ b/scripts/ovirt @@ -4,7 +4,7 @@ # ### BEGIN INIT INFO # Provides: ovirt -# Required-Start: ovirt-early +# Required-Start: ovirt-awake # Default-Start: 2 3 4 5 # Description: Performs managed node configuration functions. ### END INIT INFO diff --git a/scripts/ovirt-awake b/scripts/ovirt-awake index bd50ffd..e4d5a28 100755 --- a/scripts/ovirt-awake +++ b/scripts/ovirt-awake @@ -22,6 +22,7 @@ # ### BEGIN INIT INFO # Provides: ovirt-awake +# Required-Start: ovirt-early # Default-Start: 2 3 4 5 # Description: Managed node service to alert management servers. ### END INIT INFO diff --git a/scripts/ovirt-early b/scripts/ovirt-early index 1ab0578..d561dc8 100755 --- a/scripts/ovirt-early +++ b/scripts/ovirt-early @@ -4,7 +4,6 @@ # ### BEGIN INIT INFO # Provides: ovirt-early -# Required-Start: ovirt-awake # Default-Start: 2 3 4 5 # Dewscription: Managed node early configuration service ### END INIT INFO -- 1.6.6.1
Arthur CLEMENT
2010-Mar-16 11:10 UTC
[Ovirt-devel] [PATCH] Changes the order of ovirt-early and ovirt-awake.
It's working. On Jeudi 11 Mars 2010 14:55:04 Darryl L. Pierce wrote:> Now the execution order for the ovirt sysvinit scripts is: > > ovirt-early -> ovirt-awake -> ovirt -> ovirt-post > > Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> > --- > scripts/ovirt | 2 +- > scripts/ovirt-awake | 1 + > scripts/ovirt-early | 1 - > 3 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/scripts/ovirt b/scripts/ovirt > index 752564a..d2e338d 100755 > --- a/scripts/ovirt > +++ b/scripts/ovirt > @@ -4,7 +4,7 @@ > # > ### BEGIN INIT INFO > # Provides: ovirt > -# Required-Start: ovirt-early > +# Required-Start: ovirt-awake > # Default-Start: 2 3 4 5 > # Description: Performs managed node configuration functions. > ### END INIT INFO > diff --git a/scripts/ovirt-awake b/scripts/ovirt-awake > index bd50ffd..e4d5a28 100755 > --- a/scripts/ovirt-awake > +++ b/scripts/ovirt-awake > @@ -22,6 +22,7 @@ > # > ### BEGIN INIT INFO > # Provides: ovirt-awake > +# Required-Start: ovirt-early > # Default-Start: 2 3 4 5 > # Description: Managed node service to alert management servers. > ### END INIT INFO > diff --git a/scripts/ovirt-early b/scripts/ovirt-early > index 1ab0578..d561dc8 100755 > --- a/scripts/ovirt-early > +++ b/scripts/ovirt-early > @@ -4,7 +4,6 @@ > # > ### BEGIN INIT INFO > # Provides: ovirt-early > -# Required-Start: ovirt-awake > # Default-Start: 2 3 4 5 > # Dewscription: Managed node early configuration service > ### END INIT INFO-- Arthur CLEMENT Linagora Paris
Possibly Parallel Threads
- [PATCH] Changes the start/stop/reload method names for sysvinit scripts.
- [PATCH] ovirt-awake runs alone now, doesn't need anymore to be lauch by /etc/init.d/ovirt
- [PATCH] ovirt-awake improvements
- Bugs with ovirt-awake
- RFC: First pass at making the node generic...