Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not call pulp service script, call qpidd and mongodb directly #852

Merged
merged 1 commit into from
Oct 15, 2012

Conversation

xsuchy
Copy link
Contributor

@xsuchy xsuchy commented Oct 15, 2012

pulp-server is not service, it is just wrapper around several other
services and httpd is one of them, which is handled by katello-service and sysV as well,
which cause some failures during startup and shutdown.

addressing:
katello-service stop
Shutting down Katello services...
Stopping katello:
Stopping elasticsearch: [ OK ]
Stopping httpd: [ OK ]
Stopping Qpid AMQP daemon: [ OK ]
Stopping mongod: [ OK ]
Stopping httpd: [FAILED]
Stopping tomcat6: [ OK ]
Done.

pulp-server is not service, it is just wrapper around several other
services and httpd is one of them, which is handled by katello-service and sysV as well,
which cause some failures during startup and shutdown.

addressing:
 katello-service  stop
Shutting down Katello services...
Stopping katello:
Stopping elasticsearch: [  OK  ]
Stopping httpd: [  OK  ]
Stopping Qpid AMQP daemon: [  OK  ]
Stopping mongod: [  OK  ]
Stopping httpd: [FAILED]
Stopping tomcat6: [  OK  ]
Done.
@lzap
Copy link
Contributor

lzap commented Oct 15, 2012

Nice, ACK

@ozzak
Copy link

ozzak commented Oct 15, 2012

All unit tests are green :-)

/pub/lunch

https://gist.github.com/3892773

xsuchy added a commit that referenced this pull request Oct 15, 2012
do not call pulp service script, call qpidd and mongodb directly
@xsuchy xsuchy merged commit 60b2f05 into Katello:master Oct 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants