Bug 692577
Summary: | /etc/init.d/deltcloud-ec2 scripts do not stop processes | ||
---|---|---|---|
Product: | [Retired] CloudForms Cloud Engine | Reporter: | wes hayutin <whayutin> |
Component: | deltacloud-core | Assignee: | Michal Fojtik <mfojtik> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.3.1 | CC: | deltacloud-maint, rananda, ssachdev |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 684278 |
Description
wes hayutin
2011-03-31 15:31:23 UTC
[root@dhcp231-29 ~]# rpm -qa | grep aeolus aeolus-conductor-daemons-0.0.3-0.fc14.20110331142542gitfcf7990.x86_64 aeolus-configure-2.0.0-5.fc14.20110330155142gitecf8f95.noarch aeolus-conductor-0.0.3-0.fc14.20110331142542gitfcf7990.x86_64 aeolus-conductor-doc-0.0.3-0.fc14.20110331142542gitfcf7990.x86_64 [root@dhcp231-29 ~]# This patch should fix the issue http://git.fedorahosted.org/git/?p=aeolus/configure.git;a=commitdiff;h=1ff3de7059fc245e2bd3eb18ae4716a93f56aa5f [root@dhcp193-9 ~]# ps -ef | grep deltacloudd root 11345 1 0 03:49 ? 00:01:29 /usr/bin/ruby /usr/bin/deltacloudd -i mock -e production -p 3002 root 11438 1 0 03:49 ? 00:01:30 /usr/bin/ruby /usr/bin/deltacloudd -i ec2 -e production -p 3003 root 11544 1 0 03:49 ? 00:01:30 /usr/bin/ruby /usr/bin/deltacloudd -i ec2 -e production -p 3004 root 15095 9511 0 07:32 pts/5 00:00:00 grep --color=auto deltacloudd [root@dhcp193-9 ~]# /etc/init.d/deltacloud- -bash: /etc/init.d/deltacloud-: No such file or directory [root@dhcp193-9 ~]# /etc/init.d/deltacloud- deltacloud-ec2-us-east-1 deltacloud-ec2-us-west-1 deltacloud-mock [root@dhcp193-9 ~]# /etc/init.d/deltacloud- deltacloud-ec2-us-east-1 deltacloud-ec2-us-west-1 deltacloud-mock [root@dhcp193-9 ~]# /etc/init.d/deltacloud-ec2-us-east-1 stop Shutting down deltacloud-ec2-us-east-1: [ OK ] [root@dhcp193-9 ~]# /etc/init.d/deltacloud-ec2-us-west-1 stop Shutting down deltacloud-ec2-us-west-1: [ OK ] [root@dhcp193-9 ~]# ps -ef | grep deltacloudd root 11345 1 0 03:49 ? 00:01:30 /usr/bin/ruby /usr/bin/deltacloudd -i mock -e production -p 3002 root 15129 9511 0 07:32 pts/5 00:00:00 grep --color=auto deltacloudd =============================================== rpm -qa |grep aeolus aeolus-conductor-daemons-0.0.3-0.fc14.20110401012616git41f8ba8.x86_64 aeolus-configure-2.0.0-5.fc14.20110331212647gitcd696c2.noarch aeolus-conductor-doc-0.0.3-0.fc14.20110401012616git41f8ba8.x86_64 aeolus-conductor-debuginfo-0.0.3-0.fc1420110329092545gitfa26991.x86_64 aeolus-conductor-0.0.3-0.fc14.20110401012616git41f8ba8.x86_64 release pending... release pending... closing out old bugs perm close |